Hi all,
The following patches are a bunch of OMAP-related fixes.
In summary these patches: - allow omap3_defconfig and omap_4430sdp_defconfig to build and boot - get MMC (somewhat) working on Panda board - fix a bug that caused all 3630s to be reported as ES1.2 (highly unlikely that these are available in the wild)
Except for Catalin's patch, all of them were cherry-picked from mainline.
I hope I'm not too late to get these merged.
- Anand
The following changes since commit c121be8626744d7dc81ed7b37e1f744fd2db8a78: Nicolas Pitre (1): Revert "Revert "Versatile Express: add support for local timers on CA9X4 daughterboard""
are available in the git repository at:
git://dev.omapzoom.org/pub/scm/anand/linux-omap-usb.git omap-fixes-for-linaro
Anand Gadiyar (1): USB: musb: Kill board specific pinmux from driver file
Benoit Cousson (1): omap4 hsmmc: Fix the init if CONFIG_MMC_OMAP_HS is not set
Catalin Marinas (1): ARM: Do not enable SWP emulation if CPU_V6 && CPU_V7
David Anders (1): omap4: pandaboard: Fix the init if CONFIG_MMC_OMAP_HS is not set
Madhusudhan Chikkature (1): OMAP4 ES2: HSMMC soft reset change
Menon, Nishanth (1): omap4: pandaboard: fix up mmc card detect logic
Nishanth Menon (1): omap3: id: fix 3630 rev detection
Tony Lindgren (2): omap: Use CONFIG_SMP for test_for_ipi and test_for_ltirq omap: Fix sev instruction usage for multi-omap
kishore kadiyala (1): mfd: Adding twl6030 mmc card detect support for MMC1
arch/arm/mach-omap2/Makefile | 1 + arch/arm/mach-omap2/board-4430sdp.c | 15 ++++- arch/arm/mach-omap2/board-omap4panda.c | 24 +++++++- arch/arm/mach-omap2/hsmmc.c | 3 + arch/arm/mach-omap2/id.c | 2 +- arch/arm/mach-omap2/include/mach/entry-macro.S | 6 +- arch/arm/mach-omap2/omap-smp.c | 3 +- arch/arm/mm/Kconfig | 2 +- arch/arm/plat-omap/include/plat/mmc.h | 1 + arch/arm/plat-omap/include/plat/smp.h | 7 -- drivers/mfd/twl6030-irq.c | 73 ++++++++++++++++++++++++ drivers/mmc/host/omap_hsmmc.c | 15 ++++- drivers/usb/musb/omap2430.c | 6 -- include/linux/i2c/twl.h | 31 ++++++++++ 14 files changed, 162 insertions(+), 27 deletions(-)