All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tony Lindgren <tony@atomide.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap <linux-omap@vger.kernel.org>,
	linux-arm-kernel <linux-arm-kernel@lists.infradead.org>,
	Kevin Hilman <khilman@linaro.org>,
	Olof Johansson <olof@lixom.net>
Subject: Re: [GIT PULL] OMAPDSS: use new display drivers
Date: Wed, 28 Aug 2013 23:19:23 -0700	[thread overview]
Message-ID: <20130829061923.GM7656@atomide.com> (raw)
In-Reply-To: <521DAC2B.4080100@ti.com>

* Tomi Valkeinen <tomi.valkeinen@ti.com> [130828 00:59]:
> Hi,
> 
> Here's a pull request for the board file changes to take the new display
> drivers into use.

OK great.
 
> If there's an "early" pull request going to Linus during the merge window, it'd
> be nice to have these in that request. That would give me time to send a pull
> request to Linus containing removal of the old, no longer used, drivers.

Nice to see that this is not conflicting with anything in linux next :)

I suggest you keep this branch immutable in case it need to be merged to arm-soc
tree, and merge it yourself along with the DSS patches. That way you
don't have a dependency to arm-soc for removal of the old drivers.

I've cc:ed Kevin and Olof so they too are aware of this too.

Regards,

Tony

 
> The following changes since commit b36f4be3de1b123d8601de062e7dbfc904f305fb:
> 
>   Linux 3.11-rc6 (2013-08-18 14:36:53 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git 3.12/linux-omap
> 
> for you to fetch changes up to d7b8eafbf513e414fa09dde61630b93be93a23a1:
> 
>   ARM: OMAP2+: Remove old display drivers from omap2plus_defconfig (2013-08-28 10:23:22 +0300)
> 
> ----------------------------------------------------------------
> Tomi Valkeinen (20):
>       ARM: OMAP2+: Remove legacy DSS initialization for omap4
>       ARM: OMAP2+: Add selected display drivers to omap2plus_defconfig
>       ARM: OMAP: dss-common: use new display drivers
>       ARM: OMAP: 4430SDP: remove picodlp device data
>       ARM: OMAP: overo: use new display drivers
>       ARM: OMAP: rx51: use new display drivers
>       ARM: OMAP: beagle: use new display drivers
>       ARM: OMAP: devkit8000: use new display drivers
>       ARM: OMAP: 2430SDP: use new display drivers
>       ARM: OMAP: LDP: use new display drivers
>       ARM: OMAP: omap3stalker: use new display drivers
>       ARM: OMAP: igep0020: use new display drivers
>       ARM: OMAP: cm-t35: use new display drivers
>       ARM: OMAP: H4: use new display drivers
>       ARM: OMAP: 3430SDP: use new display drivers
>       ARM: OMAP: OMAP3EVM: use new display drivers
>       ARM: OMAP: Pandora: use new display drivers
>       ARM: OMAP: Zoom: use new display drivers
>       ARM: OMAP: AM3517EVM: use new display drivers
>       ARM: OMAP2+: Remove old display drivers from omap2plus_defconfig
> 
>  arch/arm/configs/omap2plus_defconfig         |  12 +-
>  arch/arm/mach-omap2/board-2430sdp.c          |  57 ++++---
>  arch/arm/mach-omap2/board-3430sdp.c          |  83 +++++----
>  arch/arm/mach-omap2/board-am3517evm.c        | 113 +++++++++----
>  arch/arm/mach-omap2/board-cm-t35.c           | 100 +++++++----
>  arch/arm/mach-omap2/board-devkit8000.c       |  96 +++++++----
>  arch/arm/mach-omap2/board-h4.c               |  48 ++++--
>  arch/arm/mach-omap2/board-igep0020.c         |  36 ++--
>  arch/arm/mach-omap2/board-ldp.c              |  68 +++++---
>  arch/arm/mach-omap2/board-omap3beagle.c      |  56 +++---
>  arch/arm/mach-omap2/board-omap3evm.c         |  87 ++++++----
>  arch/arm/mach-omap2/board-omap3pandora.c     |  48 +++---
>  arch/arm/mach-omap2/board-omap3stalker.c     |  61 ++++---
>  arch/arm/mach-omap2/board-overo.c            | 160 +++++++++++-------
>  arch/arm/mach-omap2/board-rx51-peripherals.c |  12 ++
>  arch/arm/mach-omap2/board-rx51-video.c       |  35 ++--
>  arch/arm/mach-omap2/board-zoom-display.c     |  30 ++--
>  arch/arm/mach-omap2/dss-common.c             | 244 ++++++++++++---------------
>  arch/arm/mach-omap2/dss-common.h             |   2 -
>  19 files changed, 787 insertions(+), 561 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] OMAPDSS: use new display drivers
Date: Wed, 28 Aug 2013 23:19:23 -0700	[thread overview]
Message-ID: <20130829061923.GM7656@atomide.com> (raw)
In-Reply-To: <521DAC2B.4080100@ti.com>

* Tomi Valkeinen <tomi.valkeinen@ti.com> [130828 00:59]:
> Hi,
> 
> Here's a pull request for the board file changes to take the new display
> drivers into use.

