* Tony Lindgren <tony@xxxxxxxxxxx> [090107 13:14]: > Hi, > > Here are two patches to fix omap builds. Russell, here's the pull request for few misc omap patches for the current merge window: - These two build fixes - The hsmmc driver posted earlier and acked by Pierre [1] - Mailbox updates for omap3 posted earlier by Hiroshi [2] Regards, Tony [1] http://lists.arm.linux.org.uk/lurker/thread/20081207.215139.ba39f495.en.html#20081207.215139.ba39f495 [2] http://lists.arm.linux.org.uk/lurker/thread/20090107.111220.eb4aadfb.en.html#20090107.111220.eb4aadfb The following changes since commit ede6f5aea054d3fb67c78857f7abdee602302043: Linus Torvalds (1): Fix up 64-bit byte swaps for most 32-bit architectures are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-misc-for-rmk Hiroshi DOYU (10): omap mailbox: cleanup omap2 register definition with macro omap mailbox: add initial omap3 support omap mailbox: print hardware revision at startup omap mailbox: fix empty struct device for omap_mbox omap mailbox: fix empty struct device for omap1 omap mailbox: fix empty struct device for omap2 omap mailbox: add save_/restore_ctx() for PM omap mailbox: move mailbox.h into mailbox.c omap mailbox: convert sequence bit checking to module paramter omap mailbox: remove unnecessary header file inclusion Jarkko Nikula (1): ARM: OMAP: Fix gpio by switching to generic gpio calls Madhusudhan Chikkature (1): omap mmc: Add new omap hsmmc controller for 2430 and 34xx, v3 Tony Lindgren (1): ARM: OMAP: Fix missing includes arch/arm/mach-omap1/board-sx1.c | 6 +- arch/arm/mach-omap1/devices.c | 2 +- arch/arm/mach-omap1/mailbox.c | 31 +- arch/arm/mach-omap1/mcbsp.c | 1 + arch/arm/mach-omap2/board-apollon.c | 49 +- arch/arm/mach-omap2/board-ldp.c | 2 +- arch/arm/mach-omap2/devices.c | 38 +- arch/arm/mach-omap2/mailbox.c | 195 +++-- arch/arm/mach-omap2/mcbsp.c | 1 + arch/arm/plat-omap/Kconfig | 8 + arch/arm/plat-omap/i2c.c | 1 + arch/arm/plat-omap/include/mach/gpio.h | 10 - arch/arm/plat-omap/include/mach/mailbox.h | 27 +- arch/arm/plat-omap/include/mach/omap34xx.h | 1 + arch/arm/plat-omap/mailbox.c | 152 +++- arch/arm/plat-omap/mailbox.h | 100 --- drivers/mfd/twl4030-core.c | 1 + drivers/mmc/host/Kconfig | 10 + drivers/mmc/host/Makefile | 1 + drivers/mmc/host/omap_hsmmc.c | 1242 ++++++++++++++++++++++++++++ drivers/mtd/onenand/omap2.c | 6 +- 21 files changed, 1598 insertions(+), 286 deletions(-) delete mode 100644 arch/arm/plat-omap/mailbox.h create mode 100644 drivers/mmc/host/omap_hsmmc.c -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html