All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/12] Omap3 updates for the merge window after 2.6.29
@ 2009-03-10 21:00 Tony Lindgren
  2009-03-10 21:02 ` [PATCH 01/12] ARM: OMAP3: Remove unused CONFIG_I2C2_OMAP_BEAGLE Tony Lindgren
                   ` (12 more replies)
  0 siblings, 13 replies; 49+ messages in thread
From: Tony Lindgren @ 2009-03-10 21:00 UTC (permalink / raw)
  To: linux-arm-kernel; +Cc: linux-omap

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

^ permalink raw reply	[flat|nested] 49+ messages in thread

end of thread, other threads:[~2009-05-12 17:40 UTC | newest]

Thread overview: 49+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-10 21:00 [PATCH 00/12] Omap3 updates for the merge window after 2.6.29 Tony Lindgren
2009-03-10 21:02 ` [PATCH 01/12] ARM: OMAP3: Remove unused CONFIG_I2C2_OMAP_BEAGLE Tony Lindgren
2009-03-10 21:03 ` [PATCH 02/12] ARM: OMAP3: Store reboot mode in scratchpad on OMAP34xx Tony Lindgren
2009-03-15 15:51   ` Russell King - ARM Linux
2009-03-16 16:07     ` Juha Yrjola
2009-03-16 17:10       ` Russell King - ARM Linux
2009-03-16 17:40         ` Juha Yrjola
2009-03-16 22:21           ` Russell King - ARM Linux
2009-03-18 18:28             ` Tony Lindgren
2009-03-18 19:26               ` Russell King - ARM Linux
2009-03-18 20:10                 ` Tony Lindgren
2009-03-18 20:15                   ` Tony Lindgren
2009-03-19  0:08                   ` Russell King - ARM Linux
2009-03-19 15:56                     ` Tony Lindgren
2009-03-24  1:11   ` Tony Lindgren
2009-03-10 21:04 ` [PATCH 03/12] ARM: OMAP3: Add more GPIO mux options Tony Lindgren
2009-03-10 21:06 ` [PATCH 04/12] ARM: OMAP3: mmc-twl4030 fix name buffer length Tony Lindgren
2009-03-15 16:00   ` Russell King - ARM Linux
2009-03-16 10:04     ` Adrian Hunter
2009-03-16 10:14       ` Russell King - ARM Linux
2009-03-16 17:42         ` Tony Lindgren
2009-03-16 22:22           ` Russell King - ARM Linux
2009-03-10 21:07 ` [PATCH 05/12] ARM: OMAP3: mmc-twl4030 voltage cleanup Tony Lindgren
2009-03-10 21:08 ` [PATCH 06/12] ARM: OMAP3: mmc-twl4030 init passes device nodes back Tony Lindgren
2009-03-15 16:02   ` Russell King - ARM Linux
2009-03-16 17:44     ` Tony Lindgren
2009-03-16 22:22       ` Russell King - ARM Linux
2009-03-10 21:10 ` [PATCH 07/12] ARM: OMAP3: mmc-twl4030 add MMC3 support Tony Lindgren
2009-03-15 16:04   ` Russell King - ARM Linux
2009-03-15 17:27     ` Grazvydas Ignotas
2009-03-15 17:40       ` Russell King - ARM Linux
2009-03-16 17:56         ` [PATCH 07/12] ARM: OMAP3: mmc-twl4030 add MMC3 support, v2 Tony Lindgren
2009-03-10 21:11 ` [PATCH 08/12] ARM: OMAP3: mmc-twl4030 fix for vmmc = 0 Tony Lindgren
2009-03-10 21:12 ` [PATCH 09/12] ARM: OMAP3: mmc-twl4030 add cover switch Tony Lindgren
2009-03-10 21:13 ` [PATCH 10/12] ARM: OMAP3: mmc-twl4030 allow arbitrary slot names Tony Lindgren
2009-03-15 16:08   ` Russell King - ARM Linux
2009-03-16 10:04     ` Adrian Hunter
2009-03-16 10:05     ` Adrian Hunter
2009-03-16 10:16       ` Russell King - ARM Linux
2009-03-16 18:01         ` Tony Lindgren
2009-03-10 21:15 ` [PATCH 11/12] ARM: OMAP3: Add base address definitions and resources for OMAP 3 IS Tony Lindgren
2009-03-24  1:37   ` [PATCH 11/12] ARM: OMAP3: Add base address definitions and resources for OMAP 3 IS, v2 Tony Lindgren
2009-03-10 21:16 ` [PATCH 12/12] ARM: OMAP3: MUSB initialization for omap hw Tony Lindgren
2009-03-15 16:14   ` Russell King - ARM Linux
2009-03-15 18:46     ` David Brownell
2009-03-16 22:42       ` [PATCH] ARM: OMAP: Add name for musb clocks Tony Lindgren
2009-05-12 17:40         ` [APPLIED] " Tony Lindgren
2009-03-16 22:37     ` [PATCH 12/12] ARM: OMAP3: MUSB initialization for omap hw, v2 Tony Lindgren
2009-03-24  2:51 ` [PATCH 00/12] Omap3 updates for the merge window after 2.6.29 Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.