The following changes since commit fe75943b7808aac7ef001a1bd4d8159a95e758ac:
ARM: 6438/2: mmci: add SDIO support for ST Variants (2010-12-02 13:22:08 -0500)
are available in the git repository at: git://git.linaro.org/people/dmart/linux-2.6-arm.git for-linaro-2.6.36/arm/omap-thumb2
NOTE: These patches have not received significant upstream feedback and have undergone limited testing. Consider carefully before merging these changes to an important branch.
Dave Martin (3): ARM: omap: Enable low-level omap3 PM code to work with CONFIG_THUMB2_KERNEL ARM: omap4: Correct definition of do_wfi() for CONFIG_THUMB2_KERNEL ARM: omap4: Convert END() to ENDPROC() for correct linkage with CONFIG_THUMB2_KERNEL
arch/arm/mach-omap2/include/mach/omap4-common.h | 5 +++ arch/arm/mach-omap2/omap-headsmp.S | 2 +- arch/arm/mach-omap2/omap44xx-smc.S | 8 ++-- arch/arm/mach-omap2/pm.h | 2 + arch/arm/mach-omap2/pm34xx.c | 13 ++++++-- arch/arm/mach-omap2/sleep34xx.S | 37 +++++++++++++++++++++-- arch/arm/mach-omap2/sram34xx.S | 34 +++++++++++++++----- arch/arm/plat-omap/include/plat/sram.h | 1 + arch/arm/plat-omap/sram.c | 10 +++++- 9 files changed, 90 insertions(+), 22 deletions(-)