linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM
@ 2019-03-28 15:33 Nicolas Ferre
  2019-03-29 13:05 ` Ludovic Desroches
  2019-04-08 11:48 ` Ludovic Desroches
  0 siblings, 2 replies; 4+ messages in thread
From: Nicolas Ferre @ 2019-03-28 15:33 UTC (permalink / raw)
  To: Alexandre Belloni, Ludovic Desroches
  Cc: Claudiu Beznea, linux-arm-kernel, linux-kernel

SAMA5 devices use the newer DRM driver for LCD. They don't need
the older FB driver: remove the Kconfig option for them.

Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
---
 arch/arm/mach-at91/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index 903f23c309df..01b1bdb4fb6e 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -21,7 +21,6 @@ config SOC_SAMA5D2
 	depends on ARCH_MULTI_V7
 	select SOC_SAMA5
 	select CACHE_L2X0
-	select HAVE_FB_ATMEL
 	select HAVE_AT91_UTMI
 	select HAVE_AT91_USB_CLK
 	select HAVE_AT91_H32MX
@@ -36,7 +35,6 @@ config SOC_SAMA5D3
 	bool "SAMA5D3 family"
 	depends on ARCH_MULTI_V7
 	select SOC_SAMA5
-	select HAVE_FB_ATMEL
 	select HAVE_AT91_UTMI
 	select HAVE_AT91_SMD
 	select HAVE_AT91_USB_CLK
@@ -50,7 +48,6 @@ config SOC_SAMA5D4
 	depends on ARCH_MULTI_V7
 	select SOC_SAMA5
 	select CACHE_L2X0
-	select HAVE_FB_ATMEL
 	select HAVE_AT91_UTMI
 	select HAVE_AT91_SMD
 	select HAVE_AT91_USB_CLK
-- 
2.17.1


_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM
  2019-03-28 15:33 [PATCH] ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM Nicolas Ferre
@ 2019-03-29 13:05 ` Ludovic Desroches
  2019-03-29 13:21   ` Ludovic Desroches
  2019-04-08 11:48 ` Ludovic Desroches
  1 sibling, 1 reply; 4+ messages in thread
From: Ludovic Desroches @ 2019-03-29 13:05 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Alexandre Belloni, Claudiu Beznea, linux-arm-kernel, linux-kernel

On Thu, Mar 28, 2019 at 04:33:07PM +0100, Nicolas Ferre wrote:
> SAMA5 devices use the newer DRM driver for LCD. They don't need
> the older FB driver: remove the Kconfig option for them.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> 

CONFIG_FB_ATMEL should be removed from at91_dt_defconfig. Do you want me
to handle it?

> ---
>  arch/arm/mach-at91/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> index 903f23c309df..01b1bdb4fb6e 100644
> --- a/arch/arm/mach-at91/Kconfig
> +++ b/arch/arm/mach-at91/Kconfig
> @@ -21,7 +21,6 @@ config SOC_SAMA5D2
>  	depends on ARCH_MULTI_V7
>  	select SOC_SAMA5
>  	select CACHE_L2X0
> -	select HAVE_FB_ATMEL
>  	select HAVE_AT91_UTMI
>  	select HAVE_AT91_USB_CLK
>  	select HAVE_AT91_H32MX
> @@ -36,7 +35,6 @@ config SOC_SAMA5D3
>  	bool "SAMA5D3 family"
>  	depends on ARCH_MULTI_V7
>  	select SOC_SAMA5
> -	select HAVE_FB_ATMEL
>  	select HAVE_AT91_UTMI
>  	select HAVE_AT91_SMD
>  	select HAVE_AT91_USB_CLK
> @@ -50,7 +48,6 @@ config SOC_SAMA5D4
>  	depends on ARCH_MULTI_V7
>  	select SOC_SAMA5
>  	select CACHE_L2X0
> -	select HAVE_FB_ATMEL
>  	select HAVE_AT91_UTMI
>  	select HAVE_AT91_SMD
>  	select HAVE_AT91_USB_CLK
> -- 
> 2.17.1
> 

_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM
  2019-03-29 13:05 ` Ludovic Desroches
