]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
83xx: UEC: Added support for bitBang MII driver access to PHYs
authorRichard Retanubun <RichardRetanubun@RuggedCom.com>
Wed, 17 Jun 2009 20:00:41 +0000 (16:00 -0400)
committerBen Warren <biggerbadderben@gmail.com>
Mon, 3 May 2010 21:52:48 +0000 (14:52 -0700)
commit23c34af48ff0dbff3bbaa8e94df3bf40350a709f
treefa46b9363c78c501e8309cba893691612cb029f6
parent9739946cc5b616c026d433bd07d193cf452ddea0
83xx: UEC: Added support for bitBang MII driver access to PHYs

This patch enabled support for having PHYs on bitBang MII and uec MII
operating at the same time. Modeled after the MPC8360ADS implementation.

Added the ability to specify which ethernet interfaces have bitbang SMI
on the board header file.

Signed-off-by: Richard Retanubun <RichardRetanubun@RuggedCom.com>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
drivers/qe/uec.c
drivers/qe/uec_phy.c