linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/1] ARM: exynos_defconfig: Enable HDMI support
@ 2015-02-06 17:42 Javier Martinez Canillas
  2015-03-17 18:54 ` Javier Martinez Canillas
  0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2015-02-06 17:42 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Andrzej Hajda, Marek Szyprowski, linux-samsung-soc,
	linux-arm-kernel, linux-kernel, Javier Martinez Canillas

Many Exynos boards have an HDMI port so enable Exynos DRM HDMI support.

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

Exynos DRM HDMI has some issues that were fixed by Andrzej's [0] series.
So now is safe to HDMI support for Exynos boards.

[0]: https://lkml.org/lkml/2015/2/5/265

 arch/arm/configs/exynos_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
index 70e5d0bdb4e4..e44da52e5223 100644
--- a/arch/arm/configs/exynos_defconfig
+++ b/arch/arm/configs/exynos_defconfig
@@ -120,6 +120,7 @@ CONFIG_REGULATOR_S2MPS11=y
 CONFIG_REGULATOR_S5M8767=y
 CONFIG_REGULATOR_TPS65090=y
 CONFIG_DRM=y
+CONFIG_DRM_EXYNOS_HDMI=y
 CONFIG_DRM_BRIDGE=y
 CONFIG_DRM_PTN3460=y
 CONFIG_DRM_PS8622=y
-- 
2.1.3


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] ARM: exynos_defconfig: Enable HDMI support
  2015-02-06 17:42 [PATCH 1/1] ARM: exynos_defconfig: Enable HDMI support Javier Martinez Canillas
@ 2015-03-17 18:54 ` Javier Martinez Canillas
  2015-03-24  9:03   ` Javier Martinez Canillas
  0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2015-03-17 18:54 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Andrzej Hajda, Marek Szyprowski, linux-samsung-soc,
	linux-arm-kernel, Linux Kernel, Javier Martinez Canillas

Hello Kukjin,

On Fri, Feb 6, 2015 at 6:42 PM, Javier Martinez Canillas
<javier.martinez@collabora.co.uk> wrote:
> Many Exynos boards have an HDMI port so enable Exynos DRM HDMI support.
>
> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> ---
>
> Exynos DRM HDMI has some issues that were fixed by Andrzej's [0] series.
> So now is safe to HDMI support for Exynos boards.
>
> [0]: https://lkml.org/lkml/2015/2/5/265
>
>  arch/arm/configs/exynos_defconfig | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> index 70e5d0bdb4e4..e44da52e5223 100644
> --- a/arch/arm/configs/exynos_defconfig
> +++ b/arch/arm/configs/exynos_defconfig
> @@ -120,6 +120,7 @@ CONFIG_REGULATOR_S2MPS11=y
>  CONFIG_REGULATOR_S5M8767=y
>  CONFIG_REGULATOR_TPS65090=y
>  CONFIG_DRM=y
> +CONFIG_DRM_EXYNOS_HDMI=y
>  CONFIG_DRM_BRIDGE=y
>  CONFIG_DRM_PTN3460=y
>  CONFIG_DRM_PS8622=y
> --

It seems you missed this patch when picking the exynos_defconfig patches.

Best regards,
Javier

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH 1/1] ARM: exynos_defconfig: Enable HDMI support
  2015-03-17 18:54 ` Javier Martinez Canillas
@ 2015-03-24  9:03   ` Javier Martinez Canillas
  2015-03-24 12:52     ` Kukjin Kim
  0 siblings, 1 reply; 4+ messages in thread
From: Javier Martinez Canillas @ 2015-03-24  9:03 UTC (permalink / raw)
  To: Kukjin Kim
  Cc: Andrzej Hajda, Marek Szyprowski, linux-samsung-soc,
	linux-arm-kernel, Linux Kernel, Javier Martinez Canillas

Hello Kukjin,

On Tue, Mar 17, 2015 at 7:54 PM, Javier Martinez Canillas
<javier@dowhile0.org> wrote:
> On Fri, Feb 6, 2015 at 6:42 PM, Javier Martinez Canillas
> <javier.martinez@collabora.co.uk> wrote:
>> Many Exynos boards have an HDMI port so enable Exynos DRM HDMI support.
>>
>> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
>> ---
>>
>> Exynos DRM HDMI has some issues that were fixed by Andrzej's [0] series.
>> So now is safe to HDMI support for Exynos boards.
>>
>> [0]: https://lkml.org/lkml/2015/2/5/265
>>
>>  arch/arm/configs/exynos_defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
>> index 70e5d0bdb4e4..e44da52e5223 100644
>> --- a/arch/arm/configs/exynos_defconfig
>> +++ b/arch/arm/configs/exynos_defconfig
>> @@ -120,6 +120,7 @@ CONFIG_REGULATOR_S2MPS11=y
>>  CONFIG_REGULATOR_S5M8767=y
>>  CONFIG_REGULATOR_TPS65090=y
>>  CONFIG_DRM=y
>> +CONFIG_DRM_EXYNOS_HDMI=y
>>  CONFIG_DRM_BRIDGE=y
>>  CONFIG_DRM_PTN3460=y
>>  CONFIG_DRM_PS8622=y
>> --
>
> It seems you missed this patch when picking the exynos_defconfig patches.
>

Another gentle reminder about this patch.

Best regards,
Javier

^ permalink raw reply	[flat|nested] 4+ messages in thread

* RE: [PATCH 1/1] ARM: exynos_defconfig: Enable HDMI support
  2015-03-24  9:03   ` Javier Martinez Canillas
@ 2015-03-24 12:52     ` Kukjin Kim
  0 siblings, 0 replies; 4+ messages in thread
From: Kukjin Kim @ 2015-03-24 12:52 UTC (permalink / raw)
  To: 'Javier Martinez Canillas', 'Kukjin Kim'
  Cc: 'Andrzej Hajda', 'Marek Szyprowski',
	linux-samsung-soc, linux-arm-kernel, 'Linux Kernel',
	'Javier Martinez Canillas'

Javier Martinez Canilla wrote:
> 
> Hello Kukjin,
> 
Hi,

> On Tue, Mar 17, 2015 at 7:54 PM, Javier Martinez Canillas
> <javier@dowhile0.org> wrote:
> > On Fri, Feb 6, 2015 at 6:42 PM, Javier Martinez Canillas
> > <javier.martinez@collabora.co.uk> wrote:
> >> Many Exynos boards have an HDMI port so enable Exynos DRM HDMI support.
> >>
> >> Signed-off-by: Javier Martinez Canillas <javier.martinez@collabora.co.uk>
> >> ---
> >>
> >> Exynos DRM HDMI has some issues that were fixed by Andrzej's [0] series.
> >> So now is safe to HDMI support for Exynos boards.
> >>
> >> [0]: https://lkml.org/lkml/2015/2/5/265
> >>
> >>  arch/arm/configs/exynos_defconfig | 1 +
> >>  1 file changed, 1 insertion(+)
> >>
> >> diff --git a/arch/arm/configs/exynos_defconfig b/arch/arm/configs/exynos_defconfig
> >> index 70e5d0bdb4e4..e44da52e5223 100644
> >> --- a/arch/arm/configs/exynos_defconfig
> >> +++ b/arch/arm/configs/exynos_defconfig
> >> @@ -120,6 +120,7 @@ CONFIG_REGULATOR_S2MPS11=y
> >>  CONFIG_REGULATOR_S5M8767=y
> >>  CONFIG_REGULATOR_TPS65090=y
> >>  CONFIG_DRM=y
> >> +CONFIG_DRM_EXYNOS_HDMI=y
> >>  CONFIG_DRM_BRIDGE=y
> >>  CONFIG_DRM_PTN3460=y
> >>  CONFIG_DRM_PS8622=y
> >> --
> >
> > It seems you missed this patch when picking the exynos_defconfig patches.
> >
> 
> Another gentle reminder about this patch.
> 
Thanks, will apply tonight ;-)

- Kukjin


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-24 12:52 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-02-06 17:42 [PATCH 1/1] ARM: exynos_defconfig: Enable HDMI support Javier Martinez Canillas
2015-03-17 18:54 ` Javier Martinez Canillas
2015-03-24  9:03   ` Javier Martinez Canillas
2015-03-24 12:52     ` Kukjin Kim

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).