While converting Mikrotik RB532 support to use device tree I stumbled over the korina ethernet driver, which used way too many MIPS specific hacks. This series cleans this all up.
Thomas Bogendoerfer (7): net: korina: Fix MDIO functions net: korina: Use devres functions net: korina: Remove not needed cache flushes net: korina: Remove nested helpers net: korina: Use DMA API net: korina: Only pass mac address via platform data net: korina: Make driver COMPILE_TESTable arch/mips/rb532/devices.c | 5 +- drivers/net/ethernet/Kconfig | 2 +- drivers/net/ethernet/korina.c | 542 ++++++++++++++++++++++++---------- 3 files changed, 386 insertions(+), 163 deletions(-) -- 2.29.2