summaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/at803x.c
Commit message (Expand)AuthorAgeFilesLines
* net: phy: at803x: stop switching phy delay config needlesslyAndré Draszik2019-08-121-24/+8Star
* net: mdio: rename mdio_device reset to reset_gpioDavid Bauer2019-04-191-1/+1
* net: phy: switch drivers to use dynamic feature detectionHeiner Kallweit2019-04-161-3/+3
* net: phy: improve handling link_change_notify callbackHeiner Kallweit2019-03-201-17/+9Star
* net: phy: at803x: disable delay only for RGMII modeVinod Koul2019-02-231-11/+42
* net: phy: at803x: don't inline helpersVinod Koul2019-02-231-2/+2
* net: phy: at803x: Use helpers to access MMD PHY registersCarlo Caione2019-01-271-13/+3Star
* net: phy: Convert some PHY and MDIO driver files to SPDX headersAndrew Lunn2019-01-231-5/+1Star
* net: phy: at803x: Disable phy delay for RGMII modeVinod Koul2019-01-231-10/+12
* net: phy: remove flag PHY_HAS_INTERRUPT from driver configsHeiner Kallweit2018-11-111-3/+0Star
* net: phy: Add phydev_warn()Andrew Lunn2018-10-021-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/+4Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-12-171-4/+0Star
|\
| * net: phy: fix resume handlingRussell King2017-12-131-4/+0Star
* | phylib: Add device reset GPIO supportSergei Shtylyov2017-12-051-15/+3Star
* | net: phy: remove generic settings for callbacks config_aneg and read_status f...Heiner Kallweit2017-12-011-6/+0Star
|/
* 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/+0Star
* | 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/+18Star
* 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-141-0/+26
* net: phy: at803x: Add the interrupt register bit definitionsMartin Blumenstingl2016-01-181-9/+23
* net: phy: at803x: Clean up duplicate register definitionsMartin Blumenstingl2016-01-181-8/+11
* net: phy: at803x: Allow specifying the RGMII RX clock delay via phy modeMartin Blumenstingl2016-01-181-9/+54
* net: phy: at803x: Don't set gbit features for the AR8030 phyMartin Blumenstingl2016-01-181-1/+1
* phy: Centralize setting driver module ownerAndrew Lunn2016-01-071-9/+0Star
* phy: Add an mdio_device structureAndrew Lunn2016-01-071-1/+1
* phy: Add phydev_err() and phydev_dbg() macrosAndrew Lunn2016-01-071-2/+2
* net: phy: at803x: support interrupt on 8030 and 8035Måns Rullgård2015-11-161-0/+4
* net: phy: at803x: simplify using devm_gpiod_get_optional and its 4th argumentUwe Kleine-König2015-04-011-5/+6
* net: phy: replace phy_drivers_register callsJohan Hovold2014-11-121-13/+1Star
* net: phy: at803x: fix coccinelle warningsFengguang Wu2014-06-231-1/+1
* net: phy: at803x: Add support for hardware resetDaniel Mack2014-06-221-41/+144
* net: phy: at803x: use #defines for supported PHY idsDaniel Mack2014-06-221-6/+10
* net/phy: Remove return value for void functionShruti Kanetkar2014-04-231-2/+1Star
* net: phy: at803x: use genphy_config_init()Daniel Mack2014-04-211-33/+3Star
* phy/at8031: enable at8031 to work on interrupt modeZhao Qiang2014-03-291-0/+30
* net: phy: at803x: add suspend/resume callbacksDaniel Mack2013-09-271-0/+45
* net: phy: at803x: don't pass function pointers with &Daniel Mack2013-09-271-6/+6
* drivers: net: phy: at803x: Add missing mdio device idHelmut Schaa2013-07-111-0/+1
* drivers: net: phy: at803x: add support for AT8031Mugunthan V N2013-06-041-0/+15
* drivers: net: phy: at803x: add interface mode supportMugunthan V N2013-06-041-0/+16
* drivers: net: phy: at803x: seperate wol specific code to wol standard apisMugunthan V N2013-06-041-16/+48
* drivers: net: phy: at803x code cleanup on register and unregister driverMugunthan V N2013-06-041-25/+10Star
* phy: add AT803x driverMatus Ujhelyi2012-10-181-0/+176