This series begins the process of cleaning up the pch_gbe network driver. Whilst my ultimate goal is to add support for using this driver on the MIPS Boston development board, this series sets that aside in favor of making some more general cleanups. My hope is that this will both make the driver a little more maleable & reduce the probability of me gouging out my eyes.
Applies cleanly atop net-next as of 5424ea27390f ("netns: get more entropy from net_hash_mix()"). Thanks, Paul Paul Burton (14): net: pch_gbe: Remove unused copybreak parameter net: pch_gbe: Remove power_{up,down}_phy HAL abstraction net: pch_gbe: Remove read_mac_addr HAL abstraction net: pch_gbe: Remove sw_reset_phy HAL abstraction net: pch_gbe: Remove reset_phy HAL abstraction net: pch_gbe: Remove {read,write}_phy_reg HAL abstraction net: pch_gbe: Remove init_hw HAL abstraction net: pch_gbe: Remove get_bus_info HAL abstraction net: pch_gbe: Remove pch_gbe_hal_setup_init_funcs net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII define net: pch_gbe: Remove dead RINGFREE code net: pch_gbe: Use module_pci_driver() net: pch_gbe: Inline pch_gbe_mac_mc_addr_list_update net: pch_gbe: Clean up pch_gbe_set_multi .../net/ethernet/oki-semi/pch_gbe/Makefile | 2 +- .../net/ethernet/oki-semi/pch_gbe/pch_gbe.h | 40 --- .../ethernet/oki-semi/pch_gbe/pch_gbe_api.c | 262 ------------------ .../ethernet/oki-semi/pch_gbe/pch_gbe_api.h | 35 --- .../oki-semi/pch_gbe/pch_gbe_ethtool.c | 19 +- .../ethernet/oki-semi/pch_gbe/pch_gbe_main.c | 193 ++++--------- .../ethernet/oki-semi/pch_gbe/pch_gbe_phy.c | 2 +- .../ethernet/oki-semi/pch_gbe/pch_gbe_phy.h | 2 - 8 files changed, 66 insertions(+), 489 deletions(-) delete mode 100644 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_api.c delete mode 100644 drivers/net/ethernet/oki-semi/pch_gbe/pch_gbe_api.h -- 2.17.1