summaryrefslogtreecommitdiff
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorFilesLines
2021-02-12net: phy: icplus: add MDI/MDIX support for IP101A/GMichael Walle1-0/+97
2021-02-12net: phy: icplus: add PHY counter for IP101GMichael Walle1-0/+75
2021-02-12net: phy: icplus: fix paged register accessMichael Walle1-13/+54
2021-02-12net: phy: icplus: don't set APS_EN bit on IP101GMichael Walle1-7/+20
2021-02-12net: phy: icplus: split IP101A/G driverMichael Walle1-3/+66
2021-02-12net: phy: icplus: use the .soft_reset() of the phy-coreMichael Walle1-30/+2
2021-02-12net: phy: icplus: drop address operator for functionsMichael Walle1-5/+5
2021-02-12net: phy: icplus: use PHY_ID_MATCH_EXACT() for IP101A/GMichael Walle1-2/+2
2021-02-12net: phy: icplus: use PHY_ID_MATCH_MODEL() macroMichael Walle1-9/+10
2021-02-12net: phy: introduce phydev->portMichael Walle9-4/+34
2021-02-09net: phy: broadcom: remove BCM5482 1000Base-BX supportMichael Walle1-92/+1
2021-02-09net: phy: drop explicit genphy_read_status() opMichael Walle2-2/+0
2021-02-04net: mdiobus: Prevent spike on MDIO bus reset signalMike Looijmans1-4/+2
2021-01-29net: sfp: add mode quirk for GPON module Ubiquiti U-Fiber InstantPali Rohár2-2/+30
2021-01-29net: sfp: add workaround for Realtek RTL8672 and RTL9601C chipsPali Rohár1-33/+67
2021-01-23net: phy: realtek: Add support for RTL9000AA/ANYuusuke Ashizuka1-0/+132
2021-01-19net: phy: national: remove definition of DEBUGTom Rix1-2/+0
2021-01-16net: phy: at803x: add support for configuring SmartEEERussell King1-1/+64
2021-01-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+2
2021-01-15sfp: add support for 100 base-x SFPsBjarni Jonasson1-0/+9
2021-01-15net: phy: ar803x: disable extended next page bitRussell King1-1/+7
2021-01-13net: sfp: add debugfs supportRussell King1-0/+55
2021-01-13net: phy: smsc: fix clk error handlingMarco Felsch1-1/+2
2021-01-12net: phy: at803x: use phy_modify_mmd()Russell King1-9/+2
2021-01-12net: sfp: extend bitrate-derived mode for 2500BASE-XRussell King1-3/+8
2021-01-12net: sfp: cope with SFPs that set both LOS normal and LOS invertedRussell King1-14/+22
2021-01-08net: phy: replace mutex_is_locked with lockdep_assert_held in phylibHeiner Kallweit3-4/+4
2021-01-08net: phy: bcm7xxx: Add an entry for BCM72116Florian Fainelli1-0/+2
2021-01-06net: phy: micrel: Add KS8851 PHY supportMarek Vasut1-1/+1
2020-12-10net: sfp: relax bitrate-derived mode checkRussell King1-6/+5
2020-12-10net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaroundRussell King1-5/+58
2020-12-02net: phy: marvell: replace phy_modify()Yejune Deng1-8/+8
2020-11-28net: phy: micrel: fix interrupt handlingOleksij Rempel1-1/+1
2020-11-25net: phy: realtek: read actual speed on rtl8211f to detect downshiftAntonio Borneo1-0/+1
2020-11-25net: phy: mscc: use new PTP_MSGTYPE_* definesChristian Eggers2-12/+7
2020-11-25net: phy: dp83640: use new PTP_MSGTYPE_SYNC defineChristian Eggers1-4/+1
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei2-47/+3
2020-11-25net: phy: qsemi: remove the use of .ack_interrupt()Ioana Ciornei1-3/+17
2020-11-25net: phy: qsemi: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+22
2020-11-25net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei6-31/+56
2020-11-25net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei6-0/+191
2020-11-25net: phy: national: remove the use of the .ack_interrupt()Ioana Ciornei1-14/+22
2020-11-25net: phy: national: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+22
2020-11-25net: phy: micrel: remove the use of .ack_interrupt()Ioana Ciornei1-16/+15
2020-11-25net: phy: micrel: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+34
2020-11-25net: phy: meson-gxl: remove the use of .ack_callback()Ioana Ciornei1-8/+11
2020-11-25net: phy: meson-gxl: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+20
2020-11-25net: phy: icplus: remove the use .ack_interrupt()Ioana Ciornei1-13/+25
2020-11-25net: phy: icplus: implement generic .handle_interrupt() callbackIoana Ciornei1-8/+16
2020-11-25net: phy: intel-xway: remove the use of .ack_interrupt()Ioana Ciornei1-12/+15