Re: [PATCH] SBC8548: Add flash support and HW Rev reporting

2008-05-05 Thread Jeremy McNicoll
Kumar Gala wrote: On May 5, 2008, at 5:17 PM, Jeremy McNicoll wrote: The following adds local bus, flash and MTD partition nodes for sbc8548. As well, a compatible field for the soc node, so that of_platform_bus_probe() will pick it up. Something that is provided through this newly added

[PATCH] SBC8548: Add flash support and HW Rev reporting

2008-05-05 Thread Jeremy McNicoll
-by: Jeremy McNicoll <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/sbc8548.dts | 94 + arch/powerpc/platforms/85xx/sbc8548.c | 30 ++- 2 files changed, 123 insertions(+), 1 deletions(-) diff --git a/arch/powerpc/boot/dts/sbc8548.dts b/arch/p

Re: [PATCH] SBC8548: Add flash support and HW Rev reporting

2008-05-05 Thread Jeremy McNicoll
Jeremy McNicoll wrote: The following adds local bus, flash and MTD partition nodes for sbc8548. As well, a compatible field for the soc node, so that of_platform_bus_probe() will pick it up. Something that is provided through this newly added epld node is the Hardware Revision is now being

[PATCH] SBC8548: Add flash support and HW Rev reporting

2008-05-02 Thread Jeremy McNicoll
-off-by: Jeremy McNicoll <[EMAIL PROTECTED]> --- arch/powerpc/boot/dts/sbc8548.dts | 94 + arch/powerpc/platforms/85xx/sbc8548.c | 25 + 2 files changed, 119 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/sbc8548.dts b/arch/p

[PATCH] sbc8548: fix incorrect PCI-X and PCI interrupt map

2008-03-08 Thread Jeremy McNicoll
The following patch allows interrupts to occur on the sbc8548. Currently PCI and PCI-X devices get assigned an IRQ but the interrupt count never increases. This solves the problem and adds PCI support as well. Signed-off-by: Jeremy McNicoll <[EMAIL PROTECTED]> Signed-off-by: Paul Gor