summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/sfp.c
Commit message (Expand)AuthorAgeFilesLines
* net: sfp: clean up i2c-bus property parsingRussell King (Oracle)2022-12-061-36/+41
* net: sfp: get rid of DM7052 hack when enabling high powerRussell King (Oracle)2022-10-241-23/+6
* net: sfp: add sfp_modify_u8() helperRussell King (Oracle)2022-10-241-9/+22
* net: sfp: provide a definition for the power level select bitRussell King (Oracle)2022-10-241-3/+3
* net: sfp: ignore power level 3 prior to SFF-8472 Rev 11.4Russell King (Oracle)2022-10-241-1/+3
* net: sfp: ignore power level 2 prior to SFF-8472 Rev 10.2Russell King (Oracle)2022-10-241-1/+2
* net: sfp: check firmware provided max powerRussell King (Oracle)2022-10-241-7/+11
* net: sfp: add support for multigig RollBall transceiversMarek Behún2022-10-031-10/+39
* net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún2022-10-031-1/+5
* net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún2022-10-031-13/+51
* net: sfp: Add and use macros for SFP quirks definitionsMarek Behún2022-10-031-35/+26
* net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King2022-10-031-2/+5
* net: sfp: add support for HALNy GPON SFPRussell King (Oracle)2022-09-201-3/+18
* net: sfp: move Huawei MA5671A fixupRussell King (Oracle)2022-09-201-5/+7
* net: sfp: move Alcatel Lucent 3FE46541AA fixupRussell King (Oracle)2022-09-201-5/+9
* net: sfp: move quirk handling into sfp.cRussell King (Oracle)2022-09-201-1/+93
* net: sfp: re-implement soft state polling setupRussell King (Oracle)2022-09-201-12/+26
* net: sfp: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu2022-08-171-83/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-06-301-1/+1
|\
| * net: sfp: fix memory leak in sfp_probe()Jianglei Nie2022-06-301-1/+1
* | net: sfp: use hwmon_sanitize_name()Michael Walle2022-06-231-7/+3
|/
* net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan2022-05-031-1/+11
* net: sfp: use %pe for printing errorsRussell King (Oracle)2022-03-021-18/+30
* net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)2022-01-171-4/+21
* net: sfp: Fix typo in state machine debug stringSean Anderson2021-10-051-1/+1
* net: phy: delete repeated words of commentsWenpeng Liang2021-06-161-1/+1
* phy: sfp: add netlink SFP support to generic SFP codeAndrew Lunn2021-04-111-0/+25
* net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár2021-01-281-2/+15
* net: sfp: add workaround for Realtek RTL8672 and RTL9601C chipsPali Rohár2021-01-281-33/+67
* net: sfp: add debugfs supportRussell King2021-01-121-0/+55
* net: sfp: cope with SFPs that set both LOS normal and LOS invertedRussell King2021-01-111-14/+22
* net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaroundRussell King2020-12-091-5/+58
* sfp: Fix error handing in sfp_probe()YueHaibing2020-11-021-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-09-041-6/+6
|\
| * treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-6/+6
* | net/phy/mdio-i2c: Move header file to include/linux/mdioAndrew Lunn2020-08-271-1/+1
|/
* net: phy: sfp: Cotsworks SFF module EEPROM fixupChris Healy2020-07-171-0/+44
* net: sfp: add error checking with sfp_irq_nameChris Healy2020-07-071-0/+3
* net: sfp: Unique GPIO interrupt namesChris Healy2020-07-071-1/+6
* 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