aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/of_mdio.c
Commit message (Expand)AuthorAge
* 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-28
* netdev/phy: Handle IEEE802.3 clause 45 Ethernet PHYsDavid Daney2012-06-28
* 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