aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-19net: sfp: report error on failure to read sfp soft statusRussell King1-2/+9
2019-12-11net: sfp: re-attempt probing for phyRussell King1-17/+42
2019-12-11net: sfp: error handling for phy probeRussell King1-9/+17
2019-12-11net: sfp: rename sm_retriesRussell King1-5/+5
2019-12-11net: sfp: use a definition for the fault recovery attemptsRussell King1-3/+11
2019-12-11net: sfp: add support for Clause 45 PHYsRussell King1-4/+40
2019-12-11net: sfp: move phy_start()/phy_stop() to phylinkRussell King1-2/+0
2019-12-11net: sfp: add module start/stop upstream notificationsRussell King1-0/+8
2019-12-11net: sfp: add more extended compliance codesRussell King1-2/+2
2019-12-11net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King1-12/+1
2019-12-09net: sfp: avoid tx-fault with Nokia GPON moduleRussell King1-12/+30
2019-12-04net: sfp: fix hwmonRussell King1-9/+4
2019-12-04net: sfp: fix unbindRussell King1-0/+4
2019-11-20net: sfp: soft status and control supportRussell King1-20/+90
2019-11-13net: sfp: fix spelling mistake "requies" -> "requires"Colin Ian King1-1/+1
2019-11-11net: sfp: allow modules with slow diagnostics to probeRussell King1-22/+74
2019-11-11net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King1-10/+28
2019-11-11net: sfp: move module insert reporting out of probeRussell King1-18/+40
2019-11-11net: sfp: split power mode switching from probeRussell King1-37/+64
2019-11-11net: sfp: track upstream's attachment state in state machineRussell King1-13/+29
2019-11-11net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King1-6/+25
2019-11-11net: sfp: allow fault processing to transition to other statesRussell King1-6/+6
2019-11-11net: sfp: eliminate mdelay() from PHY probeRussell King1-12/+40
2019-11-11net: sfp: split the PHY probe from sfp_sm_mod_init()Russell King1-8/+13
2019-11-11net: sfp: control TX_DISABLE and phy only from main state machineRussell King1-8/+1
2019-11-11net: sfp: avoid power switch on address-change modulesRussell King1-11/+20
2019-11-11net: sfp: parse SFP power requirement earlierRussell King1-13/+29
2019-11-11net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King1-7/+6
2019-11-11net: sfp: handle module remove outside state machineRussell King1-7/+9
2019-11-11net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King1-8/+8
2019-11-11net: sfp: move tx disable on device down to main state machineRussell King1-8/+2
2019-11-11net: sfp: move sfp sub-state machines into separate functionsRussell King1-31/+43
2019-08-24net: phy: sfp: Add labels to hwmon sensorsAndrew Lunn1-5/+68
2019-07-21net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn1-1/+1
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