summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/at803x.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: at803x: add cable diagnostics support for ATH9331 and ATH8032Oleksij Rempel2020-05-261-2/+16
* net: phy: at803x: fix PHY ID masksMichael Walle2020-05-231-9/+7
* net: phy: at803x: add cable diagnostics supportMichael Walle2020-05-131-0/+176
* net: phy: at803x: add downshift supportMichael Walle2020-04-301-0/+87
* net: phy: at803x: add support for AR8032 PHYDavid Bauer2020-04-181-0/+17
* net: phy: at803x: fix clock sink configuration on ATH8030 and ATH8035Oleksij Rempel2020-04-011-2/+2
* net: phy: at803x: disable vddio regulatorMichael Walle2020-01-311-0/+11
* net: phy: at803x: remove config_init for AR9331Michael Walle2019-11-061-2/+0
* net: phy: at803x: fix the PHY namesMichael Walle2019-11-061-9/+9
* net: phy: at803x: mention AR8033 as same as AR8031Michael Walle2019-11-061-5/+7
* net: phy: at803x: add device tree bindingMichael Walle2019-11-061-1/+300
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-10-051-0/+69
|\
| * net: phy: at803x: use operating parameters from PHY-specific statusRussell King2019-10-041-0/+69
* | net: phy: at803x: remove probe and struct at803x_privOleksij Rempel2019-10-031-21/+0
* | net: phy: at803x: add ar9331 supportOleksij Rempel2019-10-031-0/+12
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-08-191-24/+8
|\
| * net: phy: at803x: stop switching phy delay config needlesslyAndré Draszik2019-08-121-24/+8
* | net: phy: remove calls to genphy_config_initHeiner Kallweit2019-08-171-4/+0
|/
* net: mdio: rename mdio_device reset to reset_gpioDavid Bauer2019-04-181-1/+1
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-151-3/+3
* net: phy: improve handling link_change_notify callbackHeiner Kallweit2019-03-201-17/+9
* net: phy: at803x: disable delay only for RGMII modeVinod Koul2019-02-221-11/+42
* net: phy: at803x: don't inline helpersVinod Koul2019-02-221-2/+2
* net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione2019-01-271-13/+3
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-221-5/+1
* net: phy: at803x: Disable phy delay for RGMII modeVinod Koul2019-01-221-10/+12
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-3/+0
* net: phy: Add phydev_warn()Andrew Lunn2018-10-011-1/+1
* net: phy: fix wrong masks to phy_modify()Russell King2018-01-081-1/+1
* net: phy: convert read-modify-write to phy_modify()Russell King2018-01-031-16/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-161-4/+0
|\
| * net: phy: fix resume handlingRussell King2017-12-131-4/+0
* | phylib: Add device reset GPIO supportSergei Shtylyov2017-12-051-15/+3
* | net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-6/+0
|/
* net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy2017-10-111-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-301-26/+39
|\
| * at803x: double check SGMII side autonegZefir Kurtisi2016-10-271-0/+39
| * Revert "at803x: fix suspend/resume for SGMII link"Zefir Kurtisi2016-10-271-26/+0
* | net: phy: at803x: Add a definition for PHY ID maskFabio Estevam2016-10-291-6/+7
|/
* net: phy: at803x: only the AT8030 needs a hardware reset on link changeTimur Tabi2016-04-281-22/+18
* net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias2016-03-231-0/+4
* at803x: fix reset handlingSergei Shtylyov2016-03-231-3/+3
* at803x: fix suspend/resume for SGMII linkZefir Kurtisi2016-03-131-0/+26
* net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl2016-01-171-9/+23
* net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl2016-01-171-8/+11
* net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl2016-01-171-9/+54
* net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl2016-01-171-1/+1
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-9/+0
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn2016-01-071-2/+2