summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/dp83867.c
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-05-311-9/+43
|\
| * net: phy: dp83867: Set up RGMII TX delayMax Uvarov2019-05-291-3/+1Star
| * net: phy: dp83867: do not call config_init twiceMax Uvarov2019-05-291-1/+1
| * net: phy: dp83867: increase SGMII autoneg timer durationMax Uvarov2019-05-291-0/+18
| * net: phy: dp83867: fix speed 10 in sgmii modeMax Uvarov2019-05-291-0/+17
* | net: phy: dp83867: Allocate state struct in probeTrent Piepho2019-05-231-14/+19
* | net: phy: dp83867: Validate FIFO depth propertyTrent Piepho2019-05-231-2/+15
* | net: phy: dp83867: IO impedance is not dependent on RGMII delayTrent Piepho2019-05-231-10/+9Star
* | net: phy: dp83867: Use unsigned variables to store unsigned propertiesTrent Piepho2019-05-231-3/+3
* | net: phy: dp83867: Rework delay rgmii delay handlingTrent Piepho2019-05-231-12/+66
* | net: phy: dp83867: Add ability to disable output clockTrent Piepho2019-05-231-9/+28
|/
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-161-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-021-0/+3
|\
| * net: phy: dp83867: add soft reset delayMax Uvarov2019-02-281-0/+3
* | net: phy: make use of new MMD accessorsHeiner Kallweit2019-02-061-30/+17Star
* | net: phy: Fixup GPLv2 SPDX tags based on license textAndrew Lunn2019-01-231-10/+2Star
|/
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-1/+0Star
* net: phy: dp83867: Add binding for the CLK_OUT pin muxing optionWadim Egorov2018-02-141-0/+19
* net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-2/+0Star
* net: phy: dp83867: add workaround for incorrect RX_CTRL pin strapMurali Karicheri2017-07-051-0/+11
* net: phy: switch remaining users to phy_(read|write)_mmd()Russell King2017-03-221-14/+11Star
* net: phy: dp83867: Recover from "port mirroring" N/A MODE4Lukasz Majewski2017-02-071-1/+22
* net: phy: dp83867: Add lane swapping support in the DP83867 TI's PHY driverLukasz Majewski2017-02-071-0/+38
* net: phy: dp83867: allow RGMII_TXID/RGMII_RXID interface typesKaricheri, Muralidharan2017-01-161-2/+6
* net: phy: dp83867: fix irq generationGrygorii Strashko2017-01-061-0/+10
* net: phy: dp83867: add support for MAC impedance configurationMugunthan V N2016-10-181-0/+28
* net: phy: dp83867: Fix initialization of PHYCR registerStefan Hauser2016-07-021-4/+9
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-2/+0Star
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-2/+2
* phy: phy_{read|write}_mmd_indirect: get addr from phydevAndrew Lunn2016-01-071-3/+3
* PHY: DP83867: Remove looking in parent device for OF propertiesAndrew Lunn2015-12-071-4/+1Star
* net: phy: dp83867: fix simple_return.cocci warningsWu Fengguang2015-07-271-5/+1Star
* net: phy: dp83867: Fix warning check for setting the internal delayDan Murphy2015-07-221-1/+1
* net: phy: dp83867: Fix device tree entriesDan Murphy2015-06-091-3/+3
* net: phy: dp83867: Add TI dp83867 phyDan Murphy2015-06-041-0/+239