@ 2019-03-29 13:21   ` Ludovic Desroches
  0 siblings, 0 replies; 4+ messages in thread
From: Ludovic Desroches @ 2019-03-29 13:21 UTC (permalink / raw)
  To: Nicolas Ferre, Alexandre Belloni, Claudiu Beznea, linux-kernel,
	linux-arm-kernel

On Fri, Mar 29, 2019 at 02:05:38PM +0100, Ludovic Desroches wrote:
> On Thu, Mar 28, 2019 at 04:33:07PM +0100, Nicolas Ferre wrote:
> > SAMA5 devices use the newer DRM driver for LCD. They don't need
> > the older FB driver: remove the Kconfig option for them.
> > 
> > Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>
> Acked-by: Ludovic Desroches <ludovic.desroches@microchip.com> 
> 
> CONFIG_FB_ATMEL should be removed from at91_dt_defconfig. Do you want me
> to handle it?

Sorry for the noise, I confused at91_dt_defconfig and sama5_defconfig.
So nothing to do.

Ludovic

> 
> > ---
> >  arch/arm/mach-at91/Kconfig | 3 ---
> >  1 file changed, 3 deletions(-)
> > 
> > diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> > index 903f23c309df..01b1bdb4fb6e 100644
> > --- a/arch/arm/mach-at91/Kconfig
> > +++ b/arch/arm/mach-at91/Kconfig
> > @@ -21,7 +21,6 @@ config SOC_SAMA5D2
> >  	depends on ARCH_MULTI_V7
> >  	select SOC_SAMA5
> >  	select CACHE_L2X0
> > -	select HAVE_FB_ATMEL
> >  	select HAVE_AT91_UTMI
> >  	select HAVE_AT91_USB_CLK
> >  	select HAVE_AT91_H32MX
> > @@ -36,7 +35,6 @@ config SOC_SAMA5D3
> >  	bool "SAMA5D3 family"
> >  	depends on ARCH_MULTI_V7
> >  	select SOC_SAMA5
> > -	select HAVE_FB_ATMEL
> >  	select HAVE_AT91_UTMI
> >  	select HAVE_AT91_SMD
> >  	select HAVE_AT91_USB_CLK
> > @@ -50,7 +48,6 @@ config SOC_SAMA5D4
> >  	depends on ARCH_MULTI_V7
> >  	select SOC_SAMA5
> >  	select CACHE_L2X0
> > -	select HAVE_FB_ATMEL
> >  	select HAVE_AT91_UTMI
> >  	select HAVE_AT91_SMD
> >  	select HAVE_AT91_USB_CLK
> > -- 
> > 2.17.1
> > 

_______________________________________________
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] 4+ messages in thread

* Re: [PATCH] ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM
  2019-03-28 15:33 [PATCH] ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM Nicolas Ferre
  2019-03-29 13:05 ` Ludovic Desroches
@ 2019-04-08 11:48 ` Ludovic Desroches
  1 sibling, 0 replies; 4+ messages in thread
From: Ludovic Desroches @ 2019-04-08 11:48 UTC (permalink / raw)
  To: Nicolas Ferre
  Cc: Alexandre Belloni, Claudiu Beznea, linux-arm-kernel, linux-kernel

On Thu, Mar 28, 2019 at 04:33:07PM +0100, Nicolas Ferre wrote:
> SAMA5 devices use the newer DRM driver for LCD. They don't need
> the older FB driver: remove the Kconfig option for them.
> 
> Signed-off-by: Nicolas Ferre <nicolas.ferre@microchip.com>

Applied to at91-defconfig.

Thanks.

> ---
>  arch/arm/mach-at91/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
> 
> diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
> index 903f23c309df..01b1bdb4fb6e 100644
> --- a/arch/arm/mach-at91/Kconfig
> +++ b/arch/arm/mach-at91/Kconfig
> @@ -21,7 +21,6 @@ config SOC_SAMA5D2
>  	depends on ARCH_MULTI_V7
>  	select SOC_SAMA5
>  	select CACHE_L2X0
> -	select HAVE_FB_ATMEL
>  	select HAVE_AT91_UTMI
>  	select HAVE_AT91_USB_CLK
>  	select HAVE_AT91_H32MX
> @@ -36,7 +35,6 @@ config SOC_SAMA5D3
>  	bool "SAMA5D3 family"
>  	depends on ARCH_MULTI_V7
>  	select SOC_SAMA5
> -	select HAVE_FB_ATMEL
>  	select HAVE_AT91_UTMI
>  	select HAVE_AT91_SMD
>  	select HAVE_AT91_USB_CLK
> @@ -50,7 +48,6 @@ config SOC_SAMA5D4
>  	depends on ARCH_MULTI_V7
>  	select SOC_SAMA5
>  	select CACHE_L2X0
> -	select HAVE_FB_ATMEL
>  	select HAVE_AT91_UTMI
>  	select HAVE_AT91_SMD
>  	select HAVE_AT91_USB_CLK
> -- 
> 2.17.1
> 

_______________________________________________
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] 4+ messages in thread

end of thread, other threads:[~2019-04-08 11:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-28 15:33 [PATCH] ARM: at91: remove HAVE_FB_ATMEL for sama5 SoC as they use DRM Nicolas Ferre
2019-03-29 13:05 ` Ludovic Desroches
2019-03-29 13:21   ` Ludovic Desroches
2019-04-08 11:48 ` Ludovic Desroches

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