summaryrefslogtreecommitdiff
path: root/drivers/net/phy/sfp.c
AgeCommit message (Expand)Author
2023-04-09net: sfp: avoid EEPROM read of absent SFP moduleIvan Bornyakov
2023-04-09net: sfp: initialize sfp->i2c_block_size at sfp allocationIvan Bornyakov
2023-04-03net: sfp: add quirk enabling 2500Base-x for HG MXPD-483IIDaniel Golle
2023-03-19net: sfp: fix state loss when updating state_hw_maskRussell King (Oracle)
2023-01-19net: sfp: remove unused ctype.h includeRussell King (Oracle)
2023-01-19net: sfp: remove acpi.h includeRussell King (Oracle)
2023-01-19net: sfp: rename gpio_of_names[]Russell King (Oracle)
2023-01-19net: sfp: use device_get_match_data()Russell King (Oracle)
2023-01-19net: sfp: use i2c_get_adapter_by_fwnode()Russell King (Oracle)
2022-12-06net: sfp: clean up i2c-bus property parsingRussell King (Oracle)
2022-10-24net: sfp: get rid of DM7052 hack when enabling high powerRussell King (Oracle)
2022-10-24net: sfp: add sfp_modify_u8() helperRussell King (Oracle)
2022-10-24net: sfp: provide a definition for the power level select bitRussell King (Oracle)
2022-10-24net: sfp: ignore power level 3 prior to SFF-8472 Rev 11.4Russell King (Oracle)
2022-10-24net: sfp: ignore power level 2 prior to SFF-8472 Rev 10.2Russell King (Oracle)
2022-10-24net: sfp: check firmware provided max powerRussell King (Oracle)
2022-10-03net: sfp: add support for multigig RollBall transceiversMarek Behún
2022-10-03net: phy: mdio-i2c: support I2C MDIO protocol for RollBall SFP modulesMarek Behún
2022-10-03net: sfp: create/destroy I2C mdiobus before PHY probe/after PHY releaseMarek Behún
2022-10-03net: sfp: Add and use macros for SFP quirks definitionsMarek Behún
2022-10-03net: sfp: augment SFP parsing with phy_interface_t bitmapRussell King
2022-09-20net: sfp: add support for HALNy GPON SFPRussell King (Oracle)
2022-09-20net: sfp: move Huawei MA5671A fixupRussell King (Oracle)
2022-09-20net: sfp: move Alcatel Lucent 3FE46541AA fixupRussell King (Oracle)
2022-09-20net: sfp: move quirk handling into sfp.cRussell King (Oracle)
2022-09-20net: sfp: re-implement soft state polling setupRussell King (Oracle)
2022-08-17net: sfp: use simplified HWMON_CHANNEL_INFO macroBeniamin Sandu
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-06-30net: sfp: fix memory leak in sfp_probe()Jianglei Nie
2022-06-23net: sfp: use hwmon_sanitize_name()Michael Walle
2022-05-03net: sfp: Add tx-fault workaround for Huawei MA5671A SFP ONTMatthew Hagan
2022-03-02net: sfp: use %pe for printing errorsRussell King (Oracle)
2022-01-17net: sfp: fix high power modules without diagnostic monitoringRussell King (Oracle)
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