netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH net-next 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2021-03-19
@ 2021-03-19 21:17 Tony Nguyen
  2021-03-19 21:17 ` [PATCH net-next 1/5] igc: Remove unused MII_CR_RESET Tony Nguyen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Tony Nguyen @ 2021-03-19 21:17 UTC (permalink / raw)
  To: davem, kuba; +Cc: Tony Nguyen, netdev, sassmann, sasha.neftin, vitaly.lifshits

This series contains updates to igc and e1000e drivers.

Sasha removes unused defines in igc driver.

Jiapeng Zhong changes bool assignments from 0/1 to false/true for igc.

Wei Yongjun marks e1000e_pm_prepare() as __maybe_unused to resolve a
defined but not used warning under certain configurations.

The following are changes since commit c2ed62b9975e3e47a8b12f5fc4ed7958104b427b:
  Merge branch 'net-xps-improve-the-xps-maps-handling'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/next-queue 1GbE

Jiapeng Zhong (1):
  igc: Assign boolean values to a bool variable

Sasha Neftin (3):
  igc: Remove unused MII_CR_RESET
  igc: Remove unused MII_CR_SPEED
  igc: Remove unused MII_CR_LOOPBACK

Wei Yongjun (1):
  e1000e: Mark e1000e_pm_prepare() as __maybe_unused

 drivers/net/ethernet/intel/e1000e/netdev.c   |  2 +-
 drivers/net/ethernet/intel/igc/igc_defines.h |  5 -----
 drivers/net/ethernet/intel/igc/igc_main.c    | 16 ++++++++--------
 3 files changed, 9 insertions(+), 14 deletions(-)

-- 
2.26.2


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

end of thread, other threads:[~2021-03-19 21:40 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-19 21:17 [PATCH net-next 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2021-03-19 Tony Nguyen
2021-03-19 21:17 ` [PATCH net-next 1/5] igc: Remove unused MII_CR_RESET Tony Nguyen
2021-03-19 21:17 ` [PATCH net-next 2/5] igc: Remove unused MII_CR_SPEED Tony Nguyen
2021-03-19 21:17 ` [PATCH net-next 3/5] igc: Remove unused MII_CR_LOOPBACK Tony Nguyen
2021-03-19 21:17 ` [PATCH net-next 4/5] igc: Assign boolean values to a bool variable Tony Nguyen
2021-03-19 21:17 ` [PATCH net-next 5/5] e1000e: Mark e1000e_pm_prepare() as __maybe_unused Tony Nguyen
2021-03-19 21:40 ` [PATCH net-next 0/5][pull request] 1GbE Intel Wired LAN Driver Updates 2021-03-19 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).