Hi there!
This patchset contains only cherry-picked patches from Linus' current tree. Without these patches, the Genesi Smarttop does not recognize the onboard SSD-chip. The required driver (pata_imx) is already included in the ARM verion of the kernel, only the bindings with the board are missing.
Instead of sending all patches in separate emails, I'm attaching them numbered and all for easy inclusion in the F15 kernel. I have done local testing and can happily report that the 2.6.41.6-1 kernel can use the onboard SSD when appying these patches.
I (and other Fedora ARM owners of a Smarttop) appreciate it if these patches can be included in a next release. Many thanks, Niels
--- Arnaud Patard (4): imx51: add pata device imx51: add pata clock imx: efika: Enable pata. Fix pata imx resource
Fabio Estevam (1): ARM: imx: Add PATA resources for other i.MX processors
Uwe Kleine-König (1): ARM: mx5: fix remaining inconsistent names for irqs
arch/arm/mach-mx5/Kconfig | 1 + arch/arm/mach-mx5/clock-mx51-mx53.c | 7 +- arch/arm/mach-mx5/devices-imx51.h | 4 + arch/arm/mach-mx5/devices.c | 10 +- arch/arm/mach-mx5/mm.c | 8 +- arch/arm/mach-mx5/mx51_efika.c | 2 + arch/arm/plat-mxc/devices/Kconfig | 3 + arch/arm/plat-mxc/devices/Makefile | 1 + arch/arm/plat-mxc/devices/platform-pata_imx.c | 59 ++++++++ arch/arm/plat-mxc/include/mach/devices-common.h | 8 + arch/arm/plat-mxc/include/mach/mx35.h | 2 +- arch/arm/plat-mxc/include/mach/mx51.h | 162 +++++++++++----------- 12 files changed, 175 insertions(+), 92 deletions(-) create mode 100644 arch/arm/plat-mxc/devices/platform-pata_imx.c
kernel@lists.fedoraproject.org