On Tue, 22 Feb 2011, Dave Martin wrote:
The following changes since commit 1bae4ce27c9c90344f23c65ea6966c50ffeae2f5:
Linux 2.6.38-rc2 (2011-01-21 19:01:34 -0800)
are available in the git repository at: git://git.linaro.org/people/dmart/linux-2.6-arm.git dirty/arm/omap-thumb2+merged
Dave Martin (9): ARM: omap4: Provide do_wfi() for Thumb-2 ARM: omap4: Convert END() to ENDPROC() for correct linkage with CONFIG_THUMB2_KERNEL ARM: omap3: Remove hand-encoded SMC instructions ARM: omap3: Thumb-2 compatibility for sram34xx.S ARM: omap3: Thumb-2 compatibility for sleep34xx.S ARM: Thumb-2: Symbol manipulation macros for function body copying ARM: Correct WFE() in asm/spinlock.h for Thumb-2
I have that one from mainline already.
ARM: Add local symbols in relocate_kernel.S to work around gas bugs ARM: omap3: Work around assembler errors in sleep34xx.S
Jean Pihet (2): omap: use fncpy to copy the PM code functions to SRAM OMAP: fix fncpy API call
Ming Lei (1): arm: fix oops in sched_clock_poll
This is the wrong fix. A better fix exists in mainline and linaro-2.6.38 now.
Russell King (3): ARM: bitops: ensure set/clear/change bitops take a word-aligned pointer ARM: bitops: switch set/clear/change bitops to use ldrex/strex ARM: v6k: remove CPU_32v6K dependencies in asm/spinlock.h
Got those from RMK's tree too. In general I prefer keeping original commit IDs when possible.
May I ask you to rebase on top of the latest linaro-2.6.38 (which acquired a bunch of patches today) so to filter out the unneeded patches please? You could include the module signature patch as well.
Nicolas