netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/3][pull request] 1GbE Intel Wired LAN Driver Updates 2022-05-10
@ 2022-05-10 21:06 Tony Nguyen
  2022-05-10 21:06 ` [PATCH net-next 1/3] igc: Remove igc_set_spd_dplx method Tony Nguyen
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Tony Nguyen @ 2022-05-10 21:06 UTC (permalink / raw)
  To: davem, kuba, pabeni, edumazet; +Cc: Tony Nguyen, netdev, sasha.neftin

This series contains updates to igc driver only.

Sasha cleans up the code by removing an unused function and removing an
enum for PHY type as there is only one PHY. The return type for
igc_check_downshift() is changed to void as it always returns success.

The following are changes since commit ecd17a87eb78b5bd5ca6d1aa20c39f2bc3591337:
  x25: remove redundant pointer dev
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Sasha Neftin (3):
  igc: Remove igc_set_spd_dplx method
  igc: Remove unused phy_type enum
  igc: Change type of the 'igc_check_downshift' method

 drivers/net/ethernet/intel/igc/igc.h      |  1 -
 drivers/net/ethernet/intel/igc/igc_base.c |  2 -
 drivers/net/ethernet/intel/igc/igc_hw.h   |  7 ----
 drivers/net/ethernet/intel/igc/igc_main.c | 50 -----------------------
 drivers/net/ethernet/intel/igc/igc_phy.c  | 16 ++------
 drivers/net/ethernet/intel/igc/igc_phy.h  |  2 +-
 6 files changed, 4 insertions(+), 74 deletions(-)

-- 
2.35.1


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

end of thread, other threads:[~2022-05-11 22:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-05-10 21:06 [PATCH net-next 0/3][pull request] 1GbE Intel Wired LAN Driver Updates 2022-05-10 Tony Nguyen
2022-05-10 21:06 ` [PATCH net-next 1/3] igc: Remove igc_set_spd_dplx method Tony Nguyen
2022-05-10 21:06 ` [PATCH net-next 2/3] igc: Remove unused phy_type enum Tony Nguyen
2022-05-10 21:06 ` [PATCH net-next 3/3] igc: Change type of the 'igc_check_downshift' method Tony Nguyen
2022-05-11 22:30 ` [PATCH net-next 0/3][pull request] 1GbE Intel Wired LAN Driver Updates 2022-05-10 patchwork-bot+netdevbpf

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).