From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH v2] ARM: shmobile: koelsch: Add DU device
Date: Fri, 06 Dec 2013 22:53:06 +0000 [thread overview]
Message-ID: <52A25552.5080508@cogentembedded.com> (raw)
In-Reply-To: <1386282891-2698-1-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hello.
On 06-12-2013 2:34, Laurent Pinchart wrote:
> Only the LVDS output is currently supported.
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> 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 <linux/leds.h>
> #include <linux/pinctrl/machine.h>
> #include <linux/platform_data/gpio-rcar.h>
> +#include <linux/platform_data/rcar-du.h>
> #include <linux/platform_device.h>
> #include <mach/common.h>
> +#include <mach/irqs.h>
> #include <mach/r8a7791.h>
> #include <mach/rcar-gen2.h>
> #include <asm/mach-types.h>
> #include <asm/mach/arch.h>
>
> +/* 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'...
WBR, Sergei
next prev parent reply other threads:[~2013-12-06 22:53 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-12-05 22:34 [PATCH v2] ARM: shmobile: koelsch: Add DU device Laurent Pinchart
2013-12-06 22:53 ` Sergei Shtylyov [this message]
2013-12-07 1:11 ` Laurent Pinchart
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=52A25552.5080508@cogentembedded.com \
--to=sergei.shtylyov@cogentembedded.com \
--cc=linux-sh@vger.kernel.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.