]> git.baikalelectronics.ru Git - kernel.git/commit
[POWERPC] Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE...
authorKim Phillips <kim.phillips@freescale.com>
Thu, 26 Jul 2007 22:25:12 +0000 (17:25 -0500)
committerPaul Mackerras <paulus@samba.org>
Fri, 10 Aug 2007 11:04:22 +0000 (21:04 +1000)
commit9aafda4ffd7c576bb890c9b83a569b00750dd110
treecaabc83f789932965cfb12a4ca6d0d142111e9fc
parent45c27a508fc80404c7870e6ea382572e00c859cd
[POWERPC] Revert "[POWERPC] Add 'mdio' to bus scan id list for platforms with QE UEC"

This reverts commit 7dff0ae775fdaac8a3a85821557761f8fb3422f1.

That commit 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 follows on from commit a60c146bc866a95ef1f2e8be946954c0fa9064a8:

 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: Paul Mackerras <paulus@samba.org>
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