aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/at803x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-06net: phy: at803x: remove config_init for AR9331Michael Walle1-2/+0
2019-11-06net: phy: at803x: fix the PHY namesMichael Walle1-9/+9
2019-11-06net: phy: at803x: mention AR8033 as same as AR8031Michael Walle1-5/+7
2019-11-06net: phy: at803x: add device tree bindingMichael Walle1-1/+300
2019-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-0/+69
2019-10-04net: phy: at803x: use operating parameters from PHY-specific statusRussell King1-0/+69
2019-10-03net: phy: at803x: remove probe and struct at803x_privOleksij Rempel1-21/+0
2019-10-03net: phy: at803x: add ar9331 supportOleksij Rempel1-0/+12
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-24/+8
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit1-4/+0
2019-08-12net: phy: at803x: stop switching phy delay config needlesslyAndré Draszik1-24/+8
2019-04-18net: mdio: rename mdio_device reset to reset_gpioDavid Bauer1-1/+1
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit1-3/+3
2019-03-20net: phy: improve handling link_change_notify callbackHeiner Kallweit1-17/+9
2019-02-22net: phy: at803x: disable delay only for RGMII modeVinod Koul1-11/+42
2019-02-22net: phy: at803x: don't inline helpersVinod Koul1-2/+2
2019-01-27net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione1-13/+3
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn1-5/+1
2019-01-22net: phy: at803x: Disable phy delay for RGMII modeVinod Koul1-10/+12
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit1-3/+0
2018-10-01net: phy: Add phydev_warn()Andrew Lunn1-1/+1
2018-01-08net: phy: fix wrong masks to phy_modify()Russell King1-1/+1
2018-01-03net: phy: convert read-modify-write to phy_modify()Russell King1-16/+4
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+0
2017-12-13net: phy: fix resume handlingRussell King1-4/+0
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov1-15/+3
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status from driversHeiner Kallweit1-6/+0
2017-10-11net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy1-1/+1
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-26/+39
2016-10-29net: phy: at803x: Add a definition for PHY ID maskFabio Estevam1-6/+7
2016-10-27at803x: double check SGMII side autonegZefir Kurtisi1-0/+39
2016-10-27Revert "at803x: fix suspend/resume for SGMII link"Zefir Kurtisi1-26/+0
2016-04-28net: phy: at803x: only the AT8030 needs a hardware reset on link changeTimur Tabi1-22/+18
2016-03-23net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias1-0/+4
2016-03-23at803x: fix reset handlingSergei Shtylyov1-3/+3
2016-03-13at803x: fix suspend/resume for SGMII linkZefir Kurtisi1-0/+26
2016-01-17net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl1-9/+23
2016-01-17net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl1-8/+11
2016-01-17net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl1-9/+54
2016-01-17net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl1-1/+1
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn1-9/+0
2016-01-07phy: Add an mdio_device structureAndrew Lunn1-1/+1
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn1-2/+2
2015-11-16net: phy: at803x: support interrupt on 8030 and 8035Måns Rullgård1-0/+4
2015-04-01net: phy: at803x: simplify using devm_gpiod_get_optional and its 4th argumentUwe Kleine-König1-5/+6
2014-11-12net: phy: replace phy_drivers_register callsJohan Hovold1-13/+1
2014-06-22net: phy: at803x: fix coccinelle warningsFengguang Wu1-1/+1
2014-06-21net: phy: at803x: Add support for hardware resetDaniel Mack1-41/+144
2014-06-21net: phy: at803x: use #defines for supported PHY idsDaniel Mack1-6/+10
2014-04-23net/phy: Remove return value for void functionShruti Kanetkar1-2/+1