All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH net-next 0/8] net: hns: add some cleanups
@ 2021-03-23  7:41 Huazhong Tan
  2021-03-23  7:41 ` [PATCH net-next 1/8] net: hns: remove unused get_autoneg() Huazhong Tan
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Huazhong Tan @ 2021-03-23  7:41 UTC (permalink / raw)
  To: davem, kuba
  Cc: netdev, salil.mehta, yisen.zhuang, huangdaode, linuxarm,
	linuxarm, Huazhong Tan

This series includes some cleanups for the HNS ethernet driver.

Huazhong Tan (6):
  net: hns: remove unused get_autoneg()
  net: hns: remove unused set_autoneg()
  net: hns: remove unused set_rx_ignore_pause_frames()
  net: hns: remove unused config_half_duplex()
  net: hns: remove unused NIC_LB_TEST_RX_PKG_ERR
  net: hns: remove unused HNS_LED_PC_REG

Yonglong Liu (2):
  net: hns: remove unnecessary !! operation in
    hns_mac_config_sds_loopback_acpi()
  net: hns: remove redundant variable initialization

 drivers/net/ethernet/hisilicon/hns/hnae.h          |  6 ------
 drivers/net/ethernet/hisilicon/hns/hns_ae_adapt.c  | 22 +---------------------
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_gmac.c | 18 ------------------
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.c  |  2 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_mac.h  |  4 ----
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_main.c | 16 ++++++++--------
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_misc.c |  2 +-
 drivers/net/ethernet/hisilicon/hns/hns_dsaf_rcb.c  |  4 ++--
 .../net/ethernet/hisilicon/hns/hns_dsaf_xgmac.c    | 18 +-----------------
 drivers/net/ethernet/hisilicon/hns/hns_enet.c      |  4 ++--
 drivers/net/ethernet/hisilicon/hns/hns_ethtool.c   |  3 +--
 drivers/net/ethernet/hisilicon/hns_mdio.c          |  4 ++--
 12 files changed, 19 insertions(+), 84 deletions(-)

-- 
2.7.4


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

end of thread, other threads:[~2021-03-23  7:42 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23  7:41 [PATCH net-next 0/8] net: hns: add some cleanups Huazhong Tan
2021-03-23  7:41 ` [PATCH net-next 1/8] net: hns: remove unused get_autoneg() Huazhong Tan
2021-03-23  7:41 ` [PATCH net-next 2/8] net: hns: remove unused set_autoneg() Huazhong Tan
2021-03-23  7:41 ` [PATCH net-next 3/8] net: hns: remove unused set_rx_ignore_pause_frames() Huazhong Tan
2021-03-23  7:41 ` [PATCH net-next 4/8] net: hns: remove unused config_half_duplex() Huazhong Tan
2021-03-23  7:41 ` [PATCH net-next 5/8] net: hns: remove unused NIC_LB_TEST_RX_PKG_ERR Huazhong Tan
2021-03-23  7:41 ` [PATCH net-next 6/8] net: hns: remove unused HNS_LED_PC_REG Huazhong Tan
2021-03-23  7:41 ` [PATCH net-next 7/8] net: hns: remove unnecessary !! operation in hns_mac_config_sds_loopback_acpi() Huazhong Tan
2021-03-23  7:41 ` [PATCH net-next 8/8] net: hns: remove redundant variable initialization Huazhong Tan

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.