summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
AgeCommit message (Expand)AuthorLines
2020-12-09net: sfp: relax bitrate-derived mode checkRussell King-6/+5
2020-12-09net: sfp: VSOL V2801F / CarlitoxxPro CPGOS03-0490 v2.0 workaroundRussell King-5/+58
2020-12-01net: phy: marvell: replace phy_modify()Yejune Deng-8/+8
2020-11-27net: phy: micrel: fix interrupt handlingOleksij Rempel-1/+1
2020-11-25net: phy: realtek: read actual speed on rtl8211f to detect downshiftAntonio Borneo-0/+1
2020-11-25net: phy: mscc: use new PTP_MSGTYPE_* definesChristian Eggers-12/+7
2020-11-25net: phy: dp83640: use new PTP_MSGTYPE_SYNC defineChristian Eggers-4/+1
2020-11-25net: phy: remove the .did_interrupt() and .ack_interrupt() callbackIoana Ciornei-47/+3
2020-11-25net: phy: qsemi: remove the use of .ack_interrupt()Ioana Ciornei-3/+17
2020-11-25net: phy: qsemi: implement generic .handle_interrupt() callbackIoana Ciornei-0/+22
2020-11-25net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei-31/+56
2020-11-25net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei-0/+191
2020-11-25net: phy: national: remove the use of the .ack_interrupt()Ioana Ciornei-14/+22
2020-11-25net: phy: national: implement generic .handle_interrupt() callbackIoana Ciornei-0/+22
2020-11-25net: phy: micrel: remove the use of .ack_interrupt()Ioana Ciornei-16/+15
2020-11-25net: phy: micrel: implement generic .handle_interrupt() callbackIoana Ciornei-0/+34
2020-11-25net: phy: meson-gxl: remove the use of .ack_callback()Ioana Ciornei-8/+11
2020-11-25net: phy: meson-gxl: implement generic .handle_interrupt() callbackIoana Ciornei-0/+20
2020-11-25net: phy: icplus: remove the use .ack_interrupt()Ioana Ciornei-13/+25
2020-11-25net: phy: icplus: implement generic .handle_interrupt() callbackIoana Ciornei-8/+16
2020-11-25net: phy: intel-xway: remove the use of .ack_interrupt()Ioana Ciornei-12/+15
2020-11-25net: phy: intel-xway: implement generic .handle_interrupt() callbackIoana Ciornei-18/+28
2020-11-20mdio_bus: suppress err message for reset gpio EPROBE_DEFERGrygorii Strashko-3/+4
2020-11-19Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2020-11-17net: phy: fix kernel-doc markupsMauro Carvalho Chehab-5/+5
2020-11-17net: phy: adin: remove the use of the .ack_interrupt()Ioana Ciornei-7/+18
2020-11-17net: phy: adin: implement generic .handle_interrupt() callbackIoana Ciornei-0/+20
2020-11-17net: phy: ste10Xp: remove the use of .ack_interrupt()Ioana Ciornei-19/+22
2020-11-17net: phy: ste10Xp: implement generic .handle_interrupt() callbackIoana Ciornei-0/+20
2020-11-17net: phy: smsc: remove the use of .ack_interrupt()Ioana Ciornei-15/+18
2020-11-17net: phy: smsc: implement generic .handle_interrupt() callbackIoana Ciornei-0/+30
2020-11-17net: phy: amd: remove the use of .ack_interrupt()Ioana Ciornei-3/+11
2020-11-17net: phy: amd: implement generic .handle_interrupt() callbackIoana Ciornei-0/+23
2020-11-17net: phy: nxp-tja11xx: remove the use of .ack_interrupt()Ioana Ciornei-4/+15
2020-11-17net: phy: nxp-tja11xx: implement generic .handle_interrupt() callbackIoana Ciornei-0/+23
2020-11-17net: phy: lxt: remove the use of .ack_interrupt()Ioana Ciornei-10/+34
2020-11-17net: phy: lxt: implement generic .handle_interrupt() callbackIoana Ciornei-0/+50
2020-11-17net: phy: marvell: remove the use of .ack_interrupt()Ioana Ciornei-20/+11
2020-11-17net: phy: marvell: implement generic .handle_interrupt() callbackIoana Ciornei-21/+36
2020-11-17net: phy: microchip: remove the use of .ack_interrupt()Ioana Ciornei-18/+12
2020-11-17net: phy: microchip: implement generic .handle_interrupt() callbackIoana Ciornei-0/+38
2020-11-17net: phy: vitesse: remove the use of .ack_interrupt()Ioana Ciornei-21/+3
2020-11-17net: phy: vitesse: implement generic .handle_interrupt() callbackIoana Ciornei-0/+37
2020-11-17net: phy: don't duplicate driver name in phy_attached_printHeiner Kallweit-8/+6
2020-11-17net: phy: mscc: fix excluded_middle.cocci warningskernel test robot-1/+1
2020-11-14net: phy: smsc: add missed clk_disable_unprepare in smsc_phy_probe()Zhang Changzhong-1/+3
2020-11-13net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund-0/+2
2020-11-13net: phy: mscc: remove non-MACSec compatible phySteen Hegelund-1/+0
2020-11-12Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-0/+2
2020-11-11net: phy: aquantia: do not return an error on clearing pending IRQsIoana Ciornei-2/+2