]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
PPC: Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC"
authorKim Phillips <kim.phillips@freescale.com>
Thu, 26 Jul 2007 22:25:12 +0000 (17:25 -0500)
committerGreg Kroah-Hartman <gregkh@suse.de>
Wed, 15 Aug 2007 16:25:09 +0000 (09:25 -0700)
commit58a2ed923de07dcec6bd8159a060ddce3ee7e08b
tree0da3a9a389f374e260ebd0af628209d4a62e82e4
parenta45ad2ff504d8cb58ec455f64c135291fa6d02b8
PPC: Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC"

This reverts commit 3baee955953957be5496cd28e9c544d9db214262.

this was a mistake from the start; I added mdio type to the bus
scan list early on in my ucc_geth migrate to phylib development,
which is just pure wrong (the ucc_geth_mii driver creates the mii
bus and the PHY layer handles PHY enumeration without translation).

this accompanies commit 77926826f301fbd8ed96d3cd9ff17a5b59560dfb:

 Revert "[POWERPC] Don't complain if size-cells == 0 in prom_parse()"

which was basically trying to hide a symptom of the original mistake
this revert fixes.

Signed-off-by: Kim Phillips <kim.phillips@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/powerpc/platforms/83xx/mpc832x_mds.c
arch/powerpc/platforms/83xx/mpc832x_rdb.c
arch/powerpc/platforms/83xx/mpc836x_mds.c
arch/powerpc/platforms/85xx/mpc85xx_mds.c