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@vger.kernel.org, linux-fbdev@vger.kernel.org, archit@ti.com
Subject: Re: [PATCH 0/8] OMAPDSS: Misc improvements
Date: Tue, 04 Sep 2012 07:22:48 +0000	[thread overview]
Message-ID: <1346743368.2586.1.camel@deskari> (raw)
In-Reply-To: <1345729514-2441-1-git-send-email-tomi.valkeinen@ti.com>

[-- Attachment #1: Type: text/plain, Size: 2063 bytes --]

Hi Tony,

Can you check the arch/arm patches below, and suggest how you'd like to
go forward with them?

 Tomi

On Thu, 2012-08-23 at 16:45 +0300, Tomi Valkeinen wrote:
> Hi,
> 
> This series contains miscellaneous improvements for omapdss, which I've made
> while implementing device tree support for omapdss. This includes some changes
> to arch/arm/:
> 
> * remove OMAP4 HDMI gpio handling from board files
> * add vdda_hdmi_dac supply for HDMI to twl-common.c
> * remove DSS clock dividers from 4430sdp board file
> 
> Tony, omapdss has dependencies to those changes, and the first change also has
> a dependency to omapdss header file. Is it ok to merge them with other omapdss
> changes?
> 
> Chances for conflict are probably pretty small, 1st and 3rd change are
> pure display stuff, and the 2nd adds the supply to a regulator not used by
> anyone else than DSS.
> 
>  Tomi
> 
> Tomi Valkeinen (8):
>   OMAPDSS: HDMI: Move GPIO handling to HDMI driver
>   OMAPDSS: HDMI: Add delay to wait for 5V power
>   OMAP4: TWL: add vdda_hdmi_dac regulator supply
>   OMAPDSS: HDMI: use vdda_hdmi_dac
>   OMAPDSS: Add DSI fclk maximum to dss_features
>   OMAPDSS: DSI: calculate dsi clock
>   OMAP: 4430SDP: remove DSI clock config from board file
>   OMAPDSS: fix use of dssdev->caps
> 
>  arch/arm/mach-omap2/board-4430sdp.c       |   73 +---------------
>  arch/arm/mach-omap2/board-omap4panda.c    |   27 +-----
>  arch/arm/mach-omap2/twl-common.c          |    6 ++
>  drivers/video/omap2/displays/panel-n8x0.c |    1 +
>  drivers/video/omap2/displays/panel-taal.c |    8 ++
>  drivers/video/omap2/dss/dsi.c             |  131 +++++++++++++++++++++++++++--
>  drivers/video/omap2/dss/dss_features.c    |    2 +
>  drivers/video/omap2/dss/dss_features.h    |    1 +
>  drivers/video/omap2/dss/hdmi.c            |  101 +++++++++++++++++-----
>  drivers/video/omap2/dss/rfbi.c            |    1 -
>  include/video/omapdss.h                   |    4 +
>  11 files changed, 233 insertions(+), 122 deletions(-)
> 


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

WARNING: multiple messages have this Message-ID (diff)
From: Tomi Valkeinen <tomi.valkeinen@ti.com>
To: Tony Lindgren <tony@atomide.com>
Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org, archit@ti.com
Subject: Re: [PATCH 0/8] OMAPDSS: Misc improvements
Date: Tue, 04 Sep 2012 10:22:48 +0300	[thread overview]
Message-ID: <1346743368.2586.1.camel@deskari> (raw)
In-Reply-To: <1345729514-2441-1-git-send-email-tomi.valkeinen@ti.com>

[-- Attachment #1: Type: text/plain, Size: 2063 bytes --]

Hi Tony,

Can you check the arch/arm patches below, and suggest how you'd like to
go forward with them?

 Tomi

On Thu, 2012-08-23 at 16:45 +0300, Tomi Valkeinen wrote:
> Hi,
> 
> This series contains miscellaneous improvements for omapdss, which I've made
> while implementing device tree support for omapdss. This includes some changes
> to arch/arm/:
> 
> * remove OMAP4 HDMI gpio handling from board files
> * add vdda_hdmi_dac supply for HDMI to twl-common.c
> * remove DSS clock dividers from 4430sdp board file
> 
> Tony, omapdss has dependencies to those changes, and the first change also has
> a dependency to omapdss header file. Is it ok to merge them with other omapdss
> changes?
> 
> Chances for conflict are probably pretty small, 1st and 3rd change are
> pure display stuff, and the 2nd adds the supply to a regulator not used by
> anyone else than DSS.
> 
>  Tomi
> 
> Tomi Valkeinen (8):
>   OMAPDSS: HDMI: Move GPIO handling to HDMI driver
>   OMAPDSS: HDMI: Add delay to wait for 5V power
>   OMAP4: TWL: add vdda_hdmi_dac regulator supply
>   OMAPDSS: HDMI: use vdda_hdmi_dac
>   OMAPDSS: Add DSI fclk maximum to dss_features
>   OMAPDSS: DSI: calculate dsi clock
>   OMAP: 4430SDP: remove DSI clock config from board file
>   OMAPDSS: fix use of dssdev->caps
> 
>  arch/arm/mach-omap2/board-4430sdp.c       |   73 +---------------
>  arch/arm/mach-omap2/board-omap4panda.c    |   27 +-----
>  arch/arm/mach-omap2/twl-common.c          |    6 ++
>  drivers/video/omap2/displays/panel-n8x0.c |    1 +
>  drivers/video/omap2/displays/panel-taal.c |    8 ++
>  drivers/video/omap2/dss/dsi.c             |  131 +++++++++++++++++++++++++++--
>  drivers/video/omap2/dss/dss_features.c    |    2 +
>  drivers/video/omap2/dss/dss_features.h    |    1 +
>  drivers/video/omap2/dss/hdmi.c            |  101 +++++++++++++++++-----
>  drivers/video/omap2/dss/rfbi.c            |    1 -
>  include/video/omapdss.h                   |    4 +
>  11 files changed, 233 insertions(+), 122 deletions(-)
> 


[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

  parent reply	other threads:[~2012-09-04  7:22 UTC|newest]

Thread overview: 50+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-08-23 13:45 [PATCH 0/8] OMAPDSS: Misc improvements Tomi Valkeinen
2012-08-23 13:45 ` Tomi Valkeinen
2012-08-23 13:45 ` [PATCH 1/8] OMAPDSS: HDMI: Move GPIO handling to HDMI driver Tomi Valkeinen
2012-08-23 13:45   ` Tomi Valkeinen
2012-08-24  6:00   ` Archit Taneja
2012-08-24  6:12     ` Archit Taneja
2012-08-24  6:28     ` Tomi Valkeinen
2012-08-24  6:28       ` Tomi Valkeinen
2012-09-07 16:21   ` Tony Lindgren
2012-09-07 16:21     ` Tony Lindgren
2012-08-23 13:45 ` [PATCH 2/8] OMAPDSS: HDMI: Add delay to wait for 5V power Tomi Valkeinen
2012-08-23 13:45   ` Tomi Valkeinen
2012-08-23 13:45 ` [PATCH 3/8] OMAP4: TWL: add vdda_hdmi_dac regulator supply Tomi Valkeinen
2012-08-23 13:45   ` Tomi Valkeinen
2012-09-06 20:12   ` Tony Lindgren
2012-09-06 20:12     ` Tony Lindgren
2012-08-23 13:45 ` [PATCH 4/8] OMAPDSS: HDMI: use vdda_hdmi_dac Tomi Valkeinen
2012-08-23 13:45   ` Tomi Valkeinen
2012-08-24  6:20   ` Archit Taneja
2012-08-24  6:32     ` Archit Taneja
2012-08-24  6:41     ` Tomi Valkeinen
2012-08-24  6:41       ` Tomi Valkeinen
2012-08-23 13:45 ` [PATCH 5/8] OMAPDSS: Add DSI fclk maximum to dss_features Tomi Valkeinen
2012-08-23 13:45   ` Tomi Valkeinen
2012-08-23 13:45 ` [PATCH 6/8] OMAPDSS: DSI: calculate dsi clock Tomi Valkeinen
2012-08-23 13:45   ` Tomi Valkeinen
2012-08-24  6:16   ` Archit Taneja
2012-08-24  6:28     ` Archit Taneja
2012-08-24  8:55     ` Tomi Valkeinen
2012-08-24  8:55       ` Tomi Valkeinen
2012-08-24  9:17       ` Archit Taneja
2012-08-24  9:29         ` Archit Taneja
2012-08-23 13:45 ` [PATCH 7/8] OMAP: 4430SDP: remove DSI clock config from board file Tomi Valkeinen
2012-08-23 13:45   ` Tomi Valkeinen
2012-09-06 20:11   ` Tony Lindgren
2012-09-06 20:11     ` Tony Lindgren
2012-08-23 13:45 ` [PATCH 8/8] OMAPDSS: fix use of dssdev->caps Tomi Valkeinen
2012-08-23 13:45   ` Tomi Valkeinen
2012-08-24  5:51   ` Archit Taneja
2012-08-24  5:52     ` Archit Taneja
2012-09-04  7:22 ` Tomi Valkeinen [this message]
2012-09-04  7:22   ` [PATCH 0/8] OMAPDSS: Misc improvements Tomi Valkeinen
2012-09-06 20:13   ` Tony Lindgren
2012-09-06 20:13     ` Tony Lindgren
2012-09-07 10:16     ` Tomi Valkeinen
2012-09-07 10:16       ` Tomi Valkeinen
2012-09-07 16:22       ` Tony Lindgren
2012-09-07 16:22         ` Tony Lindgren
2012-09-07 16:59         ` Tomi Valkeinen
2012-09-07 16:59           ` Tomi Valkeinen

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=1346743368.2586.1.camel@deskari \
    --to=tomi.valkeinen@ti.com \
    --cc=archit@ti.com \
    --cc=linux-fbdev@vger.kernel.org \
    --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.