Re: ppc405ep emac driver loading problem

2008-04-10 Thread M B
On Thu, Apr 10, 2008 at 1:52 PM, Josh Boyer <[EMAIL PROTECTED]> wrote: > You have to call of_platform_bus_probe with the various bus types for > your board. See the top few functions of: > > arch/powerpc/platforms/40x/walnut.c Well I did this, but I made a typo (plb4 instead of plb3). So than

Re: ppc405ep emac driver loading problem

2008-04-10 Thread Josh Boyer
On Thu, 10 Apr 2008 12:37:45 +0200 "M B" <[EMAIL PROTECTED]> wrote: > Hi, > I'm porting vanilla 2.6.25-rc8 (arch=powerpc) to a new board. UART is > already working in the kernel and Uboot with UART and ethernet is also > working. > But I can't get the emac driver (ibm_newemac) working under Linux.

Re: ppc405ep emac driver loading problem

2008-04-10 Thread Stefan Roese
On Thursday 10 April 2008, M B wrote: > I'm porting vanilla 2.6.25-rc8 (arch=powerpc) to a new board. UART is > already working in the kernel and Uboot with UART and ethernet is also > working. > But I can't get the emac driver (ibm_newemac) working under Linux. > On boot emac_init get's called and

ppc405ep emac driver loading problem

2008-04-10 Thread M B
Hi, I'm porting vanilla 2.6.25-rc8 (arch=powerpc) to a new board. UART is already working in the kernel and Uboot with UART and ethernet is also working. But I can't get the emac driver (ibm_newemac) working under Linux. On boot emac_init get's called and exits normally, but no probe or open will g