From: Jakub Kicinski Date: Fri, 26 Feb 2021 23:17:13 +0000 (-0800) Subject: Merge branch 'ethernet-fixes-for-stmmac-driver' X-Git-Tag: v5.12-rc3~39^2~91 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7ae845d767adb058cfd123371daa252d8f55a006;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'ethernet-fixes-for-stmmac-driver' Joakim Zhang says: ==================== ethernet: fixes for stmmac driver Fixes for stmmac driver. --- ChangeLogs: V1->V2: * subject prefix: ethernet: stmmac: -> net: stmmac: * use dma_addr_t instead of unsigned int for physical address * use cpu_to_le32() V2->V3: * fix the build issue pointed out by kbuild bot. * add error handling for stmmac_reinit_rx_buffers() function. V3->V4: * remove patch (net: stmmac: remove redundant null check for ptp clock), reviewer thinks it should target net-next. V4->V5: * use %pad format to print dma_addr_t. * extend dwmac4_display_ring() to support all descriptor types. * while() -> do-while() ==================== Link: https://lore.kernel.org/r/20210225090114.17562-1-qiangqing.zhang@nxp.com Signed-off-by: Jakub Kicinski --- 7ae845d767adb058cfd123371daa252d8f55a006