[U-Boot] [PATCH 5/6] net: macb: add dma_burst_length config

2019-07-16 Thread Ramon Fried
GEM support higher DMA burst writes/reads than the default (4). add configuration structure with dma burst length so it could be applied later to DMA configuration. Signed-off-by: Ramon Fried Reviewed-by: Anup Patel Tested-by: Anup Patel Acked-by: Joe Hershberger --- v2: nothing. drivers/net/

Re: [U-Boot] [PATCH 5/6] net: macb: add dma_burst_length config

2019-07-08 Thread Joe Hershberger
On Tue, Jun 11, 2019 at 10:39 AM Ramon Fried wrote: > > GEM support higher DMA burst writes/reads than the default (4). > add configuration structure with dma burst length so it could be > applied later to DMA configuration. > > Signed-off-by: Ramon Fried Acked-by: Joe Hershberger _

Re: [U-Boot] [PATCH 5/6] net: macb: add dma_burst_length config

2019-07-02 Thread Anup Patel
> -Original Message- > From: U-Boot On Behalf Of Ramon Fried > Sent: Tuesday, June 11, 2019 8:49 PM > To: u-boot@lists.denx.de > Cc: Joe Hershberger > Subject: [U-Boot] [PATCH 5/6] net: macb: add dma_burst_length config > > GEM support higher DMA burst writes/r

[U-Boot] [PATCH 5/6] net: macb: add dma_burst_length config

2019-06-11 Thread Ramon Fried
GEM support higher DMA burst writes/reads than the default (4). add configuration structure with dma burst length so it could be applied later to DMA configuration. Signed-off-by: Ramon Fried --- drivers/net/macb.c | 22 +- 1 file changed, 21 insertions(+), 1 deletion(-) di