From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tony Lindgren Subject: [PATCH 00/12] Omap3 updates for the merge window after 2.6.29 Date: Tue, 10 Mar 2009 14:00:58 -0700 Message-ID: <20090310205824.16425.97745.stgit@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Return-path: Received: from mho-01-bos.mailhop.org ([63.208.196.178]:62894 "EHLO mho-01-bos.mailhop.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752806AbZCJVBB (ORCPT ); Tue, 10 Mar 2009 17:01:01 -0400 Sender: linux-omap-owner@vger.kernel.org List-Id: linux-omap@vger.kernel.org To: linux-arm-kernel@lists.arm.linux.org.uk Cc: linux-omap@vger.kernel.org Hi all, Here are the patches I promised last week, sorry for the delay in posting them. I ended up leaving out the mach-omap3/board-*.c files as they still need a bit of work. I may post one more series after this to add few more omap3 boards if we have enough time. Cheers, Tony --- Adrian Hunter (3): ARM: OMAP3: mmc-twl4030 allow arbitrary slot names ARM: OMAP3: mmc-twl4030 add cover switch ARM: OMAP3: mmc-twl4030 fix name buffer length David Brownell (3): ARM: OMAP3: mmc-twl4030 fix for vmmc = 0 ARM: OMAP3: mmc-twl4030 init passes device nodes back ARM: OMAP3: mmc-twl4030 voltage cleanup Felipe Balbi (1): ARM: OMAP3: MUSB initialization for omap hw Grazvydas Ignotas (1): ARM: OMAP3: mmc-twl4030 add MMC3 support Jarkko Nikula (1): ARM: OMAP3: Remove unused CONFIG_I2C2_OMAP_BEAGLE Juha Yrjola (1): ARM: OMAP3: Store reboot mode in scratchpad on OMAP34xx Tony Lindgren (2): ARM: OMAP3: Add base address definitions and resources for OMAP 3 IS ARM: OMAP3: Add more GPIO mux options arch/arm/mach-omap2/Makefile | 2 arch/arm/mach-omap2/board-2430sdp.c | 2 arch/arm/mach-omap2/board-ldp.c | 2 arch/arm/mach-omap2/board-omap3beagle.c | 5 - arch/arm/mach-omap2/board-omap3pandora.c | 9 + arch/arm/mach-omap2/board-overo.c | 3 arch/arm/mach-omap2/devices.c | 108 ++++++++++++++++ arch/arm/mach-omap2/mmc-twl4030.c | 186 ++++++++++++++++++++-------- arch/arm/mach-omap2/mmc-twl4030.h | 6 + arch/arm/mach-omap2/mux.c | 27 ++++ arch/arm/mach-omap2/prcm.c | 14 ++ arch/arm/mach-omap2/usb-musb.c | 185 ++++++++++++++++++++++++++++ arch/arm/plat-omap/devices.c | 3 arch/arm/plat-omap/include/mach/control.h | 9 + arch/arm/plat-omap/include/mach/mmc.h | 2 arch/arm/plat-omap/include/mach/mux.h | 13 ++ arch/arm/plat-omap/include/mach/omap34xx.h | 27 ++++ arch/arm/plat-omap/include/mach/usb.h | 8 + 18 files changed, 549 insertions(+), 62 deletions(-) create mode 100644 arch/arm/mach-omap2/usb-musb.c -- Signature