linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] arm64: defconfig: enable Lima driver
@ 2019-06-06  8:56 Neil Armstrong
  2019-06-06  8:56 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Neil Armstrong
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Neil Armstrong @ 2019-06-06  8:56 UTC (permalink / raw)
  To: arm; +Cc: olof, Neil Armstrong, linux-kernel, arnd, linux-arm-kernel

A bunch of arm64 boards can now use the Lima driver, let's enable it
in defconfig, it will be useful to have it enabled for KernelCI
boot and runtime testing.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index d588ceb9aa3c..7e9d684332be 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -505,6 +505,7 @@ CONFIG_DRM_HISI_HIBMC=m
 CONFIG_DRM_HISI_KIRIN=m
 CONFIG_DRM_MESON=m
 CONFIG_DRM_PL111=m
+CONFIG_DRM_LIMA=m
 CONFIG_DRM_PANFROST=m
 CONFIG_FB=y
 CONFIG_FB_MODE_HELPERS=y
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* [PATCH 2/2] ARM: multi_v7_defconfig: enable Lima driver
  2019-06-06  8:56 [PATCH 1/2] arm64: defconfig: enable Lima driver Neil Armstrong
@ 2019-06-06  8:56 ` Neil Armstrong
  2019-06-19 14:18   ` Olof Johansson
  2019-06-11 11:06 ` [PATCH 1/2] arm64: defconfig: " Neil Armstrong
  2019-06-19 14:12 ` Olof Johansson
  2 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2019-06-06  8:56 UTC (permalink / raw)
  To: arm; +Cc: olof, Neil Armstrong, linux-kernel, arnd, linux-arm-kernel

A bunch of armv7 boards can now use the Lima driver, let's enable it
in defconfig, it will be useful to have it enabled for KernelCI
boot and runtime testing.

Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
---
 arch/arm/configs/multi_v7_defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index 952dff9d39f2..0757e0278e22 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -656,6 +656,7 @@ CONFIG_DRM_VC4=m
 CONFIG_DRM_ETNAVIV=m
 CONFIG_DRM_MXSFB=m
 CONFIG_DRM_PL111=m
+CONFIG_DRM_LIMA=m
 CONFIG_DRM_PANFROST=m
 CONFIG_FB_EFI=y
 CONFIG_FB_WM8505=y
-- 
2.21.0


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/2] arm64: defconfig: enable Lima driver
  2019-06-06  8:56 [PATCH 1/2] arm64: defconfig: enable Lima driver Neil Armstrong
  2019-06-06  8:56 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Neil Armstrong
@ 2019-06-11 11:06 ` Neil Armstrong
  2019-06-11 23:28   ` Kevin Hilman
  2019-06-19 14:12 ` Olof Johansson
  2 siblings, 1 reply; 6+ messages in thread
From: Neil Armstrong @ 2019-06-11 11:06 UTC (permalink / raw)
  To: Kevin Hilman
  Cc: arnd, linux-kernel, arm, olof, open list:ARM/Amlogic Meson...,
	linux-arm-kernel

On 06/06/2019 10:56, Neil Armstrong wrote:
> A bunch of arm64 boards can now use the Lima driver, let's enable it
> in defconfig, it will be useful to have it enabled for KernelCI
> boot and runtime testing.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  arch/arm64/configs/defconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
> index d588ceb9aa3c..7e9d684332be 100644
> --- a/arch/arm64/configs/defconfig
> +++ b/arch/arm64/configs/defconfig
> @@ -505,6 +505,7 @@ CONFIG_DRM_HISI_HIBMC=m
>  CONFIG_DRM_HISI_KIRIN=m
>  CONFIG_DRM_MESON=m
>  CONFIG_DRM_PL111=m
> +CONFIG_DRM_LIMA=m
>  CONFIG_DRM_PANFROST=m
>  CONFIG_FB=y
>  CONFIG_FB_MODE_HELPERS=y
> 

Hi Kevin,

Could you apply this changeset on the linux-amlogic tree ?

Neil

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/2] arm64: defconfig: enable Lima driver
  2019-06-11 11:06 ` [PATCH 1/2] arm64: defconfig: " Neil Armstrong
