summaryrefslogtreecommitdiff
path: root/drivers/of/of_mdio.c
Commit message (Expand)AuthorAge
* of: mdio: export of_mdio_parse_addrFlorian Fainelli2015-03-11
* net: phy: adjust fixed_phy_register() return valuePetri Gynther2014-10-07
* of: mdio: honor flags passed to of_phy_connectFlorian Fainelli2014-09-19
* net: fix circular dependency in of_mdio codeDaniel Mack2014-07-02
* of: mdio: fixup of_phy_register_fixed_link parsing of new bindingsRichard Retanubun2014-06-22
* of: of_mdio: export symbol of_mdiobus_link_phydevDaniel Mack2014-06-02
* net: of_mdio: use int type for address variableDaniel Mack2014-06-02
* net: of_mdio: don't store the length of a property if we don't need toDaniel Mack2014-05-29
* net: of_mdio: add of_mdiobus_link_phydev()Daniel Mack2014-05-29
* net: of_mdio: factor out code to parse a phy's 'reg' propertyDaniel Mack2014-05-29
* of: mdio: fix compile warning in of_mdiobus_register_phy()Christian Engelmayer2014-05-26
* net: phy: make of_set_phy_supported work with genphy driverSascha Hauer2014-05-22
* of: mdio: remove of_phy_connect_fixed_linkFlorian Fainelli2014-05-22
* of: provide a binding for fixed link PHYsThomas Petazzoni2014-05-16
* of_mdio: Allow the DT to specify the phy ID and avoid autoprobingJason Gunthorpe2014-03-20
* of_mdio: fix phy interrupt passingBen Dooks2014-02-18
* net: of_mdio: fix of_set_phy_supported after driver probingFlorian Fainelli2014-02-14
* phylib: Add of_phy_attachAndy Fleming2014-01-13
* net: of_mdio: parse "max-speed" property to set PHY supported featuresFlorian Fainelli2013-12-06
* net: of_mdio: do not overwrite PHY interrupt configurationFlorian Fainelli2013-12-06
* net: of_mdio: use PHY_MAX_ADDR constantFlorian Fainelli2013-12-06
* net: of_mdio: factor PHY registration from of_mdiobus_registerFlorian Fainelli2013-12-06
* net: of_mdio: fix behavior on missing phy deviceSebastian Hesselbarth2013-05-08
* net: of_mdio: scan mdiobus for PHYs without reg propertySebastian Hesselbarth2013-04-08
* net: phy: remove flags argument from phy_{attach, connect, connect_direct}Florian Fainelli2013-01-14
* of_mdio: Honour "status=disabled" property of deviceAlexander Sverdlin2012-11-29
* netdev/phy/of: Handle IEEE802.3 clause 45 Ethernet PHYs in of_mdiobus_register()David Daney2012-06-27
* netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-27
* netdev/of/phy: New function: of_mdio_find_bus().David Daney2012-05-07
* of/mdio: fix fixed link bus nameBaruch Siach2012-02-27
* of_mdio: Don't phy_scan_fixups() twiceKyle Moffett2011-10-25
* Fix common misspellingsLucas De Marchi2011-03-31
* of/mdio: Fix some endianness problems.David Daney2010-12-24
* of/irq: Move irq_of_parse_and_map() to common codeGrant Likely2010-06-28
* Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely2010-05-22
|\
| * of: check for IS_ERR()Dan Carpenter2010-04-28
* | of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely2010-05-18
* | of: Always use 'struct device.of_node' to get device node pointer.Grant Likely2010-05-18
* | driver-core: Add device node pointer to struct deviceGrant Likely2010-04-28
|/
* of: assume big-endian properties, adding conversions where necessaryJeremy Kerr2010-02-09
* of: Remove nested functionJérôme Pouiller2009-10-15
* of/mdio: Add support function for Ethernet fixed-link propertyAnton Vorontsov2009-07-22
* openfirmware: Add OF phylib support codeGrant Likely2009-04-27