All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.arm.linux.org.uk
Cc: linux-omap@vger.kernel.org
Subject: [PATCH 0/8] omap3 board updates for merge window after 2.6.30
Date: Mon, 25 May 2009 10:46:58 -0700	[thread overview]
Message-ID: <20090525174517.19679.18805.stgit@localhost> (raw)

Hi all,

Here are some omap3 board specific patches for the upcoming merge
window. It adds two new boards, and starts converting MMC to
use the regulator framework.

Regards,

Tony

---

Adrian Hunter (1):
      ARM: OMAP3: RX51: Connect VAUX3 to MMC2

David Brownell (2):
      ARM: OMAP3: Initialize regulators for Beagle and Overo
      ARM: OMAP3: mmc-twl4030 uses regulator framework

Grazvydas Ignotas (1):
      ARM: OMAP3: pandora: setup regulator framework for MMC

Syed Mohammed Khasim (2):
      ARM: OMAP3: Add omap3 EVM defconfig
      ARM: OMAP3: Add omap3 EVM support

Vikram Pandita (2):
      ARM: OMAP3: Defconfig for Zoom2 board
      ARM: OMAP3: Add support for OMAP3 Zoom2 board


 arch/arm/configs/omap3_evm_defconfig         | 1528 ++++++++++++++++++++++++++
 arch/arm/configs/omap_zoom2_defconfig        | 1211 +++++++++++++++++++++
 arch/arm/mach-omap2/Kconfig                  |    8 
 arch/arm/mach-omap2/Makefile                 |    6 
 arch/arm/mach-omap2/board-omap3beagle.c      |  104 ++
 arch/arm/mach-omap2/board-omap3evm.c         |  329 ++++++
 arch/arm/mach-omap2/board-omap3pandora.c     |   45 +
 arch/arm/mach-omap2/board-overo.c            |   76 +
 arch/arm/mach-omap2/board-rx51-peripherals.c |   30 -
 arch/arm/mach-omap2/board-zoom-debugboard.c  |  160 +++
 arch/arm/mach-omap2/board-zoom2.c            |  110 ++
 arch/arm/mach-omap2/mmc-twl4030.c            |  280 ++---
 arch/arm/mach-omap2/mmc-twl4030.h            |    3 
 drivers/mmc/host/omap_hsmmc.c                |    6 
 14 files changed, 3693 insertions(+), 203 deletions(-)
 create mode 100644 arch/arm/configs/omap3_evm_defconfig
 create mode 100644 arch/arm/configs/omap_zoom2_defconfig
 create mode 100644 arch/arm/mach-omap2/board-omap3evm.c
 create mode 100644 arch/arm/mach-omap2/board-zoom-debugboard.c
 create mode 100644 arch/arm/mach-omap2/board-zoom2.c

-- 
Signature

             reply	other threads:[~2009-05-25 17:47 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-05-25 17:46 Tony Lindgren [this message]
2009-05-25 17:48 ` [PATCH 1/8] ARM: OMAP3: mmc-twl4030 uses regulator framework Tony Lindgren
2009-05-25 22:47   ` Daniel Ribeiro
2009-05-26 12:59     ` Mark Brown
2009-05-27 16:55     ` [PATCH 1/8] ARM: OMAP3: mmc-twl4030 uses regulator framework, v2 Tony Lindgren
2009-05-25 17:49 ` [PATCH 2/8] ARM: OMAP3: Initialize regulators for Beagle and Overo Tony Lindgren
2009-05-28 16:20   ` Russell King - ARM Linux
2009-05-28 17:33     ` Tony Lindgren
2009-05-28 18:00       ` Mark Brown
2009-05-28 19:48         ` Russell King - ARM Linux
2009-05-29 10:05           ` Mark Brown
2009-05-25 17:51 ` [PATCH 3/8] ARM: OMAP3: pandora: setup regulator framework for MMC Tony Lindgren
2009-05-25 17:52 ` [PATCH 4/8] ARM: OMAP3: RX51: Connect VAUX3 to MMC2 Tony Lindgren
2009-05-25 17:53 ` [PATCH 5/8] ARM: OMAP3: Add support for OMAP3 Zoom2 board Tony Lindgren
2009-05-28 16:05   ` Russell King - ARM Linux
2009-05-28 21:13     ` [PATCH 5/8] ARM: OMAP3: Add support for OMAP3 Zoom2 board, v2 Tony Lindgren
2009-05-28 21:16       ` Russell King - ARM Linux
2009-05-28 21:39         ` Tony Lindgren
2009-05-25 17:55 ` [PATCH 6/8] ARM: OMAP3: Defconfig for Zoom2 board Tony Lindgren
2009-05-25 17:56 ` [PATCH 7/8] ARM: OMAP3: Add omap3 EVM support Tony Lindgren
2009-05-28 16:06   ` Russell King - ARM Linux
2009-05-28 21:14     ` [PATCH 7/8] ARM: OMAP3: Add omap3 EVM support, v2 Tony Lindgren
2009-05-25 17:57 ` [PATCH 8/8] ARM: OMAP3: Add omap3 EVM defconfig Tony Lindgren
2009-05-27 19:47 ` [PATCH] ARM: OMAP3: pandora: add support for mode devices Grazvydas Ignotas
2009-05-27 20:24   ` Tony Lindgren
2009-05-27 23:39 ` [PATCH 0/8] omap3 board updates for merge window after 2.6.30 Tony Lindgren

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20090525174517.19679.18805.stgit@localhost \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.arm.linux.org.uk \
    --cc=linux-omap@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.