summaryrefslogtreecommitdiff
path: root/drivers/net/phy/dp83867.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-02net: phy: dp83867: Add support for active-low LEDsAlexander Stein1-0/+22
2023-10-06net: phy: dp83867: Add support for hardware blinking LEDsSascha Hauer1-0/+137
2023-06-21Revert "net: phy: dp83867: perform soft reset and retain established link"Francesco Dolcini1-1/+1
2023-05-12net: phy: dp83867: add w/a for packet errors seen with short cablesGrygorii Strashko1-1/+21
2023-04-25net: phy: dp83867: Add led_brightness_set supportAlexander Stein1-0/+31
2023-04-25net: phy: dp83867: Remove unnecessary (void*) conversionswuych1-2/+1
2023-03-14net: phy: dp83867: Disable IRQs on suspendAlexander Stein1-2/+26
2022-11-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-0/+7
2022-11-12net: phy: dp83867: Fix SGMII FIFO depth for non OF devicesMichael Sit Wei Hong1-0/+7
2022-11-10net: phy: dp83867: add TI PHY loopbackTan Tee Min1-0/+7
2022-10-15net: phy: dp83867: Extend RX strap quirk for SGMII modeHarini Katakam1-0/+8
2022-08-09net: phy: dp83867: fix get nvmem cell failNikita Shubin1-1/+1
2022-06-17net: phy: dp83867: implement support for io_impedance_ctrl nvmem cellRasmus Villemoes1-6/+49
2022-06-06net: phy: dp83867: retrigger SGMII AN when link changeTan Tee Min1-0/+29
2021-10-24net: phy: constify netdev->dev_addr referencesJakub Kicinski1-2/+2
2021-10-15net: phy: dp83867: introduce critical chip default init for non-of platformLay, Kuan Loon1-0/+19
2021-06-11net: phy: dp83867: perform soft reset and retain established linkPraneeth Bajjuri1-5/+1
2020-11-25net: phy: ti: remove the use of .ack_interrupt()Ioana Ciornei1-5/+14
2020-11-25net: phy: ti: implement generic .handle_interrupt() callbackIoana Ciornei1-0/+25
2020-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-2/+2
2020-09-04net: phy: dp83867: Fix various styling and space issuesDan Murphy1-24/+21
2020-09-03net: dp83867: Fix WoL SecureOn passwordDan Murphy1-2/+2
2020-06-05net: dp83867: Fix OF_MDIO config checkDan Murphy1-1/+1
2020-04-26net: phy: dp83867: Remove unneeded semicolonZheng Bin1-2/+2
2020-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+20
2020-03-22net: phy: dp83867: w/a for fld detect threshold bootstrapping issueGrygorii Strashko1-1/+20
2020-02-21net: phy: dp83867: Add speed optimization featureDan Murphy1-0/+150
2020-01-20Merge ra.kernel.org:/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+7
2020-01-17net: phy: dp83867: Set FORCE_LINK_GOOD to default after resetMichael Grzeschik1-1/+7
2019-12-10net: phy: dp83867: Add rx-fifo-depth and tx-fifo-depthDan Murphy1-13/+49
2019-12-07net: phy: dp83867: fix hfs boot in rgmii modeGrygorii Strashko1-48/+71
2019-10-30net: phy: dp83867: support Wake on LANThomas Haemmerle1-1/+130
2019-10-26net: phy: dp83867: move dt parsing to probeGrygorii Strashko1-5/+1
2019-10-26net: phy: dp83867: enable robust auto-mdixGrygorii Strashko1-5/+10
2019-09-12net: phy: dp83867: Add SGMII mode type switchingVitaly Gaiduk1-0/+19
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+43
2019-05-30net: phy: dp83867: Set up RGMII TX delayMax Uvarov1-3/+1
2019-05-30net: phy: dp83867: do not call config_init twiceMax Uvarov1-1/+1
2019-05-30net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov1-0/+18
2019-05-30net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov1-0/+17
2019-05-23net: phy: dp83867: Allocate state struct in probeTrent Piepho1-14/+19
2019-05-23net: phy: dp83867: Validate FIFO depth propertyTrent Piepho1-2/+15
2019-05-23net: phy: dp83867: IO impedance is not dependent on RGMII delayTrent Piepho1-10/+9
2019-05-23net: phy: dp83867: Use unsigned variables to store unsigned propertiesTrent Piepho1-3/+3
2019-05-23net: phy: dp83867: Rework delay rgmii delay handlingTrent Piepho1-12/+66
2019-05-23net: phy: dp83867: Add ability to disable output clockTrent Piepho1-9/+28
2019-04-16net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-1/+1
2019-03-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+3
2019-02-28net: phy: dp83867: add soft reset delayMax Uvarov1-0/+3
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit1-30/+17