RE: [PATCH 1/2] ucc_geth: split ucc_geth into two modules

2007-12-21 Thread Medve Emilian
Tested-by: Emil Medve <[EMAIL PROTECTED]> > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Nicu Ioan Petru > Sent: Friday, December 21, 2007 7:57 AM > To: netdev@vger.kernel.org > Cc: Nicu Ioan Petru > Subject: [PATCH 1/

[PATCH 1/2] ucc_geth: split ucc_geth into two modules

2007-12-21 Thread Ionut Nicu
Split ucc_geth_driver into 2 modules: - one module for the mii bus (phy devices register to this bus). - one module for the ethernet driver (uses phy_connect to get a phydev from the mii bus) Updated Makefile, Kconfig files and defconfigs (mpc836x, mpc832x_mds, mpc832x_rdb). Sig