netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 00/14] net: pch_gbe: Cleanups
@ 2018-06-23  3:17 Paul Burton
  2018-06-23  3:17 ` [PATCH 01/14] net: pch_gbe: Remove unused copybreak parameter Paul Burton
                   ` (14 more replies)
  0 siblings, 15 replies; 16+ messages in thread
From: Paul Burton @ 2018-06-23  3:17 UTC (permalink / raw)
  To: netdev; +Cc: David S . Miller, Andrew Lunn, Paul Burton

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

^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2018-06-23 11:52 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-06-23  3:17 [PATCH 00/14] net: pch_gbe: Cleanups Paul Burton
2018-06-23  3:17 ` [PATCH 01/14] net: pch_gbe: Remove unused copybreak parameter Paul Burton
2018-06-23  3:17 ` [PATCH 02/14] net: pch_gbe: Remove power_{up,down}_phy HAL abstraction Paul Burton
2018-06-23  3:17 ` [PATCH 03/14] net: pch_gbe: Remove read_mac_addr " Paul Burton
2018-06-23  3:17 ` [PATCH 04/14] net: pch_gbe: Remove sw_reset_phy " Paul Burton
2018-06-23  3:17 ` [PATCH 05/14] net: pch_gbe: Remove reset_phy " Paul Burton
2018-06-23  3:17 ` [PATCH 06/14] net: pch_gbe: Remove {read,write}_phy_reg " Paul Burton
2018-06-23  3:17 ` [PATCH 07/14] net: pch_gbe: Remove init_hw " Paul Burton
2018-06-23  3:17 ` [PATCH 08/14] net: pch_gbe: Remove get_bus_info " Paul Burton
2018-06-23  3:17 ` [PATCH 09/14] net: pch_gbe: Remove pch_gbe_hal_setup_init_funcs Paul Burton
2018-06-23  3:17 ` [PATCH 10/14] net: pch_gbe: Remove PCH_GBE_MAC_IFOP_RGMII define Paul Burton
2018-06-23  3:17 ` [PATCH 11/14] net: pch_gbe: Remove dead RINGFREE code Paul Burton
2018-06-23  3:17 ` [PATCH 12/14] net: pch_gbe: Use module_pci_driver() Paul Burton
2018-06-23  3:17 ` [PATCH 13/14] net: pch_gbe: Inline pch_gbe_mac_mc_addr_list_update Paul Burton
2018-06-23  3:17 ` [PATCH 14/14] net: pch_gbe: Clean up pch_gbe_set_multi Paul Burton
2018-06-23 11:52 ` [PATCH 00/14] net: pch_gbe: Cleanups David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).