From: thierry.reding@gmail.com (Thierry Reding)
To: linux-arm-kernel@lists.infradead.org
Subject: [GIT PULL] drm: Add Atmel HLCDC driver
Date: Fri, 16 Jan 2015 16:09:45 +0100 [thread overview]
Message-ID: <20150116150940.GC7775@ulmo.nvidia.com> (raw)
In-Reply-To: <20150109160342.715d3592@bbrezillon>
On Fri, Jan 09, 2015 at 04:03:42PM +0100, Boris Brezillon wrote:
> Dave, Thierry,
>
> Here is the pull request for the Atmel HLCDC driver and its
> dependencies (some modifications to drm/core and drm/panel to define
> output bus format).
>
> I'm sending a pull request for this driver for several reasons:
>
> * The patch series has been around for 6 months (initial version here
> [3]), and has seen 9 iterations, taking into account comments made
> by reviewers.
>
> * It has received several Tested-by by various users/developers.
>
> * It has been Reviewed-by Rob Clark.
>
> * There has been no comment whatsoever since more than a month (see
> [1] and [2] for the last modified version of these series).
>
> I'll be happy to take comments into account if any. But if there are no
> more comments, please merge for 3.20.
>
> Best Regards,
>
> Boris
>
> [1]https://lkml.org/lkml/2014/12/1/717
> [2]http://thread.gmane.org/gmane.comp.video.dri.devel/118700
> [3]https://lkml.org/lkml/2014/6/9/487
>
> The following changes since commit c93546a5e32bd788c22aefa072385f3784551c13:
>
> Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-01-09 09:22:40 +1000)
>
> are available in the git repository at:
>
>
> https://github.com/bbrezillon/linux-at91.git tags/atmel-hlcdc-drm-3.20
>
> for you to fetch changes up to e7f6614add3dc7776abd803be7cbe96b6254b3f5:
>
> drm: add DT bindings documentation for atmel-hlcdc-dc driver (2015-01-09 14:55:08 +0100)
>
> ----------------------------------------------------------------
> Boris Brezillon (5):
> drm: add bus_formats and num_bus_formats fields to drm_display_info
> drm: panel: simple-panel: add support for bus_format retrieval
> drm: panel: simple-panel: add bus format information for foxlink panel
> drm: add Atmel HLCDC Display Controller support
> drm: add DT bindings documentation for atmel-hlcdc-dc driver
For patches 1 to 3:
Acked-by: Thierry Reding <treding@nvidia.com>
For patches 4 and 5, I don't have the time to properly review them, but
from a very quick glance I couldn't spot anything completely out of the
ordinary, so I think it'd be okay to merge these for v3.20.
Thierry
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20150116/884f5c0e/attachment.sig>
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>
Subject: Re: [GIT PULL] drm: Add Atmel HLCDC driver
Date: Fri, 16 Jan 2015 16:09:45 +0100 [thread overview]
Message-ID: <20150116150940.GC7775@ulmo.nvidia.com> (raw)
In-Reply-To: <20150109160342.715d3592@bbrezillon>
[-- Attachment #1.1: Type: text/plain, Size: 2326 bytes --]
On Fri, Jan 09, 2015 at 04:03:42PM +0100, Boris Brezillon wrote:
> Dave, Thierry,
>
> Here is the pull request for the Atmel HLCDC driver and its
> dependencies (some modifications to drm/core and drm/panel to define
> output bus format).
>
> I'm sending a pull request for this driver for several reasons:
>
> * The patch series has been around for 6 months (initial version here
> [3]), and has seen 9 iterations, taking into account comments made
> by reviewers.
>
> * It has received several Tested-by by various users/developers.
>
> * It has been Reviewed-by Rob Clark.
>
> * There has been no comment whatsoever since more than a month (see
> [1] and [2] for the last modified version of these series).
>
> I'll be happy to take comments into account if any. But if there are no
> more comments, please merge for 3.20.
>
> Best Regards,
>
> Boris
>
> [1]https://lkml.org/lkml/2014/12/1/717
> [2]http://thread.gmane.org/gmane.comp.video.dri.devel/118700
> [3]https://lkml.org/lkml/2014/6/9/487
>
> The following changes since commit c93546a5e32bd788c22aefa072385f3784551c13:
>
> Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-01-09 09:22:40 +1000)
>
> are available in the git repository at:
>
>
> https://github.com/bbrezillon/linux-at91.git tags/atmel-hlcdc-drm-3.20
>
> for you to fetch changes up to e7f6614add3dc7776abd803be7cbe96b6254b3f5:
>
> drm: add DT bindings documentation for atmel-hlcdc-dc driver (2015-01-09 14:55:08 +0100)
>
> ----------------------------------------------------------------
> Boris Brezillon (5):
> drm: add bus_formats and num_bus_formats fields to drm_display_info
> drm: panel: simple-panel: add support for bus_format retrieval
> drm: panel: simple-panel: add bus format information for foxlink panel
> drm: add Atmel HLCDC Display Controller support
> drm: add DT bindings documentation for atmel-hlcdc-dc driver
For patches 1 to 3:
Acked-by: Thierry Reding <treding@nvidia.com>
For patches 4 and 5, I don't have the time to properly review them, but
from a very quick glance I couldn't spot anything completely out of the
ordinary, so I think it'd be okay to merge these for v3.20.
Thierry
[-- Attachment #1.2: Type: application/pgp-signature, Size: 819 bytes --]
[-- Attachment #2: Type: text/plain, Size: 159 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Thierry Reding <thierry.reding@gmail.com>
To: Boris Brezillon <boris.brezillon@free-electrons.com>
Cc: David Airlie <airlied@linux.ie>,
"dri-devel@lists.freedesktop.org"
<dri-devel@lists.freedesktop.org>,
Nicolas Ferre <nicolas.ferre@atmel.com>,
Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>,
Alexandre Belloni <alexandre.belloni@free-electrons.com>,
"linux-arm-kernel@lists.infradead.org"
<linux-arm-kernel@lists.infradead.org>,
"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
Rob Clark <robdclark@gmail.com>,
Laurent Pinchart <laurent.pinchart@ideasonboard.com>,
Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [GIT PULL] drm: Add Atmel HLCDC driver
Date: Fri, 16 Jan 2015 16:09:45 +0100 [thread overview]
Message-ID: <20150116150940.GC7775@ulmo.nvidia.com> (raw)
In-Reply-To: <20150109160342.715d3592@bbrezillon>
[-- Attachment #1: Type: text/plain, Size: 2326 bytes --]
On Fri, Jan 09, 2015 at 04:03:42PM +0100, Boris Brezillon wrote:
> Dave, Thierry,
>
> Here is the pull request for the Atmel HLCDC driver and its
> dependencies (some modifications to drm/core and drm/panel to define
> output bus format).
>
> I'm sending a pull request for this driver for several reasons:
>
> * The patch series has been around for 6 months (initial version here
> [3]), and has seen 9 iterations, taking into account comments made
> by reviewers.
>
> * It has received several Tested-by by various users/developers.
>
> * It has been Reviewed-by Rob Clark.
>
> * There has been no comment whatsoever since more than a month (see
> [1] and [2] for the last modified version of these series).
>
> I'll be happy to take comments into account if any. But if there are no
> more comments, please merge for 3.20.
>
> Best Regards,
>
> Boris
>
> [1]https://lkml.org/lkml/2014/12/1/717
> [2]http://thread.gmane.org/gmane.comp.video.dri.devel/118700
> [3]https://lkml.org/lkml/2014/6/9/487
>
> The following changes since commit c93546a5e32bd788c22aefa072385f3784551c13:
>
> Merge tag 'topic/atomic-core-2015-01-05' of git://anongit.freedesktop.org/drm-intel into drm-next (2015-01-09 09:22:40 +1000)
>
> are available in the git repository at:
>
>
> https://github.com/bbrezillon/linux-at91.git tags/atmel-hlcdc-drm-3.20
>
> for you to fetch changes up to e7f6614add3dc7776abd803be7cbe96b6254b3f5:
>
> drm: add DT bindings documentation for atmel-hlcdc-dc driver (2015-01-09 14:55:08 +0100)
>
> ----------------------------------------------------------------
> Boris Brezillon (5):
> drm: add bus_formats and num_bus_formats fields to drm_display_info
> drm: panel: simple-panel: add support for bus_format retrieval
> drm: panel: simple-panel: add bus format information for foxlink panel
> drm: add Atmel HLCDC Display Controller support
> drm: add DT bindings documentation for atmel-hlcdc-dc driver
For patches 1 to 3:
Acked-by: Thierry Reding <treding@nvidia.com>
For patches 4 and 5, I don't have the time to properly review them, but
from a very quick glance I couldn't spot anything completely out of the
ordinary, so I think it'd be okay to merge these for v3.20.
Thierry
[-- Attachment #2: Type: application/pgp-signature, Size: 819 bytes --]
next prev parent reply other threads:[~2015-01-16 15:09 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-01-09 15:03 [GIT PULL] drm: Add Atmel HLCDC driver Boris Brezillon
2015-01-09 15:03 ` Boris Brezillon
2015-01-09 15:03 ` Boris Brezillon
2015-01-14 10:04 ` Nicolas Ferre
2015-01-14 10:04 ` Nicolas Ferre
2015-01-16 15:09 ` Thierry Reding [this message]
2015-01-16 15:09 ` Thierry Reding
2015-01-16 15:09 ` Thierry Reding
2015-01-21 0:23 ` Dave Airlie
2015-01-21 0:23 ` Dave Airlie
2015-01-21 0:23 ` Dave Airlie
-- strict thread matches above, loose matches on Subject: below --
2015-01-21 9:03 Boris Brezillon
2015-01-21 9:03 ` Boris Brezillon
2015-01-21 9:03 ` Boris Brezillon
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=20150116150940.GC7775@ulmo.nvidia.com \
--to=thierry.reding@gmail.com \
--cc=linux-arm-kernel@lists.infradead.org \
/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.