linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/12] New omap boards and rx51/n900 updates for 2.6.33
Date: Tue, 17 Nov 2009 15:04:44 -0800	[thread overview]
Message-ID: <20091117230324.19869.44927.stgit@localhost> (raw)

Hi all,

Here are some omap patches for review for the 2.6.33 merge window.

This series mostly adds support for new boards, and updates the
rx51/n900 devices.

Regards,

Tony

---

Cory Maccarrone (2):
      omap1: Add board support and LCD for HTC Herald
      omap1: Add default kernel configuration for Herald

Enric Balletbo i Serra (2):
      omap3: Add minimal IGEP v2 support
      omap3: Add defconfig for IGEP v2 board

Kalle Valo (1):
      omap3: rx51: Add wl1251 wlan driver support

Mike Rapoport (2):
      omap3: Add CompuLab CM-T35 board support
      omap3: Add CompuLab CM-T35 defconfig

Ranjith Lohithakshan (2):
      AM35xx: Add support for AM3517 EVM board
      AM35xx: Defconfig for AM3517 EVM board

Tero Kristo (1):
      omap3: rx51: Add SDRAM init

vikram pandita (2):
      omap: 3630sdp: introduce 3630 sdp board support
      omap: 3630sdp: defconfig creation


 arch/arm/configs/am3517_evm_defconfig        | 1207 ++++++++++++++++++
 arch/arm/configs/cm_t35_defconfig            | 1733 ++++++++++++++++++++++++++
 arch/arm/configs/htcherald_defconfig         | 1142 +++++++++++++++++
 arch/arm/configs/igep0020_defconfig          | 1554 +++++++++++++++++++++++
 arch/arm/configs/omap_3630sdp_defconfig      | 1611 ++++++++++++++++++++++++
 arch/arm/mach-omap1/Kconfig                  |    6 
 arch/arm/mach-omap1/Makefile                 |    1 
 arch/arm/mach-omap1/board-htcherald.c        |  247 ++++
 arch/arm/mach-omap2/Kconfig                  |   16 
 arch/arm/mach-omap2/Makefile                 |   10 
 arch/arm/mach-omap2/board-3630sdp.c          |  101 ++
 arch/arm/mach-omap2/board-am3517evm.c        |   86 +
 arch/arm/mach-omap2/board-cm-t35.c           |  507 ++++++++
 arch/arm/mach-omap2/board-igep0020.c         |  251 ++++
 arch/arm/mach-omap2/board-rx51-peripherals.c |   85 +
 arch/arm/mach-omap2/board-rx51-sdram.c       |  221 +++
 arch/arm/mach-omap2/board-rx51.c             |    7 
 drivers/video/omap/Makefile                  |    1 
 drivers/video/omap/lcd_htcherald.c           |  130 ++
 19 files changed, 8915 insertions(+), 1 deletions(-)
 create mode 100644 arch/arm/configs/am3517_evm_defconfig
 create mode 100644 arch/arm/configs/cm_t35_defconfig
 create mode 100644 arch/arm/configs/htcherald_defconfig
 create mode 100644 arch/arm/configs/igep0020_defconfig
 create mode 100644 arch/arm/configs/omap_3630sdp_defconfig
 create mode 100644 arch/arm/mach-omap1/board-htcherald.c
 create mode 100755 arch/arm/mach-omap2/board-3630sdp.c
 create mode 100644 arch/arm/mach-omap2/board-am3517evm.c
 create mode 100644 arch/arm/mach-omap2/board-cm-t35.c
 create mode 100644 arch/arm/mach-omap2/board-igep0020.c
 create mode 100644 arch/arm/mach-omap2/board-rx51-sdram.c
 create mode 100644 drivers/video/omap/lcd_htcherald.c

-- 
Signature

             reply	other threads:[~2009-11-17 23:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-11-17 23:04 Tony Lindgren [this message]
2009-11-17 23:04 ` [PATCH 01/12] omap1: Add board support and LCD for HTC Herald Tony Lindgren
2009-11-17 23:05 ` [PATCH 02/12] omap1: Add default kernel configuration for Herald Tony Lindgren
2009-11-17 23:05 ` [PATCH 03/12] omap3: rx51: Add SDRAM init Tony Lindgren
2009-11-17 23:05 ` [PATCH 04/12] omap3: rx51: Add wl1251 wlan driver support Tony Lindgren
2009-11-17 23:05 ` [PATCH 05/12] omap3: Add CompuLab CM-T35 board support Tony Lindgren
2009-11-17 23:06 ` [PATCH 06/12] omap3: Add CompuLab CM-T35 defconfig Tony Lindgren
2009-11-17 23:06 ` [PATCH 07/12] omap3: Add minimal IGEP v2 support Tony Lindgren
2009-11-17 23:06 ` [PATCH 08/12] omap: 3630sdp: introduce 3630 sdp board support Tony Lindgren
2009-11-17 23:06 ` [PATCH 09/12] omap: 3630sdp: defconfig creation Tony Lindgren
2009-11-17 23:06 ` [PATCH 10/12] omap3: Add defconfig for IGEP v2 board Tony Lindgren
2009-11-17 23:07 ` [PATCH 11/12] AM35xx: Add support for AM3517 EVM board Tony Lindgren
2009-11-17 23:07 ` [PATCH 12/12] AM35xx: Defconfig " 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=20091117230324.19869.44927.stgit@localhost \
    --to=tony@atomide.com \
    --cc=linux-arm-kernel@lists.infradead.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).