summaryrefslogtreecommitdiffstats
path: root/drivers/of/of_mdio.c
Commit message (Expand)AuthorAgeFilesLines
* of_mdio: fix MDIO phy device refcountingRussell King2015-09-241-4/+23
* phy: fixed_phy: Add gpio to determine link up/down.Andrew Lunn2015-08-311-3/+10
* of_mdio: add new DT property 'managed' to specify the PHY management typeStas Sergeev2015-07-211-2/+17
* of: mdio: Add a "broken-turn-around" propertyFlorian Fainelli2015-05-141-0/+3
* of: mdio: export of_mdio_parse_addrFlorian Fainelli2015-03-111-1/+2
* net: phy: adjust fixed_phy_register() return valuePetri Gynther2014-10-071-2/+5
* of: mdio: honor flags passed to of_phy_connectFlorian Fainelli2014-09-191-0/+2
* net: fix circular dependency in of_mdio codeDaniel Mack2014-07-021-34/+0
* of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun2014-06-221-3/+5
* of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack2014-06-021-0/+1
* net: of_mdio: use int type for address variableDaniel Mack2014-06-021-2/+1
* net: of_mdio: don't store the length of a property if we don't need toDaniel Mack2014-05-291-2/+2
* net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack2014-05-291-0/+33
* net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack2014-05-291-12/+23
* of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer2014-05-261-1/+0
* net: phy: make of_set_phy_supported work with genphy driverSascha Hauer2014-05-221-26/+0
* of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli2014-05-221-38/+0
* of: provide a binding for fixed link PHYsThomas Petazzoni2014-05-161-0/+67
* of_mdio: Allow the DT to specify the phy ID and avoid autoprobingJason Gunthorpe2014-03-201-1/+22
* of_mdio: fix phy interrupt passingBen Dooks2014-02-181-7/+9
* net: of_mdio: fix of_set_phy_supported after driver probingFlorian Fainelli2014-02-141-1/+5
* phylib: Add of_phy_attachAndy Fleming2014-01-131-0/+20
* net: of_mdio: parse "max-speed" property to set PHY supported featuresFlorian Fainelli2013-12-061-1/+24
* net: of_mdio: do not overwrite PHY interrupt configurationFlorian Fainelli2013-12-061-2/+3
* net: of_mdio: use PHY_MAX_ADDR constantFlorian Fainelli2013-12-061-1/+1
* net: of_mdio: factor PHY registration from of_mdiobus_registerFlorian Fainelli2013-12-061-63/+46
* net: of_mdio: fix behavior on missing phy deviceSebastian Hesselbarth2013-05-081-7/+4
* net: of_mdio: scan mdiobus for PHYs without reg propertySebastian Hesselbarth2013-04-081-6/+58
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-141-2/+2
* of_mdio: Honour "status=disabled" property of deviceAlexander Sverdlin2012-11-291-1/+1
* netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()David Daney2012-06-271-4/+12
* netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-271-1/+1
* netdev/of/phy: New function: of_mdio_find_bus().David Daney2012-05-071-0/+2
* of/mdio: fix fixed link bus nameBaruch Siach2012-02-271-1/+1
* of_mdio: Don't phy_scan_fixups() twiceKyle Moffett2011-10-251-1/+0
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* of/mdio: Fix some endianness problems.David Daney2010-12-241-9/+17
* of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-281-0/+1
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-221-1/+1
|\
| * of: check for IS_ERR()Dan Carpenter2010-04-281-1/+1
* | of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-181-1/+0
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-181-2/+2
* | driver-core: Add device node pointer to struct deviceGrant Likely2010-04-281-0/+1
|/
* of: assume big-endian properties, adding conversions where necessaryJeremy Kerr2010-02-091-4/+4
* of: Remove nested functionJérôme Pouiller2009-10-151-6/+7
* of/mdio: Add support function for Ethernet fixed-link propertyAnton Vorontsov2009-07-221-0/+42
* openfirmware: Add OF phylib support codeGrant Likely2009-04-271-0/+139
OpenPOWER on IntegriCloud