aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-14net: phy: sfp: clean up a conditionDan Carpenter1-1/+1
2019-06-09net: sfp: add mutex to prevent concurrent state checksRobert Hancock1-1/+5
2019-06-09net: sfp: Stop SFP polling and interrupt handling during shutdownRobert Hancock1-5/+26
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+20
2019-06-03net: sfp: read eeprom in maximum 16 byte incrementsRussell King1-4/+20
2019-05-30net: phy: sfp: enable i2c-bus detection on ACPI based systemsRuslan Babayev1-8/+27
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+21
2019-02-08net: sfp: do not probe SFP module before we're attachedRussell King1-9/+21
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-0/+1
2018-10-11net: phy: sfp: remove sfp_mutex's definitionSebastian Andrzej Siewior1-2/+0
2018-09-26net: phy: sfp: Fix unregistering of HWMON SFP deviceAndrew Lunn1-2/+5
2018-09-04net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn1-4/+16
2018-08-09net: phy: sftp: print debug message with text, not numbersAndrew Lunn1-4/+72
2018-07-18net: phy: sfp: Add HWMON support for module sensorsAndrew Lunn1-0/+727
2018-05-23net: phy: sfp: make the i2c-bus dt property mandatoryAntoine Tenart1-13/+15
2018-05-23net: phy: sfp: warn the user when no tx_disable pin is availableAntoine Tenart1-0/+9
2018-03-29sfp: allow cotsworks modulesRussell King1-10/+31
2018-02-28sfp: add high power module supportJon Nettleton1-18/+132
2018-01-02sfp: use precision to print non-null terminated stringsRussell King1-18/+6
2017-12-18sfp: fix EEPROM reading in the case of non-SFF8472 SFPsRussell King1-4/+3
2017-12-18sfp: fix non-detection of PHYRussell King1-4/+4
2017-12-15sfp: add sff module supportRussell King1-14/+64
2017-12-01sfp: warn about modules requiring address change sequenceRussell King1-1/+7
2017-12-01sfp: improve RX_LOS handlingRussell King1-11/+22
2017-12-01sfp: fix RX_LOS signal handlingRussell King1-3/+5
2017-11-01net: phy: Fix sfp.c build against GPIO definitionsFlorian Fainelli1-1/+1
2017-11-01net: phy: Cosmetic fixes to phylink/sfp/sfp-bus.cFlorian Fainelli1-14/+13
2017-09-08net: phy: sfp: rename dt properties to match the bindingBaruch Siach1-2/+2
2017-08-06sfp: add SFP module supportRussell King1-0/+915