mbox series

[net-next,0/8,pull,request] 1GbE Intel Wired LAN Driver Updates 2020-07-22

Message ID 20200722213150.383393-1-anthony.l.nguyen@intel.com
Headers show
Series 1GbE Intel Wired LAN Driver Updates 2020-07-22 | expand

Message

Tony Nguyen July 22, 2020, 9:31 p.m. UTC
This series contains updates to igc driver only.

Sasha cleans up double definitions, unneeded and non applicable
registers, and removes unused fields in structs. Ensures the Receive
Descriptor Minimum Threshold Count is cleared and fixes a static checker
error.

The following are changes since commit fa56a987449bcf4c1cb68369a187af3515b85c78:
  Merge branch 'ionic-updates'
and are available in the git repository at:
  git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue 1GbE

Sasha Neftin (8):
  igc: Fix double definition
  igc: Add Receive Descriptor Minimum Threshold Count
  igc: Remove unneeded ICTXQMTC register
  igc: Fix registers definition
  igc: Remove ledctl_ fields from the mac_info structure
  igc: Clean up the mac_info structure
  igc: Clean up the hw_stats structure
  igc: Fix static checker warning

 drivers/net/ethernet/intel/igc/igc_hw.h   | 20 --------------------
 drivers/net/ethernet/intel/igc/igc_mac.c  | 12 ++----------
 drivers/net/ethernet/intel/igc/igc_main.c |  8 --------
 drivers/net/ethernet/intel/igc/igc_regs.h | 14 --------------
 4 files changed, 2 insertions(+), 52 deletions(-)