"PPC 405 MAL0 eth: receive descriptor error"

2005-10-12 Thread [EMAIL PROTECTED]
Hi! We have built a board based on AMCC 440ep and used bamboo as reference board. We are running montavista 2.4.20 kernel and have problems with the network. After a while when using the network linux outputs this: "PPC 405 MAL0 eth: receive descriptor error" Searching the kernelsource shows tha

SPI driver for AMCC 440EP

2005-10-12 Thread Rolf Offermanns
Hi! Does anyone have an SPI driver for the PPC440EP? If not I am going to write one. In that case, what API would you suggest to use. I checked the archives (both LKML and linuxppc-embedded) for SPI API discussions, but I am still not sure which way to go since all discussions ended at some po

[PATCH 2/2] MTD: Add initial support for DAVE "PPChameleon" board.

2005-10-12 Thread Wolfgang Denk
Hello, the following patch (against current kernel.org tree) adds MTD support for the NOR and NAND flashes on the "PPChameleon" modules / eval boards manufactured by DAVE s.r.l. [PATCH] MTD: Add support for DAVE "PPChameleon" board. Included support for the NOR and NAND flashes on the

[PATCH 1/2] ppc32: Add initial support for DAVE "PPChameleon" board.

2005-10-12 Thread Wolfgang Denk
Hello, the following patch (against current kernel.org tree) adds suport for the "PPChameleon" modules / eval boards manufactured by DAVE s.r.l. [PATCH] ppc32: Add initial support for DAVE "PPChameleon" board. Not included yet: support for MTD, I2C, RTC. Signed-off-by: Wolfgang Denk --- comm

[PATCH] Oprofile backtrace support for e500

2005-10-12 Thread Andy Fleming
Signed-off-by Andy Fleming * Added support for callgraphs (ie backtracing) --- commit f3bcff9f931bdd36e8cd527408418ed5f3f7a85b tree d08362251f25801221ff2c71e0371757b1fc49d0 parent 3294b2b37eb56ee4ad287776998293485a7c122e author Andrew Fleming Wed, 12 Oct 2005 16:09:23 -0500 committer Andrew F

ads8272 SEC problem on 2.4.18

2005-10-12 Thread Kim Phillips
okay, the devtech team has ported the 2.4 SEC driver to 2.6 (and finally fixed this issue). It is a direct port from the 2.4 driver - so whatever limitations exist in the 2.4 version will exist in this. It's available on the Codewarrior BSP site: http://www.metrowerks.com/MW/Develop/Embedded/

init process not running

2005-10-12 Thread Shawn Jin
What about your UART driver and interrupt controller? I had such experience before and it turned out to be a problem in interrupt controller driver. The serial driver uses interrupt mode to operate UART once init gets called. Just my 2 cents. -Shawn.

MPC8555 USB host support

2005-10-12 Thread Alex Zeffertt
On Wed, 12 Oct 2005 09:27:56 +0200 Stefan Roese wrote: > Mike, > > On Wednesday 12 October 2005 09:11, Mike Rapoport wrote: > > I don't know if Pantelis found a volo^H^H^Hictim, but I've made > > some porting of the USB HCI driver for > > 82xx (I afraid 8xx support was broken during the port). B

init process not running

2005-10-12 Thread Nathael PAJANI
Hi, I'm porting the kernel (tried a 2.6.9 and 2.6.13) to an ACTIS Computer board (MPC8560, e500 core), and I have a strange problem. Everything seems all right, but the init process does not start. I have an echo from the tty (cpm2 SCC1), so the kernel is not crashed. I even got the ticker. I

"PPC 405 MAL0 eth: receive descriptor error"

2005-10-12 Thread Eugene Surovegin
On Wed, Oct 12, 2005 at 07:00:48PM +0200, extabe at bredband.net wrote: > We have built a board based on AMCC 440ep and used bamboo as reference board. > We are running montavista 2.4.20 kernel and have problems with the network. > After a while when using the network linux outputs this: > > "PPC

MPC8555 USB host support

2005-10-12 Thread Pantelis Antoniou
Stefan Roese wrote: > On Tuesday 11 October 2005 22:29, Kylo Ginsberg wrote: > >>I asked a similar question a few months back and found the comments >>instructive. Google for a thread started with this subject: "MPC885 - >>USB HCI drivers". > > > Thanks for the hint. This brings me back to the

MPC8555 USB host support

2005-10-12 Thread Stefan Roese
Mike, On Wednesday 12 October 2005 09:11, Mike Rapoport wrote: > I don't know if Pantelis found a volo^H^H^Hictim, but I've made some > porting of the USB HCI driver for > 82xx (I afraid 8xx support was broken during the port). But the code is > *very* ugly and still buggy. I am currently collect

MPC8555 USB host support

2005-10-12 Thread Mike Rapoport
Stefan Roese wrote: >Pantelis, you mentioned an existing (and working ;-)) linux 2.4 USB HCI driver >for 8xx and 82xx. Did you find the time to clean the driver up? Perhaps, I >could be your "vict^H^H^Holunteer", to port it to 2.6. > Stefan, I don't know if Pantelis found a volo^H^H^Hictim, but

MPC8555 USB host support

2005-10-12 Thread Stefan Roese
On Tuesday 11 October 2005 22:29, Kylo Ginsberg wrote: > I asked a similar question a few months back and found the comments > instructive. Google for a thread started with this subject: "MPC885 - > USB HCI drivers". Thanks for the hint. This brings me back to the "MPC885 - USB HCI drivers" thre

Which PHY connection to use on MPC8541...

2005-10-12 Thread Gerhard Jaeger
On Tuesday 11 October 2005 20:05, Andy Fleming wrote: > On Oct 11, 2005, at 05:57, Stefan Nickl wrote: > > Hi, > > > > about a year ago we resorted to using port pin MDIO in this situation > > for the FCCs because the fcc_enet driver and the gianfar driver live > > in separate worlds, so to speak.

Regarding PPC 64 kernel source.

2005-10-12 Thread vinay hegde
Hi, Can somebody point me the link from where I can download PPC64 kernel source please?? Thanks! vinay __ Yahoo! India Matrimony: Find your partner now. Go to http://yahoo.shaadi.com

[PATCH] MPC5200 - Make PCI work in 2.6 with the IceCube 5200

2005-10-12 Thread Sylvain Munaut
Hi Wolfgang, Weird, I would have thought the usage of in_be out_be macro ensured that. But after checking, they only include a isync instruction which doesn't guarantee memory access will be done while mb() uses sync that does guarantee that. Any one can comment on that ? Wasn't the purpose of t