summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/micrel.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski2023-09-061-3/+6
* net: micrel: Change to receive timestamp in the frame for lan8841Horatiu Vultur2023-06-211-96/+154
* net: phy: micrel: Move KSZ9477 errata fixes to PHY driverRobert Hancock2023-06-061-1/+74
* net: phy: add helpers for comparing phy IDsRussell King2023-05-221-3/+3
* net: micrel: Update the list of supported physHoratiu Vultur2023-04-191-2/+2
* net: phy: micrel: Fix PTP_PF_PEROUT for lan8841Horatiu Vultur2023-04-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2023-03-301-0/+1
|\
| * net: phy: micrel: correct KSZ9131RNX EEE capabilities and advertisementOleksij Rempel2023-03-271-0/+1
* | net: phy: micrel: Add support for PTP_PF_EXTTS for lan8841Horatiu Vultur2023-03-241-0/+162
* | net: phy: micrel: Fix spelling mistake "minimim" -> "minimum"Colin Ian King2023-03-151-1/+1
* | net: phy: micrel: drop superfluous use of temp variableWolfram Sang2023-03-151-4/+2
* | net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841Horatiu Vultur2023-03-131-2/+389
|/
* net: phy: micrel: add ksz9477_get_features()Oleksij Rempel2023-02-131-0/+21
* net: micrel: Add PHC support for lan8841Horatiu Vultur2023-02-131-24/+599
* net: micrel: Cable Diagnostics feature for lan8841 PHYHoratiu Vultur2023-02-091-0/+5
* net: micrel: Add support for lan8841 PHYHoratiu Vultur2023-02-081-9/+180
* net: phy: micrel: Fix warn: passing zero to PTR_ERRDivya Koppera2023-01-091-5/+5
* net: phy: micrel: Fixed error related to uninitialized symbol retDivya Koppera2023-01-091-1/+2
* net: phy: micrel: Change handler interrupt for lan8814Horatiu Vultur2023-01-061-17/+8
* net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131Raju Lakkaraju2022-10-251-0/+77
* net: phy: micrel: Fixes FIELD_GET assertionDivya Koppera2022-10-121-4/+5
* net: phy: micrel: enable interrupt for ksz9477 phyArun Ramadoss2022-09-261-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-221-6/+12
|\
| * net: phy: micrel: fix shared interrupt on LAN8814Michael Walle2022-09-221-6/+12
* | net: phy: micrel: Fix double spaces inside lan8814_config_intrHoratiu Vultur2022-09-221-2/+2
* | net: phy: micrel: Add interrupts support for LAN8804 PHYHoratiu Vultur2022-09-201-0/+62
* | net: phy: micrel: Cable Diag feature for lan8814 phyDivya Koppera2022-09-191-18/+107
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-09-011-1/+7
|\|
| * net: phy: micrel: Make the GPIO to be non-exclusiveHoratiu Vultur2022-08-301-1/+7
* | net: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-311-1/+1
|/
* net: phy: micrel: Adding LED feature for LAN8814 PHYDivya Koppera2022-07-021-17/+56
* 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