All of lore.kernel.org
 help / color / mirror / Atom feed
From: Archit Taneja <a0393947@ti.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Subject: Re: [PATCH 0/9] OMAPDSS: OMAP5 related patches
Date: Tue, 25 Sep 2012 05:32:29 +0000	[thread overview]
Message-ID: <50613F1D.30006@ti.com> (raw)
In-Reply-To: <1348495119-8262-1-git-send-email-tomi.valkeinen@ti.com>

On Monday 24 September 2012 07:28 PM, Tomi Valkeinen wrote:
> Hi,
>
> This series adds basic OMAP5 DSS functionality, mainly related to DSS core, DPI
> and DSI.

Looks good to me.

Archit

>
>   Tomi
>
> Archit Taneja (1):
>    OMAPDSS: Add basic omap5 features to dss and dispc
>
> Tomi Valkeinen (8):
>    OMAPDSS: DSI: improve DSI clock calcs for DISPC
>    OMAPDSS: move dss feats to the end of dss.c
>    OMAPDSS: Add support for DPI source selection
>    OMAPDSS: DSI: Add FEAT_DSI_PLL_SELFREQDCO
>    OMAPDSS: DSI: Add FEAT_DSI_PLL_REFSEL
>    OMAPDSS: DSI: Add new linebuffer size for OMAP5
>    OMAPDSS: DSI: Add code to disable PHY DCC
>    OMAPDSS: DSI: make OMAP2_DSS_DSI depend on ARCH_OMAP5
>
>   drivers/video/omap2/dss/Kconfig        |    2 +-
>   drivers/video/omap2/dss/dispc.c        |    2 +
>   drivers/video/omap2/dss/dpi.c          |    5 +
>   drivers/video/omap2/dss/dsi.c          |  167 +++++++++++++++++++++++++-------
>   drivers/video/omap2/dss/dss.c          |  121 ++++++++++++++++++-----
>   drivers/video/omap2/dss/dss.h          |    1 +
>   drivers/video/omap2/dss/dss_features.c |   96 ++++++++++++++++++
>   drivers/video/omap2/dss/dss_features.h |    3 +
>   8 files changed, 337 insertions(+), 60 deletions(-)
>


WARNING: multiple messages have this Message-ID (diff)
From: Archit Taneja <a0393947@ti.com>
To: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-omap@vger.kernel.org, linux-fbdev@vger.kernel.org
Subject: Re: [PATCH 0/9] OMAPDSS: OMAP5 related patches
Date: Tue, 25 Sep 2012 10:50:29 +0530	[thread overview]
Message-ID: <50613F1D.30006@ti.com> (raw)
In-Reply-To: <1348495119-8262-1-git-send-email-tomi.valkeinen@ti.com>

On Monday 24 September 2012 07:28 PM, Tomi Valkeinen wrote:
> Hi,
>
> This series adds basic OMAP5 DSS functionality, mainly related to DSS core, DPI
> and DSI.

Looks good to me.

Archit

>
>   Tomi
>
> Archit Taneja (1):
>    OMAPDSS: Add basic omap5 features to dss and dispc
>
> Tomi Valkeinen (8):
>    OMAPDSS: DSI: improve DSI clock calcs for DISPC
>    OMAPDSS: move dss feats to the end of dss.c
>    OMAPDSS: Add support for DPI source selection
>    OMAPDSS: DSI: Add FEAT_DSI_PLL_SELFREQDCO
>    OMAPDSS: DSI: Add FEAT_DSI_PLL_REFSEL
>    OMAPDSS: DSI: Add new linebuffer size for OMAP5
>    OMAPDSS: DSI: Add code to disable PHY DCC
>    OMAPDSS: DSI: make OMAP2_DSS_DSI depend on ARCH_OMAP5
>
>   drivers/video/omap2/dss/Kconfig        |    2 +-
>   drivers/video/omap2/dss/dispc.c        |    2 +
>   drivers/video/omap2/dss/dpi.c          |    5 +
>   drivers/video/omap2/dss/dsi.c          |  167 +++++++++++++++++++++++++-------
>   drivers/video/omap2/dss/dss.c          |  121 ++++++++++++++++++-----
>   drivers/video/omap2/dss/dss.h          |    1 +
>   drivers/video/omap2/dss/dss_features.c |   96 ++++++++++++++++++
>   drivers/video/omap2/dss/dss_features.h |    3 +
>   8 files changed, 337 insertions(+), 60 deletions(-)
>


  parent reply	other threads:[~2012-09-25  5:32 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-09-24 13:58 [PATCH 0/9] OMAPDSS: OMAP5 related patches Tomi Valkeinen
2012-09-24 13:58 ` Tomi Valkeinen
2012-09-24 13:58 ` [PATCH 1/9] OMAPDSS: DSI: improve DSI clock calcs for DISPC Tomi Valkeinen
2012-09-24 13:58   ` Tomi Valkeinen
2012-09-24 13:58 ` [PATCH 2/9] OMAPDSS: Add basic omap5 features to dss and dispc Tomi Valkeinen
2012-09-24 13:58   ` Tomi Valkeinen
2012-09-24 13:58 ` [PATCH 3/9] OMAPDSS: move dss feats to the end of dss.c Tomi Valkeinen
2012-09-24 13:58   ` Tomi Valkeinen
2012-09-24 13:58 ` [PATCH 4/9] OMAPDSS: Add support for DPI source selection Tomi Valkeinen
2012-09-24 13:58   ` Tomi Valkeinen
2012-09-24 13:58 ` [PATCH 5/9] OMAPDSS: DSI: Add FEAT_DSI_PLL_SELFREQDCO Tomi Valkeinen
2012-09-24 13:58   ` Tomi Valkeinen
2012-09-24 13:58 ` [PATCH 6/9] OMAPDSS: DSI: Add FEAT_DSI_PLL_REFSEL Tomi Valkeinen
2012-09-24 13:58   ` Tomi Valkeinen
2012-09-24 13:58 ` [PATCH 7/9] OMAPDSS: DSI: Add new linebuffer size for OMAP5 Tomi Valkeinen
2012-09-24 13:58   ` Tomi Valkeinen
2012-09-24 13:58 ` [PATCH 8/9] OMAPDSS: DSI: Add code to disable PHY DCC Tomi Valkeinen
2012-09-24 13:58   ` Tomi Valkeinen
2012-09-24 13:58 ` [PATCH 9/9] OMAPDSS: DSI: make OMAP2_DSS_DSI depend on ARCH_OMAP5 Tomi Valkeinen
2012-09-24 13:58   ` Tomi Valkeinen
2012-09-25  5:20 ` Archit Taneja [this message]
2012-09-25  5:32   ` [PATCH 0/9] OMAPDSS: OMAP5 related patches Archit Taneja

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=50613F1D.30006@ti.com \
    --to=a0393947@ti.com \
    --cc=linux-fbdev@vger.kernel.org \
    --cc=linux-omap@vger.kernel.org \
    --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.