From: Tony Lindgren <tony@atomide.com>
To: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>
Cc: linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL] omap board changes for v3.3 merge window
Date: Wed, 14 Dec 2011 11:39:44 -0800 [thread overview]
Message-ID: <20111214193944.GJ32251@atomide.com> (raw)
Hi Arnd & Olof,
Please pull omap board changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap board
This contains minimal changes to support new omap
variants and features using existing board-*.c files.
These depend on the soc branch that I posted a pull
request for just before this one.
Regards,
Tony
The following changes since commit 4390f5b2cb1f568c1d4b3e5bbf57158f6809627a:
Hemant Pedanekar (1):
ARM: OMAP: TI814X: Add cpu type macros and detection support
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap board
Aaro Koskinen (1):
ARM: OMAP3: rx51: enable tsc2005 touchscreen
Hemant Pedanekar (1):
ARM: OMAP: TI814X: Create board support and enable build for TI8148 EVM
Igor Dmitriev (1):
ARM: OMAP3: sdram-nokia: add 200 MHz memory timings info
Igor Grinberg (5):
ARM: OMAP3: cm-t35: Add regulator for ads7846 touchscreen
ARM: OMAP3: cm-t35: Use correct DSS regulator supply
ARM: OMAP3: cm-t35: enable audio
ARM: OMAP3: cm-t35: Add reset for USB hub
ARM: OMAP3: cm-t35: fix mux mode for DSS pins
Peter Ujfalusi (2):
ARM: OMAP4: devices: Register OMAP4 DMIC platform device
ARM: OMAP4: board-4430sdp: Register platform device for digimic codec
arch/arm/mach-omap2/Kconfig | 5 ++
arch/arm/mach-omap2/Makefile | 1 +
arch/arm/mach-omap2/board-4430sdp.c | 6 ++
arch/arm/mach-omap2/board-cm-t35.c | 82 ++++++++++++++++++--------
arch/arm/mach-omap2/board-rx51-peripherals.c | 46 ++++++++++++++-
arch/arm/mach-omap2/board-ti8168evm.c | 22 +++++--
arch/arm/mach-omap2/devices.c | 22 +++++++
arch/arm/mach-omap2/sdram-nokia.c | 25 ++++++++-
arch/arm/plat-omap/include/plat/uncompress.h | 3 +
9 files changed, 179 insertions(+), 33 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 changes for v3.3 merge window
Date: Wed, 14 Dec 2011 11:39:44 -0800 [thread overview]
Message-ID: <20111214193944.GJ32251@atomide.com> (raw)
Hi Arnd & Olof,
Please pull omap board changes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap board
This contains minimal changes to support new omap
variants and features using existing board-*.c files.
These depend on the soc branch that I posted a pull
request for just before this one.
Regards,
Tony
The following changes since commit 4390f5b2cb1f568c1d4b3e5bbf57158f6809627a:
Hemant Pedanekar (1):
ARM: OMAP: TI814X: Add cpu type macros and detection support
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap board
Aaro Koskinen (1):
ARM: OMAP3: rx51: enable tsc2005 touchscreen
Hemant Pedanekar (1):
ARM: OMAP: TI814X: Create board support and enable build for TI8148 EVM
Igor Dmitriev (1):
ARM: OMAP3: sdram-nokia: add 200 MHz memory timings info
Igor Grinberg (5):
ARM: OMAP3: cm-t35: Add regulator for ads7846 touchscreen
ARM: OMAP3: cm-t35: Use correct DSS regulator supply
ARM: OMAP3: cm-t35: enable audio
ARM: OMAP3: cm-t35: Add reset for USB hub
ARM: OMAP3: cm-t35: fix mux mode for DSS pins
Peter Ujfalusi (2):
ARM: OMAP4: devices: Register OMAP4 DMIC platform device
ARM: OMAP4: board-4430sdp: Register platform device for digimic codec
arch/arm/mach-omap2/Kconfig | 5 ++
arch/arm/mach-omap2/Makefile | 1 +
arch/arm/mach-omap2/board-4430sdp.c | 6 ++
arch/arm/mach-omap2/board-cm-t35.c | 82 ++++++++++++++++++--------
arch/arm/mach-omap2/board-rx51-peripherals.c | 46 ++++++++++++++-
arch/arm/mach-omap2/board-ti8168evm.c | 22 +++++--
arch/arm/mach-omap2/devices.c | 22 +++++++
arch/arm/mach-omap2/sdram-nokia.c | 25 ++++++++-
arch/arm/plat-omap/include/plat/uncompress.h | 3 +
9 files changed, 179 insertions(+), 33 deletions(-)
next reply other threads:[~2011-12-14 19:39 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-12-14 19:39 Tony Lindgren [this message]
2011-12-14 19:39 ` [GIT PULL] omap board changes for v3.3 merge window Tony Lindgren
2011-12-16 7:25 ` Olof Johansson
2011-12-16 7:25 ` Olof Johansson
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=20111214193944.GJ32251@atomide.com \
--to=tony@atomide.com \
--cc=arnd@arndb.de \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-omap@vger.kernel.org \
--cc=olof@lixom.net \
/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.