summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp.c
Commit message (Expand)AuthorAgeFilesLines
* net: sfp: report error on failure to read sfp soft statusRussell King2019-12-191-2/+9
* net: sfp: re-attempt probing for phyRussell King2019-12-111-17/+42
* net: sfp: error handling for phy probeRussell King2019-12-111-9/+17
* net: sfp: rename sm_retriesRussell King2019-12-111-5/+5
* net: sfp: use a definition for the fault recovery attemptsRussell King2019-12-111-3/+11
* net: sfp: add support for Clause 45 PHYsRussell King2019-12-111-4/+40
* net: sfp: move phy_start()/phy_stop() to phylinkRussell King2019-12-111-2/+0
* net: sfp: add module start/stop upstream notificationsRussell King2019-12-111-0/+8
* net: sfp: add more extended compliance codesRussell King2019-12-111-2/+2
* net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King2019-12-111-12/+1
* net: sfp: avoid tx-fault with Nokia GPON moduleRussell King2019-12-091-12/+30
* net: sfp: fix hwmonRussell King2019-12-041-9/+4
* net: sfp: fix unbindRussell King2019-12-041-0/+4
* net: sfp: soft status and control supportRussell King2019-11-201-20/+90
* net: sfp: fix spelling mistake "requies" -> "requires"Colin Ian King2019-11-131-1/+1
* net: sfp: allow modules with slow diagnostics to probeRussell King2019-11-111-22/+74
* net: sfp: allow sfp to probe slow to initialise GPON modulesRussell King2019-11-111-10/+28
* net: sfp: move module insert reporting out of probeRussell King2019-11-111-18/+40
* net: sfp: split power mode switching from probeRussell King2019-11-111-37/+64
* net: sfp: track upstream's attachment state in state machineRussell King2019-11-111-13/+29
* net: sfp: ensure TX_FAULT has deasserted before probing the PHYRussell King2019-11-111-6/+25
* net: sfp: allow fault processing to transition to other statesRussell King2019-11-111-6/+6
* net: sfp: eliminate mdelay() from PHY probeRussell King2019-11-111-12/+40
* net: sfp: split the PHY probe from sfp_sm_mod_init()Russell King2019-11-111-8/+13
* net: sfp: control TX_DISABLE and phy only from main state machineRussell King2019-11-111-8/+1
* net: sfp: avoid power switch on address-change modulesRussell King2019-11-111-11/+20
* net: sfp: parse SFP power requirement earlierRussell King2019-11-111-13/+29
* net: sfp: rename T_PROBE_WAIT to T_SERIALRussell King2019-11-111-7/+6
* net: sfp: handle module remove outside state machineRussell King2019-11-111-7/+9
* net: sfp: rename sfp_sm_ins_next() as sfp_sm_mod_next()Russell King2019-11-111-8/+8
* net: sfp: move tx disable on device down to main state machineRussell King2019-11-111-8/+2
* net: sfp: move sfp sub-state machines into separate functionsRussell King2019-11-111-31/+43
* net: phy: sfp: Add labels to hwmon sensorsAndrew Lunn2019-08-241-5/+68
* net: phy: sfp: hwmon: Fix scaling of RX powerAndrew Lunn2019-07-211-1/+1
* net: phy: sfp: clean up a conditionDan Carpenter2019-06-141-1/+1
* net: sfp: add mutex to prevent concurrent state checksRobert Hancock2019-06-091-1/+5
* net: sfp: Stop SFP polling and interrupt handling during shutdownRobert Hancock2019-06-091-5/+26
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-4/+20
|\
| * net: sfp: read eeprom in maximum 16 byte incrementsRussell King2019-06-031-4/+20
* | net: phy: sfp: enable i2c-bus detection on ACPI based systemsRuslan Babayev2019-05-301-8/+27
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-151-9/+21
|\
| * net: sfp: do not probe SFP module before we're attachedRussell King2019-02-081-9/+21
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-0/+1
|/
* net: phy: sfp: remove sfp_mutex's definitionSebastian Andrzej Siewior2018-10-111-2/+0
* net: phy: sfp: Fix unregistering of HWMON SFP deviceAndrew Lunn2018-09-261-2/+5
* net: phy: sfp: Handle unimplemented hwmon limits and alarmsAndrew Lunn2018-09-041-4/+16
* net: phy: sftp: print debug message with text, not numbersAndrew Lunn2018-08-091-4/+72
* net: phy: sfp: Add HWMON support for module sensorsAndrew Lunn2018-07-181-0/+727
* net: phy: sfp: make the i2c-bus dt property mandatoryAntoine Tenart2018-05-231-13/+15
* net: phy: sfp: warn the user when no tx_disable pin is availableAntoine Tenart2018-05-231-0/+9