summaryrefslogtreecommitdiff
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-03ixgbe: Implement support for firmware-controlled PHYsMark Rustad1-3/+405
2017-01-03ixgbe: Implement firmware interface to access some PHYsMark Rustad1-0/+45
2017-01-03ixgbe: Remove unused firmware version functions and methodMark Rustad1-2/+1
2017-01-03ixgbe: Fix issues with EEPROM accessMark Rustad1-47/+28
2017-01-03ixgbe: Configure advertised speeds correctly for KR/KX backplaneDon Skidmore1-3/+2
2017-01-03ixgbe: Report driver version to firmware for x550 devicesTony Nguyen1-1/+57
2017-01-03ixgbe: do not disable FEC from the driverEmil Tantilov1-2/+0
2016-11-04ixgbe: Add X553 FW ALEF supportDon Skidmore1-66/+173
2016-11-04ixgbe: use link instead of I2C combined abstractionEmil Tantilov1-12/+94
2016-11-04ixgbe: remove SFP ixfi supportEmil Tantilov1-65/+11
2016-11-04ixgbe: Add X553 PHY FC autoneg supportDon Skidmore1-0/+211
2016-11-04ixgbe: fix link status check for copper X550emEmil Tantilov1-8/+13
2016-11-04ixgbe: do not use ixgbe specific mdio definesEmil Tantilov1-34/+31
2016-11-04ixgbe: Add support to retrieve and store LED link activeDon Skidmore1-0/+3
2016-11-04ixgbe: Add X552 iXFI configuration helper functionDon Skidmore1-34/+52
2016-09-23ixgbe: Use MDIO_PRTAD_NONE consistentlyMark Rustad1-1/+1
2016-09-23ixgbe: Resolve NULL reference by setting {read, write}_reg_mdiMark Rustad1-0/+2
2016-09-23ixgbe: make ixgbe_led_on/off_t_x550em staticEmil Tantilov1-2/+2
2016-08-30ixgbe: Eliminate useless message and improve logicMark Rustad1-11/+5
2016-08-20ixgbe: Add support for new X557 deviceDon Skidmore1-0/+8
2016-08-20ixgbe: add device to MDIO speed settingDon Skidmore1-0/+2
2016-08-20ixgbe: Fix led interface for X557 devicesDon Skidmore1-2/+50
2016-07-22ixgbe: fix setup_fc for x550emEmil Tantilov1-2/+2
2016-04-25ixgbe: use msleep for long delaysArnd Bergmann1-1/+1
2016-04-25ixgbe: use BIT() macroJacob Keller1-4/+4
2016-04-25ixgbe: Use correct FC setup function for x550em_aMark Rustad1-2/+2
2016-04-24ixgbe: fix default mac->ops.setup_link for X550EMEmil Tantilov1-2/+2
2016-04-07ixgbe: Add KR backplane support for x550em_aMark Rustad1-4/+14
2016-04-07ixgbe: Add support for SGMII backplane interfaceMark Rustad1-0/+58
2016-04-07ixgbe: Add support for SFPs with retimerMark Rustad1-1/+132
2016-04-07ixgbe: Introduce function to control MDIO speedMark Rustad1-6/+21
2016-04-07ixgbe: Read and parse NW_MNG_IF_SEL registerMark Rustad1-5/+32
2016-04-07ixgbe: Use new methods for PHY accessMark Rustad1-3/+64
2016-04-07ixgbe: Add support for x550em_a 10G MAC typeMark Rustad1-2/+206
2016-04-07ixgbe: Use method pointer to access IOSF devicesMark Rustad1-14/+18
2016-04-07ixgbe: Clean up interface for firmware commandsMark Rustad1-8/+5
2016-04-07ixgbe: Change the lan_id and func fields to a u8 to avoid castsMark Rustad1-1/+1
2016-04-04ixgbe: Place SWFW semaphore in known valid state at probeDon Skidmore1-0/+2
2016-04-04ixgbe: Fix flow control for Xeon D KR backplaneMark Rustad1-2/+84
2016-04-04ixgbe: Make all unchanging ops structures constMark Rustad1-9/+9
2016-03-29ixgbe: Use udelay to avoid sleeping while atomicMark Rustad1-1/+1
2015-12-29ixgbe: Correct X550EM_x revision checkMark Rustad1-6/+3
2015-12-03ixgbe: Correct spec violations by waiting after resetMark Rustad1-1/+2
2015-12-03ixgbe: Add support for newer thermal alarmMark Rustad1-3/+19
2015-12-03ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550emMark Rustad1-13/+8
2015-11-23ixgbe: Remove CS4227 diagnostic codeMark Rustad1-80/+0
2015-11-23ixgbe: Add KR mode support for CS4227 chipMark Rustad1-23/+62
2015-10-15ixgbe: Check for setup_internal_link methodMark Rustad1-1/+1
2015-10-15ixgbe: Fix CS4227-related semaphore error on reset failureMark Rustad1-0/+9
2015-09-23ixgbe: Add I2C bus mux supportMark Rustad1-3/+60