From: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
To: linux-sh@vger.kernel.org
Subject: Re: [PATCH 4/5] ARM: shmobile: marzen: Add Display Unit support
Date: Wed, 07 Aug 2013 17:21:02 +0000 [thread overview]
Message-ID: <520281FE.6090202@cogentembedded.com> (raw)
In-Reply-To: <1375892397-5822-5-git-send-email-laurent.pinchart+renesas@ideasonboard.com>
Hello.
On 08/07/2013 08:19 PM, Laurent Pinchart wrote:
> Support the DU0 VGA and DU1 LVDS outputs. DU1 is connected to a
> Mitsubishi AA104XD12 panel (10.4" XGA).
> Signed-off-by: Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
> ---
> arch/arm/configs/marzen_defconfig | 2 ++
> arch/arm/mach-shmobile/board-marzen.c | 51 +++++++++++++++++++++++++++++++++++
> 2 files changed, 53 insertions(+)
> diff --git a/arch/arm/configs/marzen_defconfig b/arch/arm/configs/marzen_defconfig
> index 82e4040..26f30be 100644
> --- a/arch/arm/configs/marzen_defconfig
> +++ b/arch/arm/configs/marzen_defconfig
> @@ -85,6 +85,8 @@ CONFIG_GPIO_RCAR=y
> CONFIG_THERMAL=y
> CONFIG_RCAR_THERMAL=y
> CONFIG_SSB=y
> +CONFIG_DRM=y
> +CONFIG_DRM_RCAR_DU=y
> CONFIG_USB=y
> CONFIG_USB_RCAR_PHY=y
> CONFIG_MMC=y
Should be in a separate patch.
> diff --git a/arch/arm/mach-shmobile/board-marzen.c b/arch/arm/mach-shmobile/board-marzen.c
> index 3551b54..325cd0e 100644
> --- a/arch/arm/mach-shmobile/board-marzen.c
> +++ b/arch/arm/mach-shmobile/board-marzen.c
[...]
> +static struct rcar_du_platform_data du_pdata = {
Should be annotated with '__initdata'.
> + .encoders = du_encoders,
> + .num_encoders = ARRAY_SIZE(du_encoders),
> +};
> +
WBR, Sergei
prev parent reply other threads:[~2013-08-07 17:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-08-07 16:19 [PATCH 4/5] ARM: shmobile: marzen: Add Display Unit support Laurent Pinchart
2013-08-07 17:21 ` Sergei Shtylyov [this message]
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=520281FE.6090202@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).