public inbox for linux-omap@vger.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/9] Omap updates for upcoming 2.6.32 merge window
Date: Tue, 11 Aug 2009 12:45:07 +0300	[thread overview]
Message-ID: <20090811094348.32577.81307.stgit@localhost> (raw)

Hi all,

Here are some omap patches for review. I have another series for
omap3 patches that I'll post probably on Wednesday.

Regards,

Tony

---

Eero Nurkkala (1):
      OMAP: GPIO: Avoid generating extra IRQs

Janusz Krzysztofik (1):
      OMAP1: AMS_DELTA: add modem support

Kalle Valo (5):
      OMAP2: n8x0: add n8x0_defconfig
      OMAP2: add board file for Nokia N800 and N810
      OMAP2: compile usb-tusb6010.c
      OMAP: remove OMAP_TAG_UART
      OMAP: remove OMAP_TAG_SERIAL_CONSOLE

Roger Quadros (1):
      OMAP: Remove omap boot parsing code

Tony Lindgren (1):
      OMAP2/3: Add support for flash on SDP boards


 arch/arm/configs/n8x0_defconfig          | 1104 ++++++++++++++++++++++++++++++
 arch/arm/mach-omap1/board-ams-delta.c    |   43 +
 arch/arm/mach-omap1/board-fsample.c      |    5 
 arch/arm/mach-omap1/board-generic.c      |    5 
 arch/arm/mach-omap1/board-h2.c           |    5 
 arch/arm/mach-omap1/board-h3.c           |    5 
 arch/arm/mach-omap1/board-innovator.c    |    5 
 arch/arm/mach-omap1/board-nokia770.c     |    5 
 arch/arm/mach-omap1/board-osk.c          |    5 
 arch/arm/mach-omap1/board-palmte.c       |    5 
 arch/arm/mach-omap1/board-palmtt.c       |    5 
 arch/arm/mach-omap1/board-palmz71.c      |    5 
 arch/arm/mach-omap1/board-perseus2.c     |    5 
 arch/arm/mach-omap1/board-sx1.c          |    5 
 arch/arm/mach-omap1/board-voiceblue.c    |    5 
 arch/arm/mach-omap1/serial.c             |    8 
 arch/arm/mach-omap2/Kconfig              |    9 
 arch/arm/mach-omap2/Makefile             |    5 
 arch/arm/mach-omap2/board-2430sdp.c      |    7 
 arch/arm/mach-omap2/board-3430sdp.c      |    7 
 arch/arm/mach-omap2/board-4430sdp.c      |    5 
 arch/arm/mach-omap2/board-apollon.c      |    5 
 arch/arm/mach-omap2/board-generic.c      |    5 
 arch/arm/mach-omap2/board-h4.c           |    5 
 arch/arm/mach-omap2/board-ldp.c          |    5 
 arch/arm/mach-omap2/board-n8x0.c         |  307 ++++++++
 arch/arm/mach-omap2/board-omap3beagle.c  |    5 
 arch/arm/mach-omap2/board-omap3evm.c     |    5 
 arch/arm/mach-omap2/board-omap3pandora.c |    5 
 arch/arm/mach-omap2/board-overo.c        |    5 
 arch/arm/mach-omap2/board-rx51.c         |    5 
 arch/arm/mach-omap2/board-sdp-flash.c    |   78 ++
 arch/arm/mach-omap2/board-sdp.h          |    9 
 arch/arm/mach-omap2/board-zoom2.c        |    5 
 arch/arm/mach-omap2/serial.c             |    9 
 arch/arm/plat-omap/common.c              |   88 --
 arch/arm/plat-omap/gpio.c                |   27 +
 arch/arm/plat-omap/include/mach/board.h  |    4 
 arch/arm/plat-omap/include/mach/serial.h |    4 
 39 files changed, 1642 insertions(+), 187 deletions(-)
 create mode 100644 arch/arm/configs/n8x0_defconfig
 create mode 100644 arch/arm/mach-omap2/board-n8x0.c
 create mode 100644 arch/arm/mach-omap2/board-sdp-flash.c
 create mode 100644 arch/arm/mach-omap2/board-sdp.h

-- 
Signature

-------------------------------------------------------------------
List admin: http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm-kernel
FAQ:        http://www.arm.linux.org.uk/mailinglists/faq.php
Etiquette:  http://www.arm.linux.org.uk/mailinglists/etiquette.php

             reply	other threads:[~2009-08-11  9:45 UTC|newest]

Thread overview: 31+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-08-11  9:45 Tony Lindgren [this message]
2009-08-11  9:46 ` [PATCH 1/9] OMAP: remove OMAP_TAG_SERIAL_CONSOLE Tony Lindgren
2009-08-13  9:15   ` Russell King - ARM Linux
2009-08-11  9:47 ` [PATCH 2/9] OMAP: remove OMAP_TAG_UART Tony Lindgren
2009-08-13  9:16   ` Russell King - ARM Linux
2009-08-24 12:54     ` [PATCH 2/9] OMAP: remove OMAP_TAG_UART, v2 Tony Lindgren
2009-08-11  9:49 ` [PATCH 3/9] OMAP: Remove omap boot parsing code Tony Lindgren
2009-08-13  9:16   ` Russell King - ARM Linux
2009-08-11  9:50 ` [PATCH 4/9] OMAP: GPIO: Avoid generating extra IRQs Tony Lindgren
2009-08-13  9:17   ` Russell King - ARM Linux
2009-08-11  9:51 ` [PATCH 5/9] OMAP1: AMS_DELTA: add modem support Tony Lindgren
2009-08-18 13:19   ` Janusz Krzysztofik
2009-08-24 12:51     ` Tony Lindgren
2009-08-11  9:53 ` [PATCH 6/9] OMAP2/3: Add support for flash on SDP boards Tony Lindgren
2009-08-11 14:33   ` vimal singh
2009-08-12 11:30     ` Tony Lindgren
2009-08-12 11:41       ` vimal singh
2009-08-12 11:44         ` Tony Lindgren
2009-08-11  9:54 ` [PATCH 7/9] OMAP2: compile usb-tusb6010.c Tony Lindgren
2009-08-13  9:18   ` Russell King - ARM Linux
2009-08-11  9:55 ` [PATCH 8/9] OMAP2: add board file for Nokia N800 and N810 Tony Lindgren
2009-08-13  9:15   ` Russell King - ARM Linux
2009-08-14  6:01     ` Kalle Valo
2009-08-14 11:08       ` Tony Lindgren
2009-08-15  6:28         ` Kalle Valo
2009-08-15  7:38         ` Kalle Valo
2009-08-15  7:44           ` [PATCH v2] " Kalle Valo
2009-08-16 15:03             ` Tony Lindgren
2009-08-24 12:57               ` [PATCH v2] OMAP2: add board file for Nokia N800 and N810, v3 Tony Lindgren
2009-08-11  9:57 ` [PATCH 9/9] OMAP2: n8x0: add n8x0_defconfig Tony Lindgren
2009-08-13  9:18   ` Russell King - ARM Linux

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=20090811094348.32577.81307.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox