From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laurent Pinchart Date: Sat, 07 Dec 2013 01:11:09 +0000 Subject: Re: [PATCH v2] ARM: shmobile: koelsch: Add DU device Message-Id: <4572296.nggD5h1FTe@avalon> List-Id: References: <1386282891-2698-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> In-Reply-To: <1386282891-2698-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-sh@vger.kernel.org Hi Sergei, On Saturday 07 December 2013 02:53:06 Sergei Shtylyov wrote: > On 06-12-2013 2:34, Laurent Pinchart wrote: > > Only the LVDS output is currently supported. > > > > Signed-off-by: Laurent Pinchart > > > > --- > > > > arch/arm/mach-shmobile/board-koelsch.c | 63 ++++++++++++++++++++++++++++ > > 1 file changed, 63 insertions(+) > > > > Changes since v1: > > > > - Rebased on top of renesas-devel-v3.13-rc2-20131202 > > > > diff --git a/arch/arm/mach-shmobile/board-koelsch.c > > b/arch/arm/mach-shmobile/board-koelsch.c index 6e12914..53846ec 100644 > > --- a/arch/arm/mach-shmobile/board-koelsch.c > > +++ b/arch/arm/mach-shmobile/board-koelsch.c > > [...] > > > @@ -26,13 +27,66 @@ > > #include > > #include > > #include > > +#include > > #include > > #include > > +#include > > #include > > #include > > #include > > #include > > > > +/* DU */ > > +static struct rcar_du_encoder_data lager_du_encoders[] = { > > Apparently it should be named koelsch_du_encoders[]. > > > +static const struct rcar_du_platform_data lager_du_pdata __initconst = { > > Again, 'koelsch_du_pdata'... Oops... Will resubmit, thank you. -- Regards, Laurent Pinchart