All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] ARM: shmobile: Disable CONFIG_FB_SH_MOBILE_MERAM
@ 2018-04-20 13:15 Geert Uytterhoeven
  2018-04-20 13:15 ` [PATCH 1/2] ARM: shmobile: defconfig: " Geert Uytterhoeven
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-04-20 13:15 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Laurent Pinchart, linux-renesas-soc, Geert Uytterhoeven

	Hi Simon, Magnus,

The last Renesas ARM platform using this driver was removed in commit
a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C board
code"), hence CONFIG_FB_SH_MOBILE_MERAM can be disabled.

Thanks!

Geert Uytterhoeven (2):
  ARM: shmobile: defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM
  ARM: multi_v7_defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM

 arch/arm/configs/multi_v7_defconfig | 1 -
 arch/arm/configs/shmobile_defconfig | 1 -
 2 files changed, 2 deletions(-)

-- 
2.7.4

Gr{oetje,eeting}s,

						Geert

--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org

In personal conversations with technical people, I call myself a hacker. But
when I'm talking to journalists I just say "programmer" or something like that.
							    -- Linus Torvalds

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

* [PATCH 1/2] ARM: shmobile: defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM
  2018-04-20 13:15 [PATCH 0/2] ARM: shmobile: Disable CONFIG_FB_SH_MOBILE_MERAM Geert Uytterhoeven
@ 2018-04-20 13:15 ` Geert Uytterhoeven
  2018-04-20 13:15 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Geert Uytterhoeven
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-04-20 13:15 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Laurent Pinchart, linux-renesas-soc, Geert Uytterhoeven

The last Renesas ARM platform using this driver was removed in commit
a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C board
code").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/configs/shmobile_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig
index 90a471ad975cdd62..b49887e86a3d82ea 100644
--- a/arch/arm/configs/shmobile_defconfig
+++ b/arch/arm/configs/shmobile_defconfig
@@ -158,7 +158,6 @@ CONFIG_DRM_DUMB_VGA_DAC=y
 CONFIG_DRM_I2C_ADV7511=y
 CONFIG_DRM_I2C_ADV7511_AUDIO=y
 CONFIG_FB_SH_MOBILE_LCDC=y
-CONFIG_FB_SH_MOBILE_MERAM=y
 # CONFIG_LCD_CLASS_DEVICE is not set
 # CONFIG_BACKLIGHT_GENERIC is not set
 CONFIG_BACKLIGHT_PWM=y
-- 
2.7.4

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

* [PATCH 2/2] ARM: multi_v7_defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM
  2018-04-20 13:15 [PATCH 0/2] ARM: shmobile: Disable CONFIG_FB_SH_MOBILE_MERAM Geert Uytterhoeven
  2018-04-20 13:15 ` [PATCH 1/2] ARM: shmobile: defconfig: " Geert Uytterhoeven
@ 2018-04-20 13:15 ` Geert Uytterhoeven
  2018-04-20 13:22 ` [PATCH 0/2] ARM: shmobile: " Laurent Pinchart
  2018-04-23 10:49 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Geert Uytterhoeven @ 2018-04-20 13:15 UTC (permalink / raw)
  To: Simon Horman, Magnus Damm
  Cc: Laurent Pinchart, linux-renesas-soc, Geert Uytterhoeven

The last Renesas ARM platform using this driver was removed in commit
a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C board
code").

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
 arch/arm/configs/multi_v7_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
index be1f043f4deea94b..aca866286498c09d 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -653,7 +653,6 @@ CONFIG_FB_EFI=y
 CONFIG_FB_WM8505=y
 CONFIG_FB_SH_MOBILE_LCDC=y
 CONFIG_FB_SIMPLE=y
-CONFIG_FB_SH_MOBILE_MERAM=y
 CONFIG_BACKLIGHT_LCD_SUPPORT=y
 CONFIG_BACKLIGHT_CLASS_DEVICE=y
 CONFIG_LCD_PLATFORM=m
-- 
2.7.4

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

* Re: [PATCH 0/2] ARM: shmobile: Disable CONFIG_FB_SH_MOBILE_MERAM
  2018-04-20 13:15 [PATCH 0/2] ARM: shmobile: Disable CONFIG_FB_SH_MOBILE_MERAM Geert Uytterhoeven
  2018-04-20 13:15 ` [PATCH 1/2] ARM: shmobile: defconfig: " Geert Uytterhoeven
  2018-04-20 13:15 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Geert Uytterhoeven
@ 2018-04-20 13:22 ` Laurent Pinchart
  2018-04-23 10:49 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Laurent Pinchart @ 2018-04-20 13:22 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Simon Horman, Magnus Damm, linux-renesas-soc

Hi Geert,

Thank you for the patches.

For the whole series,

Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>

On Friday, 20 April 2018 16:15:39 EEST Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> The last Renesas ARM platform using this driver was removed in commit
> a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C board
> code"), hence CONFIG_FB_SH_MOBILE_MERAM can be disabled.
> 
> Thanks!
> 
> Geert Uytterhoeven (2):
>   ARM: shmobile: defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM
>   ARM: multi_v7_defconfig: Disable CONFIG_FB_SH_MOBILE_MERAM
> 
>  arch/arm/configs/multi_v7_defconfig | 1 -
>  arch/arm/configs/shmobile_defconfig | 1 -
>  2 files changed, 2 deletions(-)


-- 
Regards,

Laurent Pinchart

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

* Re: [PATCH 0/2] ARM: shmobile: Disable CONFIG_FB_SH_MOBILE_MERAM
  2018-04-20 13:15 [PATCH 0/2] ARM: shmobile: Disable CONFIG_FB_SH_MOBILE_MERAM Geert Uytterhoeven
                   ` (2 preceding siblings ...)
  2018-04-20 13:22 ` [PATCH 0/2] ARM: shmobile: " Laurent Pinchart
@ 2018-04-23 10:49 ` Simon Horman
  3 siblings, 0 replies; 5+ messages in thread
From: Simon Horman @ 2018-04-23 10:49 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, Laurent Pinchart, linux-renesas-soc

On Fri, Apr 20, 2018 at 03:15:39PM +0200, Geert Uytterhoeven wrote:
> 	Hi Simon, Magnus,
> 
> The last Renesas ARM platform using this driver was removed in commit
> a521422ea4ae6128 ("ARM: shmobile: mackerel: Remove Legacy C board
> code"), hence CONFIG_FB_SH_MOBILE_MERAM can be disabled.
> 
> Thanks!

Thanks, applied.

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

end of thread, other threads:[~2018-04-23 10:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-20 13:15 [PATCH 0/2] ARM: shmobile: Disable CONFIG_FB_SH_MOBILE_MERAM Geert Uytterhoeven
2018-04-20 13:15 ` [PATCH 1/2] ARM: shmobile: defconfig: " Geert Uytterhoeven
2018-04-20 13:15 ` [PATCH 2/2] ARM: multi_v7_defconfig: " Geert Uytterhoeven
2018-04-20 13:22 ` [PATCH 0/2] ARM: shmobile: " Laurent Pinchart
2018-04-23 10:49 ` Simon Horman

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.