OK great.
 
> If there's an "early" pull request going to Linus during the merge window, it'd
> be nice to have these in that request. That would give me time to send a pull
> request to Linus containing removal of the old, no longer used, drivers.

Nice to see that this is not conflicting with anything in linux next :)

I suggest you keep this branch immutable in case it need to be merged to arm-soc
tree, and merge it yourself along with the DSS patches. That way you
don't have a dependency to arm-soc for removal of the old drivers.

I've cc:ed Kevin and Olof so they too are aware of this too.

Regards,

Tony

 
> The following changes since commit b36f4be3de1b123d8601de062e7dbfc904f305fb:
> 
>   Linux 3.11-rc6 (2013-08-18 14:36:53 -0700)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tomba/linux.git 3.12/linux-omap
> 
> for you to fetch changes up to d7b8eafbf513e414fa09dde61630b93be93a23a1:
> 
>   ARM: OMAP2+: Remove old display drivers from omap2plus_defconfig (2013-08-28 10:23:22 +0300)
> 
> ----------------------------------------------------------------
> Tomi Valkeinen (20):
>       ARM: OMAP2+: Remove legacy DSS initialization for omap4
>       ARM: OMAP2+: Add selected display drivers to omap2plus_defconfig
>       ARM: OMAP: dss-common: use new display drivers
>       ARM: OMAP: 4430SDP: remove picodlp device data
>       ARM: OMAP: overo: use new display drivers
>       ARM: OMAP: rx51: use new display drivers
>       ARM: OMAP: beagle: use new display drivers
>       ARM: OMAP: devkit8000: use new display drivers
>       ARM: OMAP: 2430SDP: use new display drivers
>       ARM: OMAP: LDP: use new display drivers
>       ARM: OMAP: omap3stalker: use new display drivers
>       ARM: OMAP: igep0020: use new display drivers
>       ARM: OMAP: cm-t35: use new display drivers
>       ARM: OMAP: H4: use new display drivers
>       ARM: OMAP: 3430SDP: use new display drivers
>       ARM: OMAP: OMAP3EVM: use new display drivers
>       ARM: OMAP: Pandora: use new display drivers
>       ARM: OMAP: Zoom: use new display drivers
>       ARM: OMAP: AM3517EVM: use new display drivers
>       ARM: OMAP2+: Remove old display drivers from omap2plus_defconfig
> 
>  arch/arm/configs/omap2plus_defconfig         |  12 +-
>  arch/arm/mach-omap2/board-2430sdp.c          |  57 ++++---
>  arch/arm/mach-omap2/board-3430sdp.c          |  83 +++++----
>  arch/arm/mach-omap2/board-am3517evm.c        | 113 +++++++++----
>  arch/arm/mach-omap2/board-cm-t35.c           | 100 +++++++----
>  arch/arm/mach-omap2/board-devkit8000.c       |  96 +++++++----
>  arch/arm/mach-omap2/board-h4.c               |  48 ++++--
>  arch/arm/mach-omap2/board-igep0020.c         |  36 ++--
>  arch/arm/mach-omap2/board-ldp.c              |  68 +++++---
>  arch/arm/mach-omap2/board-omap3beagle.c      |  56 +++---
>  arch/arm/mach-omap2/board-omap3evm.c         |  87 ++++++----
>  arch/arm/mach-omap2/board-omap3pandora.c     |  48 +++---
>  arch/arm/mach-omap2/board-omap3stalker.c     |  61 ++++---
>  arch/arm/mach-omap2/board-overo.c            | 160 +++++++++++-------
>  arch/arm/mach-omap2/board-rx51-peripherals.c |  12 ++
>  arch/arm/mach-omap2/board-rx51-video.c       |  35 ++--
>  arch/arm/mach-omap2/board-zoom-display.c     |  30 ++--
>  arch/arm/mach-omap2/dss-common.c             | 244 ++++++++++++---------------
>  arch/arm/mach-omap2/dss-common.h             |   2 -
>  19 files changed, 787 insertions(+), 561 deletions(-)
> 

  reply	other threads:[~2013-08-29  6:19 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-08-28  7:52 [GIT PULL] OMAPDSS: use new display drivers Tomi Valkeinen
2013-08-28  7:52 ` Tomi Valkeinen
2013-08-29  6:19 ` Tony Lindgren [this message]
2013-08-29  6:19   ` Tony Lindgren
2013-08-29  6:26   ` Tomi Valkeinen
2013-08-29  6:26     ` Tomi Valkeinen
2013-08-29  6:35     ` Tony Lindgren
2013-08-29  6:35       ` Tony Lindgren
2013-08-29  6:58       ` Tomi Valkeinen
2013-08-29  6:58         ` Tomi Valkeinen
2013-08-29  7:07         ` Tony Lindgren
2013-08-29  7:07           ` 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=20130829061923.GM7656@atomide.com \
    --to=tony@atomide.com \
    --cc=khilman@linaro.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-omap@vger.kernel.org \
    --cc=olof@lixom.net \
    --cc=tomi.valkeinen@ti.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.