[Intel-wired-lan] [PATCH v7 01/11] igc: Add skeletal frame for Intel(R) 2.5G Ethernet Controller support.

Brown, Aaron F aaron.f.brown at intel.com
Tue Sep 11 21:46:59 UTC 2018


> From: Intel-wired-lan [mailto:intel-wired-lan-bounces at osuosl.org] On
> Behalf Of Sasha Neftin
> Sent: Tuesday, August 28, 2018 9:00 AM
> To: Neftin, Sasha <sasha.neftin at intel.com>; intel-wired-lan at lists.osuosl.org
> Subject: [Intel-wired-lan] [PATCH v7 01/11] igc: Add skeletal frame for
> Intel(R) 2.5G Ethernet Controller support.
> 
> This patch adds the beginning framework onto which I am going to add
> the igc driver which supports the Intel(R) I225-LM/I225-V 2.5G
> Ethernet Controller.
> 
> Sasha Neftin (v2):
> update module author, copyright and licence header
> cosmetic changes
> 
> Sasha Neftin (v3):
> remove unused header files
> 
> Sasha Neftin (v4):
> update brand name
> fix syntax by input from community
> replace e1000_ prefix with igc_ prefix
> 
> Sasha Neftin (v5):
> no changes
> 
> Sasha Neftin (v6):
> no changes
> 
> Sasha Neftin (v7):
> no changes
> 
> Signed-off-by: Sasha Neftin <sasha.neftin at intel.com>
> ---
>  drivers/net/ethernet/intel/Kconfig        |  16 ++++
>  drivers/net/ethernet/intel/Makefile       |   1 +
>  drivers/net/ethernet/intel/igc/Makefile   |  10 ++
>  drivers/net/ethernet/intel/igc/igc.h      |  29 ++++++
>  drivers/net/ethernet/intel/igc/igc_hw.h   |  10 ++
>  drivers/net/ethernet/intel/igc/igc_main.c | 146
> ++++++++++++++++++++++++++++++
>  6 files changed, 212 insertions(+)
>  create mode 100644 drivers/net/ethernet/intel/igc/Makefile
>  create mode 100644 drivers/net/ethernet/intel/igc/igc.h
>  create mode 100644 drivers/net/ethernet/intel/igc/igc_hw.h
>  create mode 100644 drivers/net/ethernet/intel/igc/igc_main.c
> 

Tested-by: Aaron Brown <aaron.f.brown at intel.com>


More information about the Intel-wired-lan mailing list