@ 2019-06-11 23:28   ` Kevin Hilman
  0 siblings, 0 replies; 6+ messages in thread
From: Kevin Hilman @ 2019-06-11 23:28 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: arnd, linux-kernel, arm, olof, open list:ARM/Amlogic Meson...,
	linux-arm-kernel

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 06/06/2019 10:56, Neil Armstrong wrote:
>> A bunch of arm64 boards can now use the Lima driver, let's enable it
>> in defconfig, it will be useful to have it enabled for KernelCI
>> boot and runtime testing.
>> 
>> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
>> ---
>>  arch/arm64/configs/defconfig | 1 +
>>  1 file changed, 1 insertion(+)
>> 
>> diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
>> index d588ceb9aa3c..7e9d684332be 100644
>> --- a/arch/arm64/configs/defconfig
>> +++ b/arch/arm64/configs/defconfig
>> @@ -505,6 +505,7 @@ CONFIG_DRM_HISI_HIBMC=m
>>  CONFIG_DRM_HISI_KIRIN=m
>>  CONFIG_DRM_MESON=m
>>  CONFIG_DRM_PL111=m
>> +CONFIG_DRM_LIMA=m
>>  CONFIG_DRM_PANFROST=m
>>  CONFIG_FB=y
>>  CONFIG_FB_MODE_HELPERS=y
>> 
>
> Hi Kevin,
>
> Could you apply this changeset on the linux-amlogic tree ?
>

No, this should go through arm-soc (already cc'd)

Kevin


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 1/2] arm64: defconfig: enable Lima driver
  2019-06-06  8:56 [PATCH 1/2] arm64: defconfig: enable Lima driver Neil Armstrong
  2019-06-06  8:56 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Neil Armstrong
  2019-06-11 11:06 ` [PATCH 1/2] arm64: defconfig: " Neil Armstrong
@ 2019-06-19 14:12 ` Olof Johansson
  2 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2019-06-19 14:12 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: linux-arm-kernel, arm, linux-kernel, arnd

On Thu, Jun 06, 2019 at 10:56:44AM +0200, Neil Armstrong wrote:
> A bunch of arm64 boards can now use the Lima driver, let's enable it
> in defconfig, it will be useful to have it enabled for KernelCI
> boot and runtime testing.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>

Applied, thanks.


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

* Re: [PATCH 2/2] ARM: multi_v7_defconfig: enable Lima driver
  2019-06-06  8:56 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Neil Armstrong
@ 2019-06-19 14:18   ` Olof Johansson
  0 siblings, 0 replies; 6+ messages in thread
From: Olof Johansson @ 2019-06-19 14:18 UTC (permalink / raw)
  To: Neil Armstrong; +Cc: linux-arm-kernel, arm, linux-kernel, arnd

On Thu, Jun 06, 2019 at 10:56:45AM +0200, Neil Armstrong wrote:
> A bunch of armv7 boards can now use the Lima driver, let's enable it
> in defconfig, it will be useful to have it enabled for KernelCI
> boot and runtime testing.
> 
> Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
> ---
>  arch/arm/configs/multi_v7_defconfig | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks!


-Olof

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

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

end of thread, other threads:[~2019-06-19 15:08 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-06-06  8:56 [PATCH 1/2] arm64: defconfig: enable Lima driver Neil Armstrong
2019-06-06  8:56 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Neil Armstrong
2019-06-19 14:18   ` Olof Johansson
2019-06-11 11:06 ` [PATCH 1/2] arm64: defconfig: " Neil Armstrong
2019-06-11 23:28   ` Kevin Hilman
2019-06-19 14:12 ` Olof Johansson

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