summaryrefslogtreecommitdiff
path: root/drivers/net/phy/sfp.c
AgeCommit message (Expand)Author
2021-10-05net: sfp: Fix typo in state machine debug stringSean Anderson
2021-06-16net: phy: delete repeated words of commentsWenpeng Liang
2021-04-11phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn
2021-01-28net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár
2021-01-28net: sfp: add workaround for Realtek RTL8672 and RTL9601C chipsPali Rohár
2021-01-12net: sfp: add debugfs supportRussell King
2021-01-11net: sfp: cope with SFPs that set both LOS normal and LOS invertedRussell King
2020-12-09net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaroundRussell King
2020-11-02sfp: Fix error handing in sfp_probe()YueHaibing
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-08-27net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-17net: phy: sfp: Cotsworks SFF module EEPROM fixupChris Healy
2020-07-07net: sfp: add error checking with sfp_irq_nameChris Healy
2020-07-07net: sfp: Unique GPIO interrupt namesChris Healy
2019-12-19net: sfp: report error on failure to read sfp soft statusRussell King
2019-12-11net: sfp: re-attempt probing for phyRussell King
2019-12-11net: sfp: error handling for phy probeRussell King
2019-12-11net: sfp: rename sm_retriesRussell King
2019-12-11net: sfp: use a definition for the fault recovery attemptsRussell King
2019-12-11net: sfp: add support for Clause 45 PHYsRussell King
2019-12-11net: sfp: move phy_start()/phy_stop() to phylinkRussell King
2019-12-11net: sfp: add module start/stop upstream notificationsRussell King
2019-12-11net: sfp: add more extended compliance codesRussell King
2019-12-11net: sfp: remove incomplete 100BASE-FX and 100BASE-LX supportRussell King
2019-12-09net: 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