summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_x550.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-09-23ixgbe: Add logic to reset CS4227 when neededMark Rustad1-1/+278
2015-09-23ixgbe: Fix 1G and 10G link stability for X550EM_x SFP+Mark Rustad1-43/+84
2015-09-23ixgbe: Add X550EM_x dual-speed SFP+ supportMark Rustad1-0/+18
2015-09-22ixgbe: Provide unlocked I2C methodsMark Rustad1-0/+3
2015-09-22ixgbe: Provide I2C combined on X550EMMark Rustad1-2/+2
2015-09-01ixgbe: Resolve "initialized field overwritten" warningsMark Rustad1-1/+0
2015-09-01ixgbe: add new bus type for intergrated I/O interface (IOSF)Don Skidmore1-0/+1
2015-09-01ixgbe: add get_bus_info method for X550Don Skidmore1-0/+19
2015-09-01ixgbe: Add support for entering low power link up stateDon Skidmore1-0/+143
2015-09-01ixgbe: Assign set_phy_power dynamically where neededDon Skidmore1-2/+16
2015-06-09ixgbe: Remember to write ixfi changes after modifyingDon Skidmore1-1/+1
2015-06-09ixgbe: fix X550 default set_phy_power methodDon Skidmore1-2/+2
2015-06-09ixgbe: Set lan_id before using I2CDon Skidmore1-0/+2
2015-06-09ixgbe: add link check for X550 copperDon Skidmore1-0/+43
2015-06-09ixgbe: Add support for another X550 device.Don Skidmore1-0/+7
2015-06-09ixgbe: fix X550 PHY function pointersDon Skidmore1-6/+3
2015-06-09ixgbe: fix X550 devices init flowDon Skidmore1-49/+19
2015-06-09ixgbe: Add reset for X550 deviceDon Skidmore1-0/+17
2015-06-09ixgbe: add X550 support for external PHY and forced 1G/10G supportDon Skidmore1-160/+451
2015-06-09ixgbe: Restore ESDP settings after MAC resetDon Skidmore1-17/+21
2015-06-09ixgbe: Add a PHY power state methodDon Skidmore1-0/+1
2015-06-09ixgbe: add array of MAC type dependent valuesDon Skidmore1-1/+11