summaryrefslogtreecommitdiff
path: root/drivers/net/phy/sfp.c
AgeCommit message (Expand)AuthorFilesLines
2022-12-07net: sfp: clean up i2c-bus property parsingRussell King (Oracle)1-36/+41
2022-10-25net: sfp: get rid of DM7052 hack when enabling high powerRussell King (Oracle)1-23/+6
2022-10-25net: sfp: add sfp_modify_u8() helperRussell King (Oracle)1-9/+22
2022-10-25net: sfp: provide a definition for the power level select bitRussell King (Oracle)1-3/+3
2022-10-25net: sfp: ignore power level 3 prior to SFF-8472 Rev 11.4Russell King (Oracle)1-1/+3
2022-10-25net: sfp: ignore power level 2 prior to SFF-8472 Rev 10.2Russell King (Oracle)1-1/+2
2022-10-25net: sfp: check firmware provided max powerRussell King (Oracle)1-7/+11
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-07-01Merge 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-24net: sfp: use hwmon_sanitize_name()Michael Walle1-7/+3
2022-05-04net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan1-1/+11
2022-03-03net: 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-12phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn1-0/+25
2021-01-29net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár1-2/+15
2021-01-29net: sfp: add workaround for Realtek RTL8672 and RTL9601C chipsPali Rohár1-33/+67
2021-01-13net: sfp: add debugfs supportRussell King1-0/+55
2021-01-12net: sfp: cope with SFPs that set both LOS normal and LOS invertedRussell King1-14/+22
2020-12-10net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaroundRussell King1-5/+58
2020-11-03sfp: Fix error handing in sfp_probe()YueHaibing1-1/+2
2020-09-05Merge 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-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-6/+6
2020-07-17net: phy: sfp: Cotsworks SFF module EEPROM fixupChris Healy1-0/+44
2020-07-08net: sfp: add error checking with sfp_irq_nameChris Healy1-0/+3
2020-07-07net: sfp: Unique GPIO interrupt namesChris Healy1-1/+6
2019-12-20net: 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-10net: sfp: avoid tx-fault with Nokia GPON moduleRussell King1-12/+30