[RFC] Adding MTD to device tree

2006-08-12 Thread Arnd Bergmann
On Friday 11 August 2006 17:31, Sergei Shtylyov wrote: + ? h) MTD nodes + + ? Memory Technology Devices are flash, ROM, and similar chips, often used + ? for solid state file systems on embedded devices. + + ? Required properties: + + ? ?- device_type : has to be mtd + ? ?- compatible :

Realtime preemption patch on PPC

2006-08-12 Thread Roger Larsson
On Friday 11 August 2006 16:38, Brent Cook wrote: On Thursday 10 August 2006 18:04, Ben Weintraub wrote: Howdy, I'm wondering if anyone has had success getting Ingo Molnar's realtime preemption patch (the one here: http://people.redhat.com/mingo/realtime-preempt/ ) working on the ppc

Gianfar eth driver on 8540 ppc - for 2.4 and 2.6 : different outputs

2006-08-12 Thread Ho Jeffrey-r26191
Hi [ 34.041809] 0:00 not found SIOCSIFFLAGS: No[ 34.044526] eth0: Could not attach to PHY such device SIOCSIFFLAGS: No such device eth0: PHY is Generic MII () ___ Can you quickly check if you have the right phy id written in

XUPV2P, Kernel 2.6.17 boot problem

2006-08-12 Thread Milton Miller
On Mon Aug 7 2006 04:46:43 AM CDT, Benjamin Heyne wrote: Peter Korsgaard jacmet at sunsite.dk wrote as thus: David == David H Lynch dhlii at dlasys.net David Have you tried 2.6.18.x to see if your stuff works with it David ? Yes, 2.6.18-rc3 + my zlib fix

[RFC] Adding MTD to device tree

2006-08-12 Thread Segher Boessenkool
Required properties: - device_type : one of nand-flash, nor-flash, or rom. There are more than just those kinds of MTDs. There's dataflash, AG-AND, NVRAM, ioremappable DRAM, etc. I'd prefer it to just be called flash. See more below. Existing firmwares call it rom, nvram,

PCI driver on EB8347

2006-08-12 Thread Rajan Rai
Thanks IRQ problem is resolved. As pointed out it was problem with IRQ IDSEL mapping. Mapping needs to be different on Eval board I'm using and our custom design. But my driver is still not working on our custom design. PCI device doesn't receive any messages from MPC8347 on our

PCI driver on EB8347

2006-08-12 Thread Kumar Gala
On Aug 12, 2006, at 7:34 AM, Rajan Rai wrote: Thanks IRQ problem is resolved. As pointed out it was problem with IRQ IDSEL mapping. Mapping needs to be different on Eval board I'm using and our custom design. But my driver is still not working on our custom design. PCI

[RFC] Adding MTD to device tree

2006-08-12 Thread Sergei Shtylyov
Hello. Segher Boessenkool wrote: Required properties: - device_type : one of nand-flash, nor-flash, or rom. I thought about having the separate device types initially, then I decided that all the differences can be handled on the driver level... There are more than just those kinds

[RFC] Adding MTD to device tree

2006-08-12 Thread Sergei Shtylyov
Hello. Milton Miller wrote: + h) MTD nodes + + Memory Technology Devices are flash, ROM, and similar chips, often used + for solid state file systems on embedded devices. + + Required properties: + +- device_type : has to be mtd +- compatible : Should be the name of the MTD

[RFC] Adding MTD to device tree

2006-08-12 Thread Milton Miller
On Aug 12, 2006, at 12:43 PM, Sergei Shtylyov wrote: Hello. Milton Miller wrote: + h) MTD nodes + + Memory Technology Devices are flash, ROM, and similar chips, often used + for solid state file systems on embedded devices. + + Required properties: + +- device_type :