Re: [PATCH] bfin_mac: Fix MDIO clock frequency

2008-01-29 Thread Kalle Pokki
On Wed, 30 Jan 2008, Bryan Wu wrote: > > On Tue, 2008-01-29 at 20:27 +0800, Kalle Pokki wrote: > > The clock divisor is set to all ones at reset. > > --- > > drivers/net/bfin_mac.c |2 +- > > 1 files changed, 1 insertions(+), 1 deletions(-) > > >

[PATCH] bfin_mac: Make the MDIO polling faster

2008-01-29 Thread Kalle Pokki
The poll routine always got 10 ms penalty when called immediately after starting the transfer. The MDIO transfer takes 25.6 us at the nominal 2.5 MHz, so MAX_TIMEOUT_CNT being 500 is still big enough. --- drivers/net/bfin_mac.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --gi

[PATCH] bfin_mac: Fix MDIO clock frequency

2008-01-29 Thread Kalle Pokki
The clock divisor is set to all ones at reset. --- drivers/net/bfin_mac.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/net/bfin_mac.c b/drivers/net/bfin_mac.c index eb97175..c199633 100644 --- a/drivers/net/bfin_mac.c +++ b/drivers/net/bfin_mac.c @@ -425,7 +425

Re: Blackfin Ethernet MAC driver compile error

2007-10-04 Thread Kalle Pokki
On 10/4/07, Bryan Wu <[EMAIL PROTECTED]> wrote: > Sorry for missing the pinmux patches. > After Linus's git-pull, it should be fixed in the latest Linus mainline > git tree. Thanks, it is working now. I was also glad to see the binfmt_flat patch going in. Do you plan to get the PHY abstraction la

Blackfin Ethernet MAC driver compile error

2007-10-02 Thread Kalle Pokki
The Blackfin Ethernet MAC driver does not compile. It seems the driver is missing some pinmux defines. CC drivers/net/bfin_mac.o drivers/net/bfin_mac.c: In function 'setup_pin_mux': drivers/net/bfin_mac.c:275: error: 'P_MII0' undeclared (first use in this function) drivers/net/bfin_mac.c:27