aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-03-02net: sfp: use %pe for printing errorsRussell King (Oracle)1-18/+30
2022-01-17net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)1-4/+21
2021-10-05net: sfp: Fix typo in state machine debug stringSean Anderson1-1/+1
2021-06-16net: phy: delete repeated words of commentsWenpeng Liang1-1/+1
2021-04-11phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn1-0/+25
2021-01-28net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár1-2/+15
2021-01-28net: sfp: add workaround for Realtek RTL8672 and RTL9601C chipsPali Rohár1-33/+67
2021-01-12net: sfp: add debugfs supportRussell King1-0/+55
2021-01-11net: sfp: cope with SFPs that set both LOS normal and LOS invertedRussell King1-14/+22
2020-12-09net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaroundRussell King1-5/+58
2020-11-02sfp: Fix error handing in sfp_probe()YueHaibing1-1/+2
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-6/+6
2020-08-27net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn1-1/+1
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-07-17net: phy: sfp: Cotsworks SFF module EEPROM fixupChris Healy1-0/+44
2020-07-07net: sfp: add error checking with sfp_irq_nameChris Healy1-0/+3
2020-07-07net: sfp: Unique GPIO interrupt namesChris Healy1-1/+6
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