All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Tony Lindgren <tony@atomide.com>
Cc: Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	linux-arm-kernel@lists.infradead.org, linux-omap@vger.kernel.org
Subject: [GIT PULL 5/6] omap board changes for v3.8 merge window
Date: Tue, 13 Nov 2012 11:12:36 -0800	[thread overview]
Message-ID: <20121113191235.GH6801@atomide.com> (raw)
In-Reply-To: <pull-1352828737-887235>

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.8/board-v2-signed

for you to fetch changes up to 0449410b0b8aeafa9b7e8bb719e4eeda8a5623fd:

  ARM: OMAP1: use BUG_ON where possible (2012-11-12 15:20:44 -0800)

----------------------------------------------------------------
Board updates for omaps mostly to deal with enabling
display support with device tree until the bindings
are ready.

----------------------------------------------------------------
Pavel Machek (1):
      ARM: OMAP2+: Nokia N9/N900/N950 -- mention product names

Sasha Levin (1):
      ARM: OMAP1: use BUG_ON where possible

Tomi Valkeinen (3):
      OMAP: panda: move display init from board file to dss-common.c
      OMAP: omap4sdp: move display init from board file to dss-common.c
      OMAP: board-generic: enable DSS for panda & sdp boards

 arch/arm/mach-omap1/board-fsample.c    |   3 +-
 arch/arm/mach-omap1/board-h2.c         |   3 +-
 arch/arm/mach-omap1/board-h3.c         |   3 +-
 arch/arm/mach-omap1/board-perseus2.c   |   3 +-
 arch/arm/mach-omap2/Kconfig            |   4 +-
 arch/arm/mach-omap2/Makefile           |   2 +-
 arch/arm/mach-omap2/board-4430sdp.c    | 157 +------------------
 arch/arm/mach-omap2/board-generic.c    |  10 ++
 arch/arm/mach-omap2/board-omap4panda.c |  68 +-------
 arch/arm/mach-omap2/board-rm680.c      |   2 +-
 arch/arm/mach-omap2/board-rx51.c       |   2 +-
 arch/arm/mach-omap2/dss-common.c       | 276 +++++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/dss-common.h       |  14 ++
 13 files changed, 311 insertions(+), 236 deletions(-)
 create mode 100644 arch/arm/mach-omap2/dss-common.c
 create mode 100644 arch/arm/mach-omap2/dss-common.h

WARNING: multiple messages have this Message-ID (diff)
From: tony@atomide.com (Tony Lindgren)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL 5/6] omap board changes for v3.8 merge window
Date: Tue, 13 Nov 2012 11:12:36 -0800	[thread overview]
Message-ID: <20121113191235.GH6801@atomide.com> (raw)
In-Reply-To: <pull-1352828737-887235>

The following changes since commit ddffeb8c4d0331609ef2581d84de4d763607bd37:

  Linux 3.7-rc1 (2012-10-14 14:41:04 -0700)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v3.8/board-v2-signed

for you to fetch changes up to 0449410b0b8aeafa9b7e8bb719e4eeda8a5623fd:

  ARM: OMAP1: use BUG_ON where possible (2012-11-12 15:20:44 -0800)

----------------------------------------------------------------
Board updates for omaps mostly to deal with enabling
display support with device tree until the bindings
are ready.

----------------------------------------------------------------
Pavel Machek (1):
      ARM: OMAP2+: Nokia N9/N900/N950 -- mention product names

Sasha Levin (1):
      ARM: OMAP1: use BUG_ON where possible

Tomi Valkeinen (3):
      OMAP: panda: move display init from board file to dss-common.c
      OMAP: omap4sdp: move display init from board file to dss-common.c
      OMAP: board-generic: enable DSS for panda & sdp boards

 arch/arm/mach-omap1/board-fsample.c    |   3 +-
 arch/arm/mach-omap1/board-h2.c         |   3 +-
 arch/arm/mach-omap1/board-h3.c         |   3 +-
 arch/arm/mach-omap1/board-perseus2.c   |   3 +-
 arch/arm/mach-omap2/Kconfig            |   4 +-
 arch/arm/mach-omap2/Makefile           |   2 +-
 arch/arm/mach-omap2/board-4430sdp.c    | 157 +------------------
 arch/arm/mach-omap2/board-generic.c    |  10 ++
 arch/arm/mach-omap2/board-omap4panda.c |  68 +-------
 arch/arm/mach-omap2/board-rm680.c      |   2 +-
 arch/arm/mach-omap2/board-rx51.c       |   2 +-
 arch/arm/mach-omap2/dss-common.c       | 276 +++++++++++++++++++++++++++++++++
 arch/arm/mach-omap2/dss-common.h       |  14 ++
 13 files changed, 311 insertions(+), 236 deletions(-)
 create mode 100644 arch/arm/mach-omap2/dss-common.c
 create mode 100644 arch/arm/mach-omap2/dss-common.h

  parent reply	other threads:[~2012-11-13 19:12 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <pull-1352828737-887235>
2012-11-13 19:07 ` [GIT PULL 2/6] omap prcm cleanup for v3.8 merge window, part2 Tony Lindgren
2012-11-13 19:07   ` Tony Lindgren
2012-11-13 19:10 ` [GIT PULL 3/6] omap device tree updates for v3.8 merge window Tony Lindgren
2012-11-13 19:10   ` Tony Lindgren
2012-11-13 19:11 ` [GIT PULL 4/6] omap pm " Tony Lindgren
2012-11-13 19:11   ` Tony Lindgren
2012-11-13 19:12 ` Tony Lindgren [this message]
2012-11-13 19:12   ` [GIT PULL 5/6] omap board changes " Tony Lindgren
2012-11-13 19:13 ` [GIT PULL 6/6] omap gpmc " Tony Lindgren
2012-11-13 19:13   ` Tony Lindgren
2012-11-15 16:27 ` [GIT PULL 1/6] omap cleanup fixes " Arnd Bergmann
2012-11-15 16:27   ` Arnd Bergmann

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=20121113191235.GH6801@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.