[Intel-wired-lan] [PATCH v7 10/11] igc: Add setup link functionality

Brown, Aaron F aaron.f.brown at intel.com
Tue Sep 11 21:53:33 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 10/11] igc: Add setup link functionality
> 
> Add link establishment methods
> Add auto negotiation methods
> Add read MAC address method
> 
> Sasha Neftin (v2):
> minor cosmetic changes
> 
> Sasha Neftin (v3):
> remove not addressed methods
> 
> Sasha Neftin (v4):
> address comments
> remove improperly insertion of method from a patch
> replace e1000_ prefix with igc_ prefix
> remove duplicate PHY MII defines
> 
> Sasha Neftin (v5):
> code clean
> remove obsolete flash_address reference
> fix initial autoneg advertisement and add 2.5G option
> add option to clear the 2.5 Gbps advertising bit and disable 2.5 Gbps speed
> 
> Sasha Neftin (v6):
> minor cosmetic changes
> 
> Sasha Neftin (v7):
> no changes
> 
> Signed-off-by: Sasha Neftin <sasha.neftin at intel.com>
> ---
>  drivers/net/ethernet/intel/igc/igc.h         |   1 +
>  drivers/net/ethernet/intel/igc/igc_base.c    |  41 ++++
>  drivers/net/ethernet/intel/igc/igc_defines.h |  38 +++
>  drivers/net/ethernet/intel/igc/igc_mac.c     | 271
> ++++++++++++++++++++++
>  drivers/net/ethernet/intel/igc/igc_mac.h     |   2 +
>  drivers/net/ethernet/intel/igc/igc_main.c    |  30 +++
>  drivers/net/ethernet/intel/igc/igc_phy.c     | 334
> +++++++++++++++++++++++++++
>  drivers/net/ethernet/intel/igc/igc_phy.h     |   2 +
>  8 files changed, 719 insertions(+)
> 

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


More information about the Intel-wired-lan mailing list