aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-03net: sfp: add support for multigig RollBall transceiversMarek Behún1-10/+39
2022-10-03net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún1-1/+5
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún1-13/+51
2022-10-03net: sfp: Add and use macros for SFP quirks definitionsMarek Behún1-35/+26
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King1-2/+5
2022-09-20net: sfp: add support for HALNy GPON SFPRussell King (Oracle)1-3/+18
2022-09-20net: sfp: move Huawei MA5671A fixupRussell King (Oracle)1-5/+7
2022-09-20net: sfp: move Alcatel Lucent 3FE46541AA fixupRussell King (Oracle)1-5/+9
2022-09-20net: sfp: move quirk handling into sfp.cRussell King (Oracle)1-1/+93
2022-09-20net: sfp: re-implement soft state polling setupRussell King (Oracle)1-12/+26
2022-08-17net: sfp: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu1-83/+38
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-06-30net: sfp: fix memory leak in sfp_probe()Jianglei Nie1-1/+1
2022-06-23net: sfp: use hwmon_sanitize_name()Michael Walle1-7/+3
2022-05-03net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan1-1/+11
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