From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org,
Nicolas Pitre <nico@fluxnic.net>,
Thomas Gleixner <tglx@linutronix.de>
Subject: [GIT PULL] omap board updates for v3.1 merge window
Date: Thu, 7 Jul 2011 09:29:11 -0700 [thread overview]
Message-ID: <20110707162911.GL5783@atomide.com> (raw)
Hi Arnd,
Please pull omap board updates from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
These are currently on top of the fixes you pulled earlier but
could be also rebased on the earlier cleanup if you prefer that.
Please note that the board-cm-t35.c change will need a minor fix
when merging with the atag_offset patch series. In MACHINE_START
the .boot_params needs to be replaced with .atag_offset = 0x100.
Also note that this series is missing the Nook Color board
support as that one is waiting on the machine_id patch.
Regards,
Tony
The following changes since commit fdcc205fb9ba006bcd37f72e1b1b904704257351:
Tony Lindgren (1):
Merge branch 'iommu-for-tony' of git://github.com/ohadbc/omap-iommu into devel-fixes
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
Ameya Palande (1):
omap: rx51: Platform support for lp5523 led chip
Igor Grinberg (1):
arm: omap3: cm-t35: add support for cm-t3730
Joel A Fernandes (1):
OMAP3: beagle: add support for beagleboard xM revision C
Kalle Jokiniemi (1):
OMAP3: rx-51: Add full regulator definitions
Shubhrajyoti Datta (1):
OMAP4: Keyboard: Mux changes in the board file
Silesh C V (1):
omap: 4430SDP: Register the card detect GPIO properly
Vishal Mahaveer (1):
omap: blaze: add mmc5/wl1283 device support
arch/arm/mach-omap2/Kconfig | 6 +-
arch/arm/mach-omap2/board-4430sdp.c | 149 +++++++++++++++++++++++-
arch/arm/mach-omap2/board-cm-t35.c | 77 ++++++++++---
arch/arm/mach-omap2/board-omap3beagle.c | 78 ++++++++-----
arch/arm/mach-omap2/board-rx51-peripherals.c | 135 +++++++++++++++++++++
arch/arm/mach-omap2/devices.c | 3 +-
arch/arm/plat-omap/include/plat/omap4-keypad.h | 3 +-
arch/arm/plat-omap/include/plat/uncompress.h | 1 +
8 files changed, 405 insertions(+), 47 deletions(-)
WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] omap board updates for v3.1 merge window
Date: Thu, 7 Jul 2011 09:29:11 -0700 [thread overview]
Message-ID: <20110707162911.GL5783@atomide.com> (raw)
Hi Arnd,
Please pull omap board updates from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
These are currently on top of the fixes you pulled earlier but
could be also rebased on the earlier cleanup if you prefer that.
Please note that the board-cm-t35.c change will need a minor fix
when merging with the atag_offset patch series. In MACHINE_START
the .boot_params needs to be replaced with .atag_offset = 0x100.
Also note that this series is missing the Nook Color board
support as that one is waiting on the machine_id patch.
Regards,
Tony
The following changes since commit fdcc205fb9ba006bcd37f72e1b1b904704257351:
Tony Lindgren (1):
Merge branch 'iommu-for-tony' of git://github.com/ohadbc/omap-iommu into devel-fixes
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git devel-board
Ameya Palande (1):
omap: rx51: Platform support for lp5523 led chip
Igor Grinberg (1):
arm: omap3: cm-t35: add support for cm-t3730
Joel A Fernandes (1):
OMAP3: beagle: add support for beagleboard xM revision C
Kalle Jokiniemi (1):
OMAP3: rx-51: Add full regulator definitions
Shubhrajyoti Datta (1):
OMAP4: Keyboard: Mux changes in the board file
Silesh C V (1):
omap: 4430SDP: Register the card detect GPIO properly
Vishal Mahaveer (1):
omap: blaze: add mmc5/wl1283 device support
arch/arm/mach-omap2/Kconfig | 6 +-
arch/arm/mach-omap2/board-4430sdp.c | 149 +++++++++++++++++++++++-
arch/arm/mach-omap2/board-cm-t35.c | 77 ++++++++++---
arch/arm/mach-omap2/board-omap3beagle.c | 78 ++++++++-----
arch/arm/mach-omap2/board-rx51-peripherals.c | 135 +++++++++++++++++++++
arch/arm/mach-omap2/devices.c | 3 +-
arch/arm/plat-omap/include/plat/omap4-keypad.h | 3 +-
arch/arm/plat-omap/include/plat/uncompress.h | 1 +
8 files changed, 405 insertions(+), 47 deletions(-)
next reply other threads:[~2011-07-07 16:29 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-07-07 16:29 Tony Lindgren [this message]
2011-07-07 16:29 ` [GIT PULL] omap board updates for v3.1 merge window Tony Lindgren
2011-07-07 20:40 ` Arnd Bergmann
2011-07-07 20:40 ` Arnd Bergmann
2011-07-07 22:10 ` [PATCH] ARM: omap2: cm-t3730: convert boot_params to atag_offset Igor Grinberg
2011-07-07 22:10 ` Igor Grinberg
2011-07-08 8:30 ` [GIT PULL] omap board updates for v3.1 merge window Tony Lindgren
2011-07-08 8:30 ` Tony Lindgren
2011-07-08 8:54 ` Arnd Bergmann
2011-07-08 8:54 ` Arnd Bergmann
2011-07-08 10:25 ` Tony Lindgren
2011-07-08 10:25 ` Tony Lindgren
2011-07-08 11:11 ` Arnd Bergmann
2011-07-08 11:11 ` Arnd Bergmann
2011-07-08 11:33 ` Tony Lindgren
2011-07-08 11:33 ` 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=20110707162911.GL5783@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=nico@fluxnic.net \
--cc=tglx@linutronix.de \
/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.