
20 Oct
2010
20 Oct
'10
7:26 a.m.
On Sep 30, 2010, at 9:18 AM, Kumar Gala wrote:
Have a common enum for phy types that we use in the UCC driver. We will also use this enum for dealing with phy connection fixup in the device tree.
Signed-off-by: Kumar Gala galak@kernel.crashing.org
arch/powerpc/include/asm/fsl_enet.h | 31 +++++++++++++++++++++++++++++++ drivers/qe/uec.c | 10 +++++----- drivers/qe/uec.h | 20 +++----------------- drivers/qe/uec_phy.c | 8 ++++---- 4 files changed, 43 insertions(+), 26 deletions(-) create mode 100644 arch/powerpc/include/asm/fsl_enet.h
applied to 85xx, hopes that's not an issue Ben.
- k