Re: [U-Boot] [PATCH] Add MII bus implementation for FCC ports (using bitbanging)

2009-09-21 Thread Scott Wood
On Sat, Sep 19, 2009 at 05:39:37PM +0200, Luigi 'Comio' Mantellini wrote: > +/* > + * > + * Utility to send the preamble, address, and register (common to read > + * and write). > + */ > +static void mpc85xx_miiphy_pre (str

[U-Boot] [PATCH] Add MII bus implementation for FCC ports (using bitbanging)

2009-09-19 Thread Luigi 'Comio' Mantellini
Signed-off-by: Luigi 'Comio' Mantellini --- cpu/mpc85xx/ether_fcc.c | 400 --- 1 files changed, 379 insertions(+), 21 deletions(-) diff --git a/cpu/mpc85xx/ether_fcc.c b/cpu/mpc85xx/ether_fcc.c index 5f1414d..7d8234e 100644 --- a/cpu/mpc85xx/ether_fcc

[U-Boot] [PATCH] Add MII bus implementation for FCC ports (using bitbanging)

2009-09-19 Thread Luigi 'Comio' Mantellini
From: Luigi 'Comio' Mantellini Signed-off-by: Luigi 'Comio' Mantellini --- cpu/mpc85xx/ether_fcc.c | 400 --- 1 files changed, 379 insertions(+), 21 deletions(-) diff --git a/cpu/mpc85xx/ether_fcc.c b/cpu/mpc85xx/ether_fcc.c index 5f1414d..7d8234e 1