Re: [PATCH] net: dw_eth_qos: Add 64-bit addressing

2023-11-06 Thread Tom Rini
On Fri, Dec 09, 2022 at 02:33:14PM +0800, Ley Foon Tan wrote: > Set upper 32bit address for DMA descriptors and buffer address to support > 64-bit addressing. > > Signed-off-by: Ley Foon Tan Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH] net: dw_eth_qos: Add 64-bit addressing

2022-12-09 Thread Ley Foon Tan
Set upper 32bit address for DMA descriptors and buffer address to support 64-bit addressing. Signed-off-by: Ley Foon Tan --- drivers/net/dwc_eth_qos.c | 36 1 file changed, 20 insertions(+), 16 deletions(-) diff --git a/drivers/net/dwc_eth_qos.c b/drivers/ne