From: Kukjin Kim <kgene@kernel.org>
To: Arnd Bergmann <arnd@arndb.de>
Cc: Kukjin Kim <kgene@kernel.org>,
Javier Martinez Canillas <javier.martinez@collabora.co.uk>,
Krzysztof Kozlowski <k.kozlowski@samsung.com>,
Olof Johansson <olof@lixom.net>,
linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH 2/2] ARM: multi_v7_defconfig: Enable display on Trats2board
Date: Wed, 03 Jun 2015 10:04:12 +0900 [thread overview]
Message-ID: <556E528C.6020806@kernel.org> (raw)
In-Reply-To: <6222475.TyjQftkmuB@wuerfel>
On 05/24/15 05:27, Arnd Bergmann wrote:
> On Saturday 23 May 2015 11:18:58 Kukjin Kim wrote:
>> On 05/22/15 18:11, Javier Martinez Canillas wrote:
>>> 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/multi_v7_defconfig | 2 ++
>>>> 1 file changed, 2 insertions(+)
>>>>
>>>> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
>>>> index 0848337a2a01..e9785020aab1 100644
>>>> --- a/arch/arm/configs/multi_v7_defconfig
>>>> +++ b/arch/arm/configs/multi_v7_defconfig
>>>> @@ -413,10 +413,12 @@ CONFIG_DRM=y
>>>> CONFIG_DRM_PTN3460=m
>>>> CONFIG_DRM_PS8622=m
>>>> CONFIG_DRM_EXYNOS=m
>>>> +CONFIG_DRM_EXYNOS_DSI=y
>>>> CONFIG_DRM_EXYNOS_FIMD=y
>>>> CONFIG_DRM_EXYNOS_HDMI=y
>>>> CONFIG_DRM_RCAR_DU=m
>>>> CONFIG_DRM_TEGRA=y
>>>> +CONFIG_DRM_PANEL_S6E8AA0=m
>>>> CONFIG_DRM_PANEL_SIMPLE=y
>>>> CONFIG_FB_ARMCLCD=y
>>>> CONFIG_FB_WM8505=y
>>>>
>>>
>>> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
>>>
>> Looks good to me and this would be handled by arm-soc guys directly
>>
>> Acked-by: Kukjin Kim <kgene@kernel.org>
>>
>
> I'd actually prefer if you could put this into the same branch as your
> other defconfig changes. We'll handle any conflicts when merging that in.
>
OK, done.
Thanks,
Kukjin
WARNING: multiple messages have this Message-ID (diff)
From: kgene@kernel.org (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 2/2] ARM: multi_v7_defconfig: Enable display on Trats2board
Date: Wed, 03 Jun 2015 10:04:12 +0900 [thread overview]
Message-ID: <556E528C.6020806@kernel.org> (raw)
In-Reply-To: <6222475.TyjQftkmuB@wuerfel>
On 05/24/15 05:27, Arnd Bergmann wrote:
> On Saturday 23 May 2015 11:18:58 Kukjin Kim wrote:
>> On 05/22/15 18:11, Javier Martinez Canillas wrote:
>>> 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/multi_v7_defconfig | 2 ++
>>>> 1 file changed, 2 insertions(+)
>>>>
>>>> diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
>>>> index 0848337a2a01..e9785020aab1 100644
>>>> --- a/arch/arm/configs/multi_v7_defconfig
>>>> +++ b/arch/arm/configs/multi_v7_defconfig
>>>> @@ -413,10 +413,12 @@ CONFIG_DRM=y
>>>> CONFIG_DRM_PTN3460=m
>>>> CONFIG_DRM_PS8622=m
>>>> CONFIG_DRM_EXYNOS=m
>>>> +CONFIG_DRM_EXYNOS_DSI=y
>>>> CONFIG_DRM_EXYNOS_FIMD=y
>>>> CONFIG_DRM_EXYNOS_HDMI=y
>>>> CONFIG_DRM_RCAR_DU=m
>>>> CONFIG_DRM_TEGRA=y
>>>> +CONFIG_DRM_PANEL_S6E8AA0=m
>>>> CONFIG_DRM_PANEL_SIMPLE=y
>>>> CONFIG_FB_ARMCLCD=y
>>>> CONFIG_FB_WM8505=y
>>>>
>>>
>>> Reviewed-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
>>>
>> Looks good to me and this would be handled by arm-soc guys directly
>>
>> Acked-by: Kukjin Kim <kgene@kernel.org>
>>
>
> I'd actually prefer if you could put this into the same branch as your
> other defconfig changes. We'll handle any conflicts when merging that in.
>
OK, done.
Thanks,
Kukjin
next prev parent reply other threads:[~2015-06-03 1:04 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 [this message]
2015-06-03 1:04 ` Kukjin Kim
2015-05-22 9:09 ` [PATCH 1/2] ARM: exynos_defconfig: Enable display on Trats2 board Javier Martinez Canillas
2015-05-22 9:09 ` 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=556E528C.6020806@kernel.org \
--to=kgene@kernel.org \
--cc=arnd@arndb.de \
--cc=javier.martinez@collabora.co.uk \
--cc=k.kozlowski@samsung.com \
--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.