summaryrefslogtreecommitdiffstats
path: root/drivers/of/of_mdio.c
Commit message (Expand)AuthorAgeFilesLines
* 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