summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/micrel.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-221-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-151-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-061-1/+1
* net: phy: micrel: fix interrupt handlingOleksij Rempel2020-11-281-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-121-0/+14
* net: phy: micrel: add phy-mode support for the KSZ9031 PHYOleksij Rempel2020-04-231-5/+123
* net: phy: micrel: use genphy_read_status for KSZ9131Atsushi Nemoto2020-04-151-1/+1
* net: phy: micrel: kszphy_resume(): add delay after genphy_resume() before acc...Oleksij Rempel2020-04-041-0/+7
* net: phy: micrel.c: add rgmii interface delay possibility to ksz9131Philippe Schenker2020-03-301-0/+50
* net: phy: micrel: Update KSZ87xx PHY nameMarek Vasut2019-10-181-2/+2
* net: phy: micrel: Discern KSZ8051 and KSZ8795 PHYsMarek Vasut2019-10-181-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-301-1/+14
* net: phy: micrel: add Asym Pause workaroundAntoine Tenart2019-04-171-1/+26
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-161-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
* | net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-5/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-01-211-0/+2
|\|
| * net: phy: Add missing features to PHY driversAndrew Lunn2019-01-171-0/+1
| * net: phy: micrel: set soft_reset callback to genphy_soft_reset for KSZ9031Heiner Kallweit2019-01-161-0/+1
* | net: phy: micrel: use phy_read_mmd and phy_write_mmdHeiner Kallweit2019-01-181-32/+11
|/
* net: ethernet: Convert phydev advertize and supported from u32 to link modeAndrew Lunn2018-11-111-6/+11
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-14/+0
* net: phy: micrel: add Microchip KSZ9131 initial driverYuiko Oshino2018-10-201-1/+129
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-05-211-0/+31
|\
| * net: phy: micrel: add 125MHz reference clock workaroundMarkus Niebel2018-05-161-0/+31
* | drivers: net: replace UINT64_MAX with U64_MAXJisheng Zhang2018-04-281-4/+1
|/