summaryrefslogtreecommitdiff
path: root/drivers/net/phy/at803x.c
AgeCommit message (Expand)Author
2019-10-04net: phy: at803x: use operating parameters from PHY-specific statusRussell King
2019-08-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-08-17net: phy: remove calls to genphy_config_initHeiner Kallweit
2019-08-12net: phy: at803x: stop switching phy delay config needlesslyAndré Draszik
2019-04-18net: mdio: rename mdio_device reset to reset_gpioDavid Bauer
2019-04-15net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit
2019-03-20net: phy: improve handling link_change_notify callbackHeiner Kallweit
2019-02-22net: phy: at803x: disable delay only for RGMII modeVinod Koul
2019-02-22net: phy: at803x: don't inline helpersVinod Koul
2019-01-27net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione
2019-01-22net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn
2019-01-22net: phy: at803x: Disable phy delay for RGMII modeVinod Koul
2018-11-11net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit
2018-10-01net: phy: Add phydev_warn()Andrew Lunn
2018-01-08net: phy: fix wrong masks to phy_modify()Russell King
2018-01-03net: phy: convert read-modify-write to phy_modify()Russell King
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-13net: phy: fix resume handlingRussell King
2017-12-05phylib: Add device reset GPIO supportSergei Shtylyov
2017-12-01net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit
2017-10-11net: phy: at803x: Change error to EINVAL for invalid MACDan Murphy
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-10-29net: phy: at803x: Add a definition for PHY ID maskFabio Estevam
2016-10-27at803x: double check SGMII side autonegZefir Kurtisi
2016-10-27Revert "at803x: fix suspend/resume for SGMII link"Zefir Kurtisi
2016-04-28net: phy: at803x: only the AT8030 needs a hardware reset on link changeTimur Tabi
2016-03-23net: phy: at803x: Request 'reset' GPIO only for AT8030 PHYSebastian Frias
2016-03-23at803x: fix reset handlingSergei Shtylyov
2016-03-13at803x: fix suspend/resume for SGMII linkZefir Kurtisi
2016-01-17net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl
2016-01-17net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl
2016-01-17net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl
2016-01-17net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl
2016-01-07phy: Centralize setting driver module ownerAndrew Lunn
2016-01-07phy: Add an mdio_device structureAndrew Lunn
2016-01-07phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn
2015-11-16net: phy: at803x: support interrupt on 8030 and 8035Måns Rullgård
2015-04-01net: phy: at803x: simplify using devm_gpiod_get_optional and its 4th argumentUwe Kleine-König
2014-11-12net: phy: replace phy_drivers_register callsJohan Hovold
2014-06-22net: phy: at803x: fix coccinelle warningsFengguang Wu
2014-06-21net: phy: at803x: Add support for hardware resetDaniel Mack
2014-06-21net: phy: at803x: use #defines for supported PHY idsDaniel Mack
2014-04-23net/phy: Remove return value for void functionShruti Kanetkar
2014-04-20net: phy: at803x: use genphy_config_init()Daniel Mack
2014-03-29phy/at8031: enable at8031 to work on interrupt modeZhao Qiang
2013-09-27net: phy: at803x: add suspend/resume callbacksDaniel Mack
2013-09-27net: phy: at803x: don't pass function pointers with &Daniel Mack
2013-07-11drivers: net: phy: at803x: Add missing mdio device idHelmut Schaa
2013-06-04drivers: net: phy: at803x: add support for AT8031Mugunthan V N
2013-06-04drivers: net: phy: at803x: add interface mode supportMugunthan V N