aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/phy/micrel.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-20net: phy: micrel: Fix forced link mode for KSZ886X switchesGravatar Oleksij Rempel 1-0/+22
2023-09-06net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Gravatar Lukasz Majewski 1-3/+6
2023-06-21net: micrel: Change to receive timestamp in the frame for lan8841Gravatar Horatiu Vultur 1-96/+154
2023-06-06net: phy: micrel: Move KSZ9477 errata fixes to PHY driverGravatar Robert Hancock 1-1/+74
2023-05-22net: phy: add helpers for comparing phy IDsGravatar Russell King 1-3/+3
2023-04-19net: micrel: Update the list of supported physGravatar Horatiu Vultur 1-2/+2
2023-04-17net: phy: micrel: Fix PTP_PF_PEROUT for lan8841Gravatar Horatiu Vultur 1-1/+1
2023-03-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-0/+1
2023-03-27net: phy: micrel: correct KSZ9131RNX EEE capabilities and advertisementGravatar Oleksij Rempel 1-0/+1
2023-03-24net: phy: micrel: Add support for PTP_PF_EXTTS for lan8841Gravatar Horatiu Vultur 1-0/+162
2023-03-15net: phy: micrel: Fix spelling mistake "minimim" -> "minimum"Gravatar Colin Ian King 1-1/+1
2023-03-15net: phy: micrel: drop superfluous use of temp variableGravatar Wolfram Sang 1-4/+2
2023-03-13net: phy: micrel: Add support for PTP_PF_PEROUT for lan8841Gravatar Horatiu Vultur 1-2/+389
2023-02-13net: phy: micrel: add ksz9477_get_features()Gravatar Oleksij Rempel 1-0/+21
2023-02-13net: micrel: Add PHC support for lan8841Gravatar Horatiu Vultur 1-24/+599
2023-02-09net: micrel: Cable Diagnostics feature for lan8841 PHYGravatar Horatiu Vultur 1-0/+5
2023-02-08net: micrel: Add support for lan8841 PHYGravatar Horatiu Vultur 1-9/+180
2023-01-09net: phy: micrel: Fix warn: passing zero to PTR_ERRGravatar Divya Koppera 1-5/+5
2023-01-09net: phy: micrel: Fixed error related to uninitialized symbol retGravatar Divya Koppera 1-1/+2
2023-01-06net: phy: micrel: Change handler interrupt for lan8814Gravatar Horatiu Vultur 1-17/+8
2022-10-25net: phy: micrel: Add PHY Auto/MDI/MDI-X set driver for KSZ9131Gravatar Raju Lakkaraju 1-0/+77
2022-10-12net: phy: micrel: Fixes FIELD_GET assertionGravatar Divya Koppera 1-4/+5
2022-09-26net: phy: micrel: enable interrupt for ksz9477 phyGravatar Arun Ramadoss 1-0/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-6/+12
2022-09-22net: phy: micrel: Fix double spaces inside lan8814_config_intrGravatar Horatiu Vultur 1-2/+2
2022-09-22net: phy: micrel: fix shared interrupt on LAN8814Gravatar Michael Walle 1-6/+12
2022-09-20net: phy: micrel: Add interrupts support for LAN8804 PHYGravatar Horatiu Vultur 1-0/+62
2022-09-19net: phy: micrel: Cable Diag feature for lan8814 phyGravatar Divya Koppera 1-18/+107
2022-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+7
2022-08-31net: move from strlcpy with unused retval to strscpyGravatar Wolfram Sang 1-1/+1
2022-08-30net: phy: micrel: Make the GPIO to be non-exclusiveGravatar Horatiu Vultur 1-1/+7
2022-07-02net: phy: micrel: Adding LED feature for LAN8814 PHYGravatar Divya Koppera 1-17/+56
2022-05-16net: phy: micrel: Use the kszphy probe/suspend/resumeGravatar Fabio Estevam 1-2/+3
2022-05-16net: phy: micrel: Allow probing without .driver_dataGravatar Fabio Estevam 1-5/+6
2022-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-5/+5
2022-05-10net: phy: micrel: Fix incorrect variable type in micrelGravatar Wan Jiabing 1-3/+2
2022-05-05net: phy: micrel: Pass .probe for KS8737Gravatar Fabio Estevam 1-0/+1
2022-05-05net: phy: micrel: Do not use kszphy_suspend/resume for KSZ8061Gravatar Fabio Estevam 1-2/+2
2022-04-29net: phy: micrel: add coma mode GPIOGravatar Michael Walle 1-0/+20
2022-04-29net: phy: micrel: move the PHY timestamping checkGravatar Michael Walle 1-4/+8
2022-04-08net: phy: micrel: ksz9031/ksz9131: add cabletest supportGravatar Marek Vasut 1-0/+221
2022-04-04net: phy: micrel: Remove DT option lan8814,ignore-tsGravatar Horatiu Vultur 1-3/+1
2022-04-04net: phy: micrel: Remove latency from driverGravatar Horatiu Vultur 1-101/+1
2022-03-07net: phy: micrel: Move netif_rx() outside of IRQ-off section.Gravatar Sebastian Andrzej Siewior 1-2/+2
2022-03-07net: phy: micrel: Use netif_rx().Gravatar Sebastian Andrzej Siewior 1-2/+2
2022-03-07micrel: Use generic ptp_msg_is_sync() functionGravatar Kurt Kanzenbach 1-12/+1
2022-03-04net: phy: micrel: 1588 support for LAN8814 phyGravatar Divya Koppera 1-22/+1066
2022-03-04net: phy: micrel: Fix concurrent register accessGravatar Divya Koppera 1-14/+16
2022-01-19net: phy: micrel: use kszphy_suspend()/kszphy_resume for irq aware devicesGravatar Claudiu Beznea 1-18/+18
2021-12-24net: phy: micrel: Add config_init for LAN8814Gravatar Horatiu Vultur 1-0/+32