aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ucc_geth_mii.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-02-04netdev: Merge UCC and gianfar MDIO bus driversAndy Fleming1-295/+0
2009-01-29ucc_geth: Change uec phy id to the same format as gianfar'sHaiying Wang1-1/+11
2008-10-08phylib: move to dynamic allocation of struct mii_busLennert Buytenhek1-4/+3
2008-10-08phylib: rename mii_bus::dev to mii_bus::parentLennert Buytenhek1-1/+1
2008-06-30drivers/net: Use linux/of_{device,platform}.h instead of asmStephen Rothwell1-1/+1
2008-05-06ucc_geth: Fix a bunch of sparse warningsAndy Fleming1-2/+2
2008-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds1-3/+8
2008-04-17[POWERPC] QE: UCC nodes cleanupAnton Vorontsov1-3/+8
2008-04-16phy: Change mii_bus id field to a stringAndy Fleming1-1/+1
2008-02-06Fix PHY Lib support for gianfar and ucc_gethAndy Fleming1-2/+2
2008-01-28ucc_geth: get rid of device_type for mdioAnton Vorontsov1-0/+3
2007-09-13ucc_geth: kill unused includeKumar Gala1-1/+0
2007-08-03ucc_geth: fix section mismatchDomen Puncer1-1/+2
2007-07-24ucc_geth: add ethtool supportLi Yang1-3/+3
2007-05-24ucc_geth: Fix MODULE_DEVICE_TABLE() duplicationLi Yang1-2/+0
2007-05-15ucc_geth: eliminate max-speed, change interface-type to phy-connection-typeKim Phillips1-4/+5
2007-05-02[POWERPC] Rename get_property to of_get_property: driversStephen Rothwell1-2/+2
2007-04-28ucc_geth: migrate ucc_geth to phylibKim Phillips1-0/+279