summaryrefslogtreecommitdiff
path: root/drivers/net/phy/sfp.c
AgeCommit message (Expand)Author
2020-02-28net: sfp: display SFP module information [*not for mainline*]phyRussell King
2020-02-28net: sfp: add sfp+ compatible [*not for mainline*]Russell King
2020-02-28net: sfp: add debugfs supportRussell King
2020-02-28net: sfp: add support for cooled SFP+ transceiversRussell King
2020-01-27net: sfp: report error on failure to read sfp soft statusRussell King
2020-01-27net: sfp: re-attempt probing for phyRussell King
2020-01-27net: sfp: error handling for phy probeRussell King
2020-01-27net: sfp: rename sm_retriesRussell King
2020-01-27net: sfp: use a definition for the fault recovery attemptsRussell King
2020-01-27net: sfp: add support for Clause 45 PHYsRussell King
2020-01-27net: sfp: move phy_start()/phy_stop() to phylinkRussell King
2020-01-27net: sfp: add module start/stop upstream notificationsRussell King
2020-01-27net: sfp: add more extended compliance codesRussell King
2020-01-27net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King
2020-01-27net: sfp: avoid tx-fault with Nokia GPON moduleRussell King
2019-12-04net: sfp: fix hwmonRussell King
2019-12-04net: sfp: fix unbindRussell King
2019-11-20net: sfp: soft status and control supportRussell King
2019-11-13net: sfp: fix spelling mistake "requies" -> "requires"Colin Ian King
2019-11-11net: sfp: allow modules with slow diagnostics to probeRussell King
2019-11-11net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King
2019-11-11net: sfp: move module insert reporting out of probeRussell King
2019-11-11net: sfp: split power mode switching from probeRussell King
2019-11-11net: sfp: track upstream's attachment state in state machineRussell King
2019-11-11net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King
2019-11-11net: sfp: allow fault processing to transition to other statesRussell King
2019-11-11net: sfp: eliminate mdelay() from PHY probeRussell King
2019-11-11net: sfp: split the PHY probe from sfp_sm_mod_init()Russell King
2019-11-11net: sfp: control TX_DISABLE and phy only from main state machineRussell King
2019-11-11net: sfp: avoid power switch on address-change modulesRussell King
2019-11-11net: sfp: parse SFP power requirement earlierRussell King
2019-11-11net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King
2019-11-11net: sfp: handle module remove outside state machineRussell King
2019-11-11net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King
2019-11-11net: sfp: move tx disable on device down to main state machineRussell King
2019-11-11net: 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