summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy
Commit message (Expand)AuthorAgeFilesLines
...
* | net: phy: marvell: remove the use of .ack_interrupt()Ioana Ciornei2020-11-171-20/+11
* | net: phy: marvell: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-171-21/+36
* | net: phy: microchip: remove the use of .ack_interrupt()Ioana Ciornei2020-11-172-18/+12
* | net: phy: microchip: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-172-0/+38
* | net: phy: vitesse: remove the use of .ack_interrupt()Ioana Ciornei2020-11-171-21/+3
* | net: phy: vitesse: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-171-0/+37
* | net: phy: don't duplicate driver name in phy_attached_printHeiner Kallweit2020-11-171-8/+6
* | net: phy: mscc: fix excluded_middle.cocci warningskernel test robot2020-11-171-1/+1
* | net: phy: mscc: Add PTP support for 2 more VSC PHYsSteen Hegelund2020-11-131-0/+2
* | Merge https://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-121-0/+2
|\|
| * net: phy: realtek: support paged operations on RTL8201CPHeiner Kallweit2020-11-101-0/+2
* | net: phy: aquantia: do not return an error on clearing pending IRQsIoana Ciornei2020-11-111-2/+2
* | net: phy: microchip_t1: Don't set .config_anegJisheng Zhang2020-11-091-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2020-11-061-1/+2
|\|
| * sfp: Fix error handing in sfp_probe()YueHaibing2020-11-021-1/+2
* | net: phy: realtek: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-16/+52
* | net: phy: realtek: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-0/+72
* | net: phy: add genphy_handle_interrupt_no_ack()Ioana Ciornei2020-11-051-0/+13
* | net: phy: davicom: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-16/+21
* | net: phy: davicom: implement generic .handle_interrupt() calbackIoana Ciornei2020-11-051-0/+26
* | net: phy: cicada: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-4/+11
* | net: phy: cicada: implement the generic .handle_interrupt() callbackIoana Ciornei2020-11-051-0/+20
* | net: phy: broadcom: remove use of ack_interrupt()Ioana Ciornei2020-11-056-57/+68
* | net: phy: broadcom: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-057-15/+114
* | net: phy: aquantia: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-17/+19
* | net: phy: aquantia: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-0/+27
* | net: phy: mscc: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-4/+8
* | net: phy: mscc: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-28/+28
* | net: phy: mscc: use phy_trigger_machine() to notify link changeIoana Ciornei2020-11-051-1/+1
* | net: phy: at803x: remove the use of .ack_interrupt()Ioana Ciornei2020-11-051-7/+12
* | net: phy: at803x: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-051-0/+31
* | net: phy: make .ack_interrupt() optionalIoana Ciornei2020-11-051-1/+1
* | net: phy: add a shutdown procedureIoana Ciornei2020-11-051-0/+8
* | net: phy: export phy_error and phy_trigger_machineIoana Ciornei2020-11-051-2/+4
* | net: phy: adin: implement cable-test supportAlexandru Ardelean2020-11-041-0/+138
* | net: phy: adin: disable diag clock & disable standby mode in config_anegAlexandru Ardelean2020-11-041-2/+10
* | net: phy: realtek: Add support for RTL8221B-CG seriesWilly Liu2020-11-031-0/+40
* | net: phy: marvell: add special handling of Finisar modules with 88E1111Robert Hancock2020-10-301-1/+99
* | drivers: net: phy: Fix spelling in comment defalut to defaultBhaskar Chowdhury2020-10-301-1/+1
* | net: phy: leds: Deduplicate link LED trigger registrationAndy Shevchenko2020-10-301-10/+6
* | net: phylink: disable BMCR_ISOLATE in phylink_mii_c22_pcs_configRobert Hancock2020-10-271-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-10-051-15/+16
|\
| * net: phy: realtek: fix rtl8211e rx/tx delay configWilly Liu2020-09-291-15/+16
| * mdio: fix mdio-thunder.c dependency & build errorRandy Dunlap2020-09-271-0/+1
* | net: phy: marvell: Use phy_read_paged() instead of open coding itJisheng Zhang2020-10-051-10/+4
* | net: phy: dp83869: fix unsigned comparisons against less than zero valuesColin Ian King2020-10-031-1/+1
* | net: phy: realtek: Modify 2.5G PHY name to RTL8226Willy Liu2020-10-011-19/+19
* | net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())Sebastian Andrzej Siewior2020-09-291-15/+0
* | net: Use kobj_to_dev() APIWang Qing2020-09-281-2/+2
* | net: phy: dp83869: Add speed optimization featureDan Murphy2020-09-281-0/+116