From: David S. Miller Date: Sun, 22 May 2022 21:24:33 +0000 (+0100) Subject: Merge branch 'mt7986-support' X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=265f58f60a29c2e9d471a928556622e2a4aa8b89;p=linux.git Merge branch 'mt7986-support' Jakub Kicinski says: ==================== introduce mt7986 ethernet support Add support for mt7986-eth driver available on mt7986 soc. Changes since v2: - rely on GFP_KERNEL whenever possible - define mtk_reg_map struct to introduce soc register map and avoid macros - improve comments Changes since v1: - drop SRAM option - convert ring->dma to void - convert scratch_ring to void - enable port4 - fix irq dts bindings - drop gmac1 support from mt7986a-rfb dts for the moment ==================== Acked-by: Jakub Kicinski Signed-off-by: David S. Miller --- 265f58f60a29c2e9d471a928556622e2a4aa8b89