On Tue, 2024-06-18 at 18:14 +0200, Johan Jonker wrote: > The last real user nSIM_700 of the "snps,arc-emac" compatible string in > a driver was removed in 2019. The use of this string in the combined DT of > rk3066a/rk3188 as place holder has also been replaced, so > remove emac_arc.c to clean up some code. > > Signed-off-by: Johan Jonker <jbx6244@xxxxxxxxx> > --- > > [PATCH 8/8] ARC: nSIM_700: remove unused network options > https://lore.kernel.org/all/20191023124417.5770-9-Eugeniy.Paltsev@xxxxxxxxxxxx/ > --- > drivers/net/ethernet/arc/Kconfig | 10 ---- > drivers/net/ethernet/arc/Makefile | 1 - > drivers/net/ethernet/arc/emac_arc.c | 88 ----------------------------- > 3 files changed, 99 deletions(-) > delete mode 100644 drivers/net/ethernet/arc/emac_arc.c AFAICS this depends on the previous DT patch, which in turn should go via the arm tree. Perhaps the whole series should go via the arm tree? In such case: Acked-by: Paolo Abeni <pabeni@xxxxxxxxxx>