mbox

[GIT,PULL] omap board changes for v3.3 merge window

Message ID 20111214193944.GJ32251@atomide.com
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap board

Message

Tony Lindgren Dec. 14, 2011, 7:39 p.m. UTC
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(-)

Comments

Olof Johansson Dec. 16, 2011, 7:25 a.m. UTC | #1
Hi,

On Wed, Dec 14, 2011 at 11:39 AM, Tony Lindgren <tony@atomide.com> wrote:
> 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.

Thanks, pulled into next/boards.

-Olof