dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH
@ 2024-01-31 16:08 Geert Uytterhoeven
  2024-01-31 16:16 ` Javier Martinez Canillas
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Geert Uytterhoeven @ 2024-01-31 16:08 UTC (permalink / raw)
  To: Helge Deller
  Cc: linux-fbdev, Arnd Bergmann, Geert Uytterhoeven, linux-sh,
	dri-devel, linux-renesas-soc

Since commit f402f7a02af6956d ("staging: board: Remove Armadillo-800-EVA
board staging code"), there are no more users of the legacy SuperH
Mobile LCDC framebuffer driver on Renesas ARM platforms.  All former
users on these platforms have been converted to the SH-Mobile DRM
driver, using DT.

Suggested-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
Commit f402f7a02af6956d is in staging-next (next-20240129 and later).
---
 drivers/video/fbdev/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
index 2d0bcc1d786e50bb..b688900bb67eed55 100644
--- a/drivers/video/fbdev/Kconfig
+++ b/drivers/video/fbdev/Kconfig
@@ -1554,7 +1554,7 @@ config FB_FSL_DIU
 config FB_SH_MOBILE_LCDC
 	tristate "SuperH Mobile LCDC framebuffer support"
 	depends on FB && HAVE_CLK && HAS_IOMEM
-	depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
+	depends on SUPERH || COMPILE_TEST
 	depends on FB_DEVICE
 	select FB_BACKLIGHT
 	select FB_DEFERRED_IO
-- 
2.34.1


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

* Re: [PATCH] fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH
  2024-01-31 16:08 [PATCH] fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH Geert Uytterhoeven
@ 2024-01-31 16:16 ` Javier Martinez Canillas
  2024-01-31 16:34 ` Wolfram Sang
  2024-01-31 19:32 ` Helge Deller
  2 siblings, 0 replies; 4+ messages in thread
From: Javier Martinez Canillas @ 2024-01-31 16:16 UTC (permalink / raw)
  To: Geert Uytterhoeven, Helge Deller
  Cc: linux-fbdev, Arnd Bergmann, Geert Uytterhoeven, linux-sh,
	dri-devel, linux-renesas-soc

Geert Uytterhoeven <geert+renesas@glider.be> writes:

Hello Geert,

> Since commit f402f7a02af6956d ("staging: board: Remove Armadillo-800-EVA
> board staging code"), there are no more users of the legacy SuperH
> Mobile LCDC framebuffer driver on Renesas ARM platforms.  All former
> users on these platforms have been converted to the SH-Mobile DRM
> driver, using DT.
>
> Suggested-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Commit f402f7a02af6956d is in staging-next (next-20240129 and later).
> ---

Makes senes to me.

Acked-by: Javier Martinez Canillas <javierm@redhat.com>

-- 
Best regards,

Javier Martinez Canillas
Core Platforms
Red Hat


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

* Re: [PATCH] fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH
  2024-01-31 16:08 [PATCH] fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH Geert Uytterhoeven
  2024-01-31 16:16 ` Javier Martinez Canillas
@ 2024-01-31 16:34 ` Wolfram Sang
  2024-01-31 19:32 ` Helge Deller
  2 siblings, 0 replies; 4+ messages in thread
From: Wolfram Sang @ 2024-01-31 16:34 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-fbdev, Arnd Bergmann, linux-sh, Helge Deller, dri-devel,
	linux-renesas-soc

[-- Attachment #1: Type: text/plain, Size: 557 bytes --]

On Wed, Jan 31, 2024 at 05:08:23PM +0100, Geert Uytterhoeven wrote:
> Since commit f402f7a02af6956d ("staging: board: Remove Armadillo-800-EVA
> board staging code"), there are no more users of the legacy SuperH
> Mobile LCDC framebuffer driver on Renesas ARM platforms.  All former
> users on these platforms have been converted to the SH-Mobile DRM
> driver, using DT.
> 
> Suggested-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Wolfram Sang <wsa+renesas@sang-engineering.com>


[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

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

* Re: [PATCH] fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH
  2024-01-31 16:08 [PATCH] fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH Geert Uytterhoeven
  2024-01-31 16:16 ` Javier Martinez Canillas
  2024-01-31 16:34 ` Wolfram Sang
@ 2024-01-31 19:32 ` Helge Deller
  2 siblings, 0 replies; 4+ messages in thread
From: Helge Deller @ 2024-01-31 19:32 UTC (permalink / raw)
  To: Geert Uytterhoeven
  Cc: linux-renesas-soc, linux-fbdev, dri-devel, Arnd Bergmann, linux-sh

On 1/31/24 17:08, Geert Uytterhoeven wrote:
> Since commit f402f7a02af6956d ("staging: board: Remove Armadillo-800-EVA
> board staging code"), there are no more users of the legacy SuperH
> Mobile LCDC framebuffer driver on Renesas ARM platforms.  All former
> users on these platforms have been converted to the SH-Mobile DRM
> driver, using DT.
>
> Suggested-by: Arnd Bergmann <arnd@arndb.de>
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
> ---
> Commit f402f7a02af6956d is in staging-next (next-20240129 and later).

applied to fbdev git tree.

Thanks!
Helge


> ---
>   drivers/video/fbdev/Kconfig | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig
> index 2d0bcc1d786e50bb..b688900bb67eed55 100644
> --- a/drivers/video/fbdev/Kconfig
> +++ b/drivers/video/fbdev/Kconfig
> @@ -1554,7 +1554,7 @@ config FB_FSL_DIU
>   config FB_SH_MOBILE_LCDC
>   	tristate "SuperH Mobile LCDC framebuffer support"
>   	depends on FB && HAVE_CLK && HAS_IOMEM
> -	depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
> +	depends on SUPERH || COMPILE_TEST
>   	depends on FB_DEVICE
>   	select FB_BACKLIGHT
>   	select FB_DEFERRED_IO


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

end of thread, other threads:[~2024-01-31 19:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-01-31 16:08 [PATCH] fbdev: Restrict FB_SH_MOBILE_LCDC to SuperH Geert Uytterhoeven
2024-01-31 16:16 ` Javier Martinez Canillas
2024-01-31 16:34 ` Wolfram Sang
2024-01-31 19:32 ` Helge Deller

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