From: Tony Lindgren <tony@atomide.com>
To: linux-arm-kernel@lists.infradead.org
Cc: linux-omap@vger.kernel.org
Subject: [PATCH 00/10] omap am35xx, 3630, 7xx cpu changes for merge window after 2.6.32
Date: Wed, 11 Nov 2009 19:01:50 -0800 [thread overview]
Message-ID: <20091112025802.5159.97598.stgit@localhost> (raw)
Hi all,
This series mostly adds support for new omaps and better
support for 7xx.
Regards,
Tony
---
Alexander Shishkin (1):
omap: Eliminate OMAP_MAX_NR_PORTS
Cory Maccarrone (2):
omap1: mmc: Add platform init for omap7xx
omap1: omap_udc: Add clocking and disable vbus sense for omap7xx
Nishanth Menon (1):
omap3: Introduce OMAP3630
Ranjith Lohithakshan (1):
omap3: AM35xx: Initialize omap_chip bits
Sanjeev Premi (3):
omap3: Runtime detection of Si features
omap3: Runtime detection of OMAP35x devices
omap3: AM35xx: Runtime detection of the device
vikram pandita (2):
omap: introduce OMAP_LL_DEBUG_NONE DEBUG_LL config
omap3: 3630: update is_chip variable
arch/arm/mach-omap1/Kconfig | 1
arch/arm/mach-omap1/clock.c | 6 +
arch/arm/mach-omap1/clock.h | 22 ++++
arch/arm/mach-omap1/devices.c | 15 ++
arch/arm/mach-omap1/mux.c | 5 +
arch/arm/mach-omap1/serial.c | 2
arch/arm/mach-omap2/id.c | 163 ++++++++++++++++++++++++--
arch/arm/mach-omap2/serial.c | 6 -
arch/arm/plat-omap/Kconfig | 5 +
arch/arm/plat-omap/include/plat/control.h | 34 +++++
arch/arm/plat-omap/include/plat/cpu.h | 91 ++++++++++++++-
arch/arm/plat-omap/include/plat/mux.h | 5 +
arch/arm/plat-omap/include/plat/serial.h | 4 -
arch/arm/plat-omap/include/plat/uncompress.h | 6 +
arch/arm/plat-omap/usb.c | 20 ++-
drivers/usb/gadget/omap_udc.c | 19 +++
16 files changed, 364 insertions(+), 40 deletions(-)
--
Signature
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 00/10] omap am35xx, 3630, 7xx cpu changes for merge window after 2.6.32
Date: Wed, 11 Nov 2009 19:01:50 -0800 [thread overview]
Message-ID: <20091112025802.5159.97598.stgit@localhost> (raw)
Hi all,
This series mostly adds support for new omaps and better
support for 7xx.
Regards,
Tony
---
Alexander Shishkin (1):
omap: Eliminate OMAP_MAX_NR_PORTS
Cory Maccarrone (2):
omap1: mmc: Add platform init for omap7xx
omap1: omap_udc: Add clocking and disable vbus sense for omap7xx
Nishanth Menon (1):
omap3: Introduce OMAP3630
Ranjith Lohithakshan (1):
omap3: AM35xx: Initialize omap_chip bits
Sanjeev Premi (3):
omap3: Runtime detection of Si features
omap3: Runtime detection of OMAP35x devices
omap3: AM35xx: Runtime detection of the device
vikram pandita (2):
omap: introduce OMAP_LL_DEBUG_NONE DEBUG_LL config
omap3: 3630: update is_chip variable
arch/arm/mach-omap1/Kconfig | 1
arch/arm/mach-omap1/clock.c | 6 +
arch/arm/mach-omap1/clock.h | 22 ++++
arch/arm/mach-omap1/devices.c | 15 ++
arch/arm/mach-omap1/mux.c | 5 +
arch/arm/mach-omap1/serial.c | 2
arch/arm/mach-omap2/id.c | 163 ++++++++++++++++++++++++--
arch/arm/mach-omap2/serial.c | 6 -
arch/arm/plat-omap/Kconfig | 5 +
arch/arm/plat-omap/include/plat/control.h | 34 +++++
arch/arm/plat-omap/include/plat/cpu.h | 91 ++++++++++++++-
arch/arm/plat-omap/include/plat/mux.h | 5 +
arch/arm/plat-omap/include/plat/serial.h | 4 -
arch/arm/plat-omap/include/plat/uncompress.h | 6 +
arch/arm/plat-omap/usb.c | 20 ++-
drivers/usb/gadget/omap_udc.c | 19 +++
16 files changed, 364 insertions(+), 40 deletions(-)
--
Signature
next reply other threads:[~2009-11-12 3:01 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-12 3:01 Tony Lindgren [this message]
2009-11-12 3:01 ` [PATCH 00/10] omap am35xx, 3630, 7xx cpu changes for merge window after 2.6.32 Tony Lindgren
2009-11-12 3:02 ` [PATCH 01/10] omap: Eliminate OMAP_MAX_NR_PORTS Tony Lindgren
2009-11-12 3:02 ` Tony Lindgren
2009-11-12 3:02 ` [PATCH 02/10] omap: introduce OMAP_LL_DEBUG_NONE DEBUG_LL config Tony Lindgren
2009-11-12 3:02 ` Tony Lindgren
2009-11-12 3:02 ` [PATCH 03/10] omap1: mmc: Add platform init for omap7xx Tony Lindgren
2009-11-12 3:02 ` Tony Lindgren
2009-11-12 3:02 ` [PATCH 04/10] omap1: omap_udc: Add clocking and disable vbus sense " Tony Lindgren
2009-11-12 3:02 ` Tony Lindgren
2009-11-12 3:02 ` [PATCH 05/10] omap3: Runtime detection of Si features Tony Lindgren
2009-11-12 3:02 ` Tony Lindgren
2009-11-12 3:03 ` [PATCH 06/10] omap3: Runtime detection of OMAP35x devices Tony Lindgren
2009-11-12 3:03 ` Tony Lindgren
2009-11-12 3:03 ` [PATCH 07/10] omap3: Introduce OMAP3630 Tony Lindgren
2009-11-12 3:03 ` Tony Lindgren
2009-11-12 3:03 ` [PATCH 08/10] omap3: 3630: update is_chip variable Tony Lindgren
2009-11-12 3:03 ` Tony Lindgren
2009-11-12 3:04 ` [PATCH 09/10] omap3: AM35xx: Runtime detection of the device Tony Lindgren
2009-11-12 3:04 ` Tony Lindgren
2009-11-12 3:04 ` [PATCH 10/10] omap3: AM35xx: Initialize omap_chip bits Tony Lindgren
2009-11-12 3:04 ` 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=20091112025802.5159.97598.stgit@localhost \
--to=tony@atomide.com \
--cc=linux-arm-kernel@lists.infradead.org \
--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.