Re: [U-Boot] [PATCH 1/2] net: zynq_gem: Added 64-bit addressing support

2018-12-03 Thread Michal Simek
On 26. 11. 18 11:57, Siva Durga Prasad Paladugu wrote: > From: Vipul Kumar > > This patch adds 64-bit addressing support for zynq gem. > This means it can perform send and receive operations on > 64-bit address buffers. > > Signed-off-by: Vipul Kumar > Signed-off-by: Siva Durga Prasad Paladugu

[U-Boot] [PATCH 1/2] net: zynq_gem: Added 64-bit addressing support

2018-11-26 Thread Siva Durga Prasad Paladugu
From: Vipul Kumar This patch adds 64-bit addressing support for zynq gem. This means it can perform send and receive operations on 64-bit address buffers. Signed-off-by: Vipul Kumar Signed-off-by: Siva Durga Prasad Paladugu Signed-off-by: Michal Simek --- drivers/net/zynq_gem.c | 63