aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/phy/at803x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2014-04-20net: phy: at803x: use genphy_config_init()Daniel Mack1-33/+3
2014-03-29phy/at8031: enable at8031 to work on interrupt modeZhao Qiang1-0/+30
2013-09-27net: phy: at803x: add suspend/resume callbacksDaniel Mack1-0/+45
2013-09-27net: phy: at803x: don't pass function pointers with &Daniel Mack1-6/+6
2013-07-11drivers: net: phy: at803x: Add missing mdio device idHelmut Schaa1-0/+1
2013-06-04drivers: net: phy: at803x: add support for AT8031Mugunthan V N1-0/+15
2013-06-04drivers: net: phy: at803x: add interface mode supportMugunthan V N1-0/+16
2013-06-04drivers: net: phy: at803x: seperate wol specific code to wol standard apisMugunthan V N1-16/+48
2013-06-04drivers: net: phy: at803x code cleanup on register and unregister driverMugunthan V N1-25/+10
2012-10-18phy: add AT803x driverMatus Ujhelyi1-0/+176