All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-omap <linux-omap@vger.kernel.org>
Subject: [GIT PULL]: linux-omap DSS
Date: Tue, 22 Feb 2011 12:09:39 +0200	[thread overview]
Message-ID: <1298369379.2590.41.camel@deskari> (raw)

Hi Tony,

The following mach-omap2 patches have been reviewed and are in DSS tree,
but cause easily conflicts with linux-omap tree.

Would it be possible for you to pull these into linux-omap? 

The patches are based on today's linux-omap/master.

 Tomi


The following changes since commit 35353452eb8b20c424ac4b88ad616f87fa8f5b1b:

  Linux-omap rebuilt: Changes merged for nand, onenand, boards (2011-02-17 16:25:12 -0800)

are available in the git repository at:

  git://gitorious.org/linux-omap-dss2/linux.git for-tony

Senthilvadivu Guruswamy (5):
      OMAP2420: hwmod data: add DSS DISPC RFBI VENC
      OMAP2430: hwmod data: add DSS DISPC RFBI VENC
      OMAP3: hwmod data: add DSS DISPC RFBI DSI VENC
      OMAP2, 3: DSS2: Use Regulator init with driver name
      OMAP2, 3: DSS2: board files: replace platform_device_register with omap_display_init()

Sumit Semwal (1):
      OMAP2, 3: DSS2: Create new file display.c for central dss driver registration.

 arch/arm/mach-omap2/Makefile               |    3 +
 arch/arm/mach-omap2/board-3430sdp.c        |   14 +-
 arch/arm/mach-omap2/board-am3517evm.c      |   16 +-
 arch/arm/mach-omap2/board-cm-t35.c         |   22 +--
 arch/arm/mach-omap2/board-devkit8000.c     |   10 +-
 arch/arm/mach-omap2/board-igep0020.c       |   16 +-
 arch/arm/mach-omap2/board-omap3beagle.c    |   10 +-
 arch/arm/mach-omap2/board-omap3evm.c       |   20 +--
 arch/arm/mach-omap2/board-omap3pandora.c   |   10 +-
 arch/arm/mach-omap2/board-omap3stalker.c   |   22 +--
 arch/arm/mach-omap2/board-rx51-video.c     |   15 +-
 arch/arm/mach-omap2/board-zoom-display.c   |   15 +-
 arch/arm/mach-omap2/display.c              |   45 +++
 arch/arm/mach-omap2/omap_hwmod_2420_data.c |  310 ++++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_2430_data.c |  284 ++++++++++++++++++
 arch/arm/mach-omap2/omap_hwmod_3xxx_data.c |  433 ++++++++++++++++++++++++++++
 arch/arm/plat-omap/include/plat/display.h  |   11 +
 arch/arm/plat-omap/include/plat/l3_2xxx.h  |   20 ++
 arch/arm/plat-omap/include/plat/l3_3xxx.h  |   20 ++
 arch/arm/plat-omap/include/plat/l4_2xxx.h  |   24 ++
 arch/arm/plat-omap/include/plat/l4_3xxx.h  |   10 +
 21 files changed, 1183 insertions(+), 147 deletions(-)
 create mode 100644 arch/arm/mach-omap2/display.c
 create mode 100644 arch/arm/plat-omap/include/plat/l3_2xxx.h
 create mode 100644 arch/arm/plat-omap/include/plat/l3_3xxx.h
 create mode 100644 arch/arm/plat-omap/include/plat/l4_2xxx.h



             reply	other threads:[~2011-02-22 10:09 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-02-22 10:09 Tomi Valkeinen [this message]
2011-02-22 19:01 ` [GIT PULL]: linux-omap DSS Tony Lindgren
2011-02-23  7:43   ` Tomi Valkeinen
2011-02-23 20:13     ` 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=1298369379.2590.41.camel@deskari \
    --to=tomi.valkeinen@ti.com \
    --cc=linux-omap@vger.kernel.org \
    --cc=tony@atomide.com \
    /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.