aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83867.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-09net: 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-29net: phy: dp83867: support Wake on LANThomas Haemmerle1-1/+130
2019-10-25net: phy: dp83867: move dt parsing to probeGrygorii Strashko1-5/+1
2019-10-25net: phy: dp83867: enable robust auto-mdixGrygorii Strashko1-5/+10
2019-09-11net: 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-29net: phy: dp83867: Set up RGMII TX delayMax Uvarov1-3/+1
2019-05-29net: phy: dp83867: do not call config_init twiceMax Uvarov1-1/+1
2019-05-29net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov1-0/+18
2019-05-29net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov1-0/+17
2019-05-22net: phy: dp83867: Allocate state struct in probeTrent Piepho1-14/+19
2019-05-22net: phy: dp83867: Validate FIFO depth propertyTrent Piepho1-2/+15
2019-05-22net: phy: dp83867: IO impedance is not dependent on RGMII delayTrent Piepho1-10/+9
2019-05-22net: phy: dp83867: Use unsigned variables to store unsigned propertiesTrent Piepho1-3/+3
2019-05-22net: phy: dp83867: Rework delay rgmii delay handlingTrent Piepho1-12/+66
2019-05-22net: phy: dp83867: Add ability to disable output clockTrent Piepho1-9/+28
2019-04-15net: 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-27net: phy: dp83867: add soft reset delayMax Uvarov1-0/+3
2019-02-06net: phy: make use of new MMD accessorsHeiner Kallweit1-30/+17
2019-01-22net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn1-10/+2
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-1/+0
2018-02-14net: phy: dp83867: Add binding for the CLK_OUT pin muxing optionWadim Egorov1-0/+19
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-2/+0
2017-07-05net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri1-0/+11
2017-03-22net: phy: switch remaining users to phy_(read|write)_mmd()Russell King1-14/+11
2017-02-07net: phy: dp83867: Recover from "port mirroring" N/A MODE4Lukasz Majewski1-1/+22
2017-02-07net: phy: dp83867: Add lane swapping support in the DP83867 TI's PHY driverLukasz Majewski1-0/+38
2017-01-16net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface typesKaricheri, Muralidharan1-2/+6
2017-01-06net: phy: dp83867: fix irq generationGrygorii Strashko1-0/+10
2016-10-18net: phy: dp83867: add support for MAC impedance configurationMugunthan V N1-0/+28
2016-07-02net: phy: dp83867: Fix initialization of PHYCR registerStefan Hauser1-4/+9
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-2/+0
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-2/+2
2016-01-07phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn1-3/+3
2015-12-06PHY: DP83867: Remove looking in parent device for OF propertiesAndrew Lunn1-4/+1
2015-07-27net: phy: dp83867: fix simple_return.cocci warningsWu Fengguang1-5/+1
2015-07-21net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy1-1/+1
2015-06-08net: phy: dp83867: Fix device tree entriesDan Murphy1-3/+3
2015-06-03net: phy: dp83867: Add TI dp83867 phyDan Murphy1-0/+239