summaryrefslogtreecommitdiff
path: root/drivers/net/phy/sfp.c
AgeCommit message (Expand)Author
2019-12-09net: sfp: avoid tx-fault with Nokia GPON moduleto-buildRussell King
2019-12-08net: sfp: fix hwmonRussell King
2019-12-08net: sfp: fix unbindRussell King
2019-12-08net: sfp: soft status and control supportRussell King
2019-12-08net: sfp: fix spelling mistake "requies" -> "requires"Colin Ian King
2019-11-25net: sfp: allow modules with slow diagnostics to probeRussell King
2019-11-25net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King
2019-11-25net: sfp: move module insert reporting out of probeRussell King
2019-11-25net: sfp: split power mode switching from probeRussell King
2019-11-25net: sfp: track upstream's attachment state in state machineRussell King
2019-11-25net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King
2019-11-25net: sfp: allow fault processing to transition to other statesRussell King
2019-11-25net: sfp: eliminate mdelay() from PHY probeRussell King
2019-11-25net: sfp: split the PHY probe from sfp_sm_mod_init()Russell King
2019-11-25net: sfp: control TX_DISABLE and phy only from main state machineRussell King
2019-11-25net: sfp: avoid power switch on address-change modulesRussell King
2019-11-25net: sfp: parse SFP power requirement earlierRussell King
2019-11-25net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King
2019-11-25net: sfp: handle module remove outside state machineRussell King
2019-11-25net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King
2019-11-25net: sfp: move tx disable on device down to main state machineRussell King
2019-11-25net: sfp: move sfp sub-state machines into separate functionsRussell King
2019-08-24net: phy: sfp: Add labels to hwmon sensorsAndrew Lunn
2019-07-21net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn
2019-06-14net: phy: sfp: clean up a conditionDan Carpenter
2019-06-09net: sfp: add mutex to prevent concurrent state checksRobert Hancock
2019-06-09net: sfp: Stop SFP polling and interrupt handling during shutdownRobert Hancock
2019-06-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-06-03net: sfp: read eeprom in maximum 16 byte incrementsRussell King
2019-05-30net: phy: sfp: enable i2c-bus detection on ACPI based systemsRuslan Babayev
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-08net: sfp: do not probe SFP module before we're attachedRussell King
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2018-10-11net: phy: sfp: remove sfp_mutex's definitionSebastian Andrzej Siewior
2018-09-26net: phy: sfp: Fix unregistering of HWMON SFP deviceAndrew Lunn
2018-09-04net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn
2018-08-09net: phy: sftp: print debug message with text, not numbersAndrew Lunn
2018-07-18net: phy: sfp: Add HWMON support for module sensorsAndrew Lunn
2018-05-23net: phy: sfp: make the i2c-bus dt property mandatoryAntoine Tenart
2018-05-23net: phy: sfp: warn the user when no tx_disable pin is availableAntoine Tenart
2018-03-29sfp: allow cotsworks modulesRussell King
2018-02-28sfp: add high power module supportJon Nettleton
2018-01-02sfp: use precision to print non-null terminated stringsRussell King
2017-12-18sfp: fix EEPROM reading in the case of non-SFF8472 SFPsRussell King
2017-12-18sfp: fix non-detection of PHYRussell King
2017-12-15sfp: add sff module supportRussell King
2017-12-01sfp: warn about modules requiring address change sequenceRussell King
2017-12-01sfp: improve RX_LOS handlingRussell King
2017-12-01sfp: fix RX_LOS signal handlingRussell King
2017-11-01net: phy: Fix sfp.c build against GPIO definitionsFlorian Fainelli