summaryrefslogtreecommitdiff
path: root/drivers/net/phy/dp83867.c
AgeCommit message (Expand)Author
2024-02-02net: phy: dp83867: Add support for active-low LEDsAlexander Stein
2023-10-06net: phy: dp83867: Add support for hardware blinking LEDsSascha Hauer
2023-06-20Revert "net: phy: dp83867: perform soft reset and retain established link"Francesco Dolcini
2023-05-12net: phy: dp83867: add w/a for packet errors seen with short cablesGrygorii Strashko
2023-04-24net: phy: dp83867: Add led_brightness_set supportAlexander Stein
2023-04-24net: phy: dp83867: Remove unnecessary (void*) conversionswuych
2023-03-13net: phy: dp83867: Disable IRQs on suspendAlexander Stein
2022-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-11-11net: phy: dp83867: Fix SGMII FIFO depth for non OF devicesMichael Sit Wei Hong
2022-11-09net: phy: dp83867: add TI PHY loopbackTan Tee Min
2022-10-15net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam
2022-08-08net: phy: dp83867: fix get nvmem cell failNikita Shubin
2022-06-16net: phy: dp83867: implement support for io_impedance_ctrl nvmem cellRasmus Villemoes
2022-06-06net: phy: dp83867: retrigger SGMII AN when link changeTan Tee Min
2021-10-24net: phy: constify netdev->dev_addr referencesJakub Kicinski
2021-10-14net: phy: dp83867: introduce critical chip default init for non-of platformLay, Kuan Loon
2021-06-11net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri
2020-11-25net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei
2020-11-25net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2020-09-03net: phy: dp83867: Fix various styling and space issuesDan Murphy
2020-09-02net: dp83867: Fix WoL SecureOn passwordDan Murphy
2020-06-05net: dp83867: Fix OF_MDIO config checkDan Murphy
2020-04-25net: phy: dp83867: Remove unneeded semicolonZheng Bin
2020-03-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-03-21net: phy: dp83867: w/a for fld detect threshold bootstrapping issueGrygorii Strashko
2020-02-21net: phy: dp83867: Add speed optimization featureDan Murphy
2020-01-19Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-01-17net: phy: dp83867: Set FORCE_LINK_GOOD to default after resetMichael Grzeschik
2019-12-09net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depthDan Murphy
2019-12-07net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko
2019-10-29net: phy: dp83867: support Wake on LANThomas Haemmerle
2019-10-25net: phy: dp83867: move dt parsing to probeGrygorii Strashko
2019-10-25net: phy: dp83867: enable robust auto-mdixGrygorii Strashko
2019-09-11net: phy: dp83867: Add SGMII mode type switchingVitaly Gaiduk
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-05-29net: phy: dp83867: Set up RGMII TX delayMax Uvarov
2019-05-29net: phy: dp83867: do not call config_init twiceMax Uvarov
2019-05-29net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov
2019-05-29net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov
2019-05-22net: phy: dp83867: Allocate state struct in probeTrent Piepho
2019-05-22net: phy: dp83867: Validate FIFO depth propertyTrent Piepho
2019-05-22net: phy: dp83867: IO impedance is not dependent on RGMII delayTrent Piepho
2019-05-22net: phy: dp83867: Use unsigned variables to store unsigned propertiesTrent Piepho
2019-05-22net: phy: dp83867: Rework delay rgmii delay handlingTrent Piepho
2019-05-22net: phy: dp83867: Add ability to disable output clockTrent Piepho
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-27net: phy: dp83867: add soft reset delayMax Uvarov
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit