summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/micrel.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: micrel: Use the kszphy probe/suspend/resumeFabio Estevam2022-05-161-2/+3
* net: phy: micrel: Allow probing without .driver_dataFabio Estevam2022-05-161-5/+6
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-05-121-5/+5
|\
| * net: phy: micrel: Fix incorrect variable type in micrelWan Jiabing2022-05-101-3/+2
| * net: phy: micrel: Pass .probe for KS8737Fabio Estevam2022-05-051-0/+1
| * net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Fabio Estevam2022-05-051-2/+2
* | net: phy: micrel: add coma mode GPIOMichael Walle2022-04-291-0/+20
* | net: phy: micrel: move the PHY timestamping checkMichael Walle2022-04-291-4/+8
* | net: phy: micrel: ksz9031/ksz9131: add cabletest supportMarek Vasut2022-04-081-0/+221
|/
* net: phy: micrel: Remove DT option lan8814,ignore-tsHoratiu Vultur2022-04-041-3/+1
* net: phy: micrel: Remove latency from driverHoratiu Vultur2022-04-041-101/+1
* net: phy: micrel: Move netif_rx() outside of IRQ-off section.Sebastian Andrzej Siewior2022-03-071-2/+2
* net: phy: micrel: Use netif_rx().Sebastian Andrzej Siewior2022-03-071-2/+2
* micrel: Use generic ptp_msg_is_sync() functionKurt Kanzenbach2022-03-071-12/+1
* net: phy: micrel: 1588 support for LAN8814 phyDivya Koppera2022-03-041-22/+1066
* net: phy: micrel: Fix concurrent register accessDivya Koppera2022-03-041-14/+16
* net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesClaudiu Beznea2022-01-191-18/+18
* net: phy: micrel: Add config_init for LAN8814Horatiu Vultur2021-12-241-0/+32
* net: phy: micrel: Adding interrupt support for Link up/Link down in LAN8814 Q...Divya Koppera2021-12-211-0/+67
* phy: micrel: ksz8041nl: do not use power down modeStefan Agner2021-10-201-2/+3
* net: phy: micrel: make *-skew-ps check more lenientMatthias Schiffer2021-10-141-2/+2
* net: phy: micrel: ksz9131 led errata workaroundFrancesco Dolcini2021-10-081-0/+24
* net: phy: micrel: Add support for LAN8804 PHYHoratiu Vultur2021-09-291-0/+74
* net: phy: micrel: Fix link detection on ksz87xx switch"Ben Hutchings2021-08-081-2/+0
* net: phy: micrel: Fix detection of ksz87xx switchSteve Bennett2021-08-021-5/+5
* net: phy: micrel: ksz886x/ksz8081: add cabletest supportOleksij Rempel2021-06-141-0/+180
* net: phy: micrel: ksz8081 add MDI-X supportOleksij Rempel2021-06-141-0/+89
* net: phy/dsa micrel/ksz886x add MDI-X supportOleksij Rempel2021-06-141-0/+88
* net: phy: micrel: use consistent alignmentsOleksij Rempel2021-06-141-22/+22
* net: phy: micrel: remove redundant assignment to pointer of_nodeColin Ian King2021-06-141-6/+3
* net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ8081Christian Melki2021-02-251-0/+1
* net: phy: introduce phydev->portMichael Walle2021-02-111-3/+11
* net: phy: drop explicit genphy_read_status() opMichael Walle2021-02-091-1/+0
* net: phy: micrel: Add KS8851 PHY supportMarek Vasut2021-01-051-1/+1
* net: phy: micrel: fix interrupt handlingOleksij Rempel2020-11-271-1/+1
* net: phy: micrel: remove the use of .ack_interrupt()Ioana Ciornei2020-11-251-16/+15
* net: phy: micrel: implement generic .handle_interrupt() callbackIoana Ciornei2020-11-251-0/+34
* net: phy: mchp: Add support for LAN8814 QUAD PHYDivya Koppera2020-09-111-0/+14
* net: phy: micrel: add phy-mode support for the KSZ9031 PHYOleksij Rempel2020-04-221-5/+123
* net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto2020-04-141-1/+1
* net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel2020-04-031-0/+7
* net: phy: micrel.c: add rgmii interface delay possibility to ksz9131Philippe Schenker2020-03-291-0/+50
* net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut2019-10-171-2/+2
* net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYsMarek Vasut2019-10-171-4/+36
* net: phy: micrel: add Asym Pause workaround for KSZ9021Hans Andersson2019-09-271-0/+3
* net: phy: micrel: make sure the factory test bit is clearedAntoine Tenart2019-04-291-1/+14
* net: phy: micrel: add Asym Pause workaroundAntoine Tenart2019-04-161-1/+26
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-151-16/+16
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-1/+12
|\
| * net: phy: Micrel KSZ8061: link failure after cable connectRajasingh Thavamani2019-02-271-1/+12