All of lore.kernel.org
 help / color / mirror / Atom feed
From: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
To: Krzysztof Kozlowski <k.kozlowski@samsung.com>,
	Arnd Bergmann <arnd@arndb.de>, Olof Johansson <olof@lixom.net>,
	Kukjin Kim <kgene@kernel.org>,
	linux-arm-kernel@lists.infradead.org,
	linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 1/2] ARM: exynos_defconfig: Enable display on Trats2 board
Date: Fri, 22 May 2015 11:09:57 +0200	[thread overview]
Message-ID: <555EF265.30608@collabora.co.uk> (raw)
In-Reply-To: <1432255718-11695-1-git-send-email-k.kozlowski@samsung.com>

Hello Krzysztof,

On 05/22/2015 02:48 AM, Krzysztof Kozlowski wrote:
> Enable the Exynos DSI and S6E8AA0 panel for full X11 display on Trats2.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  arch/arm/configs/exynos_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index d034c96c039b..e7ccec487422 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -135,9 +135,11 @@ CONFIG_DRM_BRIDGE=y
>  CONFIG_DRM_PTN3460=y
>  CONFIG_DRM_PS8622=y
>  CONFIG_DRM_EXYNOS=y
> +CONFIG_DRM_EXYNOS_DSI=y
>  CONFIG_DRM_EXYNOS_FIMD=y
>  CONFIG_DRM_EXYNOS_DP=y
>  CONFIG_DRM_PANEL=y
> +CONFIG_DRM_PANEL_S6E8AA0=y
>  CONFIG_DRM_PANEL_SIMPLE=y
>  CONFIG_FB=y
>  CONFIG_FB_MODE_HELPERS=y
> 

Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

Best regards,
Javier

WARNING: multiple messages have this Message-ID (diff)
From: javier.martinez@collabora.co.uk (Javier Martinez Canillas)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/2] ARM: exynos_defconfig: Enable display on Trats2 board
Date: Fri, 22 May 2015 11:09:57 +0200	[thread overview]
Message-ID: <555EF265.30608@collabora.co.uk> (raw)
In-Reply-To: <1432255718-11695-1-git-send-email-k.kozlowski@samsung.com>

Hello Krzysztof,

On 05/22/2015 02:48 AM, Krzysztof Kozlowski wrote:
> Enable the Exynos DSI and S6E8AA0 panel for full X11 display on Trats2.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
> ---
>  arch/arm/configs/exynos_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index d034c96c039b..e7ccec487422 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -135,9 +135,11 @@ CONFIG_DRM_BRIDGE=y
>  CONFIG_DRM_PTN3460=y
>  CONFIG_DRM_PS8622=y
>  CONFIG_DRM_EXYNOS=y
> +CONFIG_DRM_EXYNOS_DSI=y
>  CONFIG_DRM_EXYNOS_FIMD=y
>  CONFIG_DRM_EXYNOS_DP=y
>  CONFIG_DRM_PANEL=y
> +CONFIG_DRM_PANEL_S6E8AA0=y
>  CONFIG_DRM_PANEL_SIMPLE=y
>  CONFIG_FB=y
>  CONFIG_FB_MODE_HELPERS=y
> 

Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>

Best regards,
Javier

  parent reply	other threads:[~2015-05-22  9:09 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-05-22  0:48 [PATCH 1/2] ARM: exynos_defconfig: Enable display on Trats2 board Krzysztof Kozlowski
2015-05-22  0:48 ` Krzysztof Kozlowski
2015-05-22  0:48 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Krzysztof Kozlowski
2015-05-22  0:48   ` Krzysztof Kozlowski
2015-05-22  9:11   ` Javier Martinez Canillas
2015-05-22  9:11     ` Javier Martinez Canillas
2015-05-23  2:18     ` [PATCH 2/2] ARM: multi_v7_defconfig: Enable display on Trats2board Kukjin Kim
2015-05-23  2:18       ` Kukjin Kim
2015-05-23 20:27       ` Arnd Bergmann
2015-05-23 20:27         ` Arnd Bergmann
2015-06-03  1:04         ` Kukjin Kim
2015-06-03  1:04           ` Kukjin Kim
2015-05-22  9:09 ` Javier Martinez Canillas [this message]
2015-05-22  9:09   ` [PATCH 1/2] ARM: exynos_defconfig: Enable display on Trats2 board Javier Martinez Canillas
2015-05-23  2:17   ` Kukjin Kim
2015-05-23  2:17     ` Kukjin Kim

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=555EF265.30608@collabora.co.uk \
    --to=javier.martinez@collabora.co.uk \
    --cc=arnd@arndb.de \
    --cc=k.kozlowski@samsung.com \
    --cc=kgene@kernel.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-samsung-soc@vger.kernel.org \
    --cc=olof@lixom.net \
    /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.