aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/of/of_mdio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-27of/mdio: fix fixed link bus nameBaruch Siach1-1/+1
2011-10-25of_mdio: Don't phy_scan_fixups() twiceKyle Moffett1-1/+0
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-12-24of/mdio: Fix some endianness problems.David Daney1-9/+17
2010-06-28of/irq: Move irq_of_parse_and_map() to common codeGrant Likely1-0/+1
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-1/+1
2010-05-18of: eliminate of_device->node and dev_archdata->{of,prom}_nodeGrant Likely1-1/+0
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
2010-04-28driver-core: Add device node pointer to struct deviceGrant Likely1-0/+1
2010-04-28of: check for IS_ERR()Dan Carpenter1-1/+1
2010-02-09of: assume big-endian properties, adding conversions where necessaryJeremy Kerr1-4/+4
2009-10-15of: Remove nested functionJérôme Pouiller1-6/+7
2009-07-22of/mdio: Add support function for Ethernet fixed-link propertyAnton Vorontsov1-0/+42
2009-04-27openfirmware: Add OF phylib support codeGrant Likely1-0/+139