linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: multi_v7_defconfig: Disable board staging
@ 2024-01-22 14:28 Geert Uytterhoeven
  2024-01-22 15:30 ` Niklas Söderlund
  2024-01-23  9:50 ` Wolfram Sang
  0 siblings, 2 replies; 3+ messages in thread
From: Geert Uytterhoeven @ 2024-01-22 14:28 UTC (permalink / raw)
  To: Magnus Damm; +Cc: linux-renesas-soc, linux-arm-kernel, Geert Uytterhoeven

After the DT conversion the SH-Mobile and Armadillo-800-EVA display
support, and the removal of the EMMA Mobile USB Gadget staging driver,
there is no longer a need to enable support for board staging drivers.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
---
To be queued in renesas-devel for v6.9.

EMMA Mobile USB Gadget staging driver removal submitted in "[PATCH v2
0/4] staging: Remove EMMA Mobile USB Gadget and board staging support"
https://lore.kernel.org/r/eec1bfb2878237888a8c3bc866d18dc53900739f.1705932585.git.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 ecb3e286107a4c1a..4299f8f8aa9b6b40 100644
--- a/arch/arm/configs/multi_v7_defconfig
+++ b/arch/arm/configs/multi_v7_defconfig
@@ -1047,7 +1047,6 @@ CONFIG_KEYBOARD_NVEC=y
 CONFIG_SERIO_NVEC_PS2=y
 CONFIG_NVEC_POWER=y
 CONFIG_NVEC_PAZ00=y
-CONFIG_STAGING_BOARD=y
 CONFIG_CHROME_PLATFORMS=y
 CONFIG_CROS_EC=m
 CONFIG_CROS_EC_I2C=m
-- 
2.34.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] 3+ messages in thread

* Re: [PATCH] ARM: multi_v7_defconfig: Disable board staging
  2024-01-22 14:28 [PATCH] ARM: multi_v7_defconfig: Disable board staging Geert Uytterhoeven
@ 2024-01-22 15:30 ` Niklas Söderlund
  2024-01-23  9:50 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Niklas Söderlund @ 2024-01-22 15:30 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, linux-renesas-soc, linux-arm-kernel

Hi Geert,

Thanks for your patch.

On 2024-01-22 15:28:59 +0100, Geert Uytterhoeven wrote:
> After the DT conversion the SH-Mobile and Armadillo-800-EVA display
> support, and the removal of the EMMA Mobile USB Gadget staging driver,
> there is no longer a need to enable support for board staging drivers.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Reviewed-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>

> ---
> To be queued in renesas-devel for v6.9.
> 
> EMMA Mobile USB Gadget staging driver removal submitted in "[PATCH v2
> 0/4] staging: Remove EMMA Mobile USB Gadget and board staging support"
> https://lore.kernel.org/r/eec1bfb2878237888a8c3bc866d18dc53900739f.1705932585.git.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 ecb3e286107a4c1a..4299f8f8aa9b6b40 100644
> --- a/arch/arm/configs/multi_v7_defconfig
> +++ b/arch/arm/configs/multi_v7_defconfig
> @@ -1047,7 +1047,6 @@ CONFIG_KEYBOARD_NVEC=y
>  CONFIG_SERIO_NVEC_PS2=y
>  CONFIG_NVEC_POWER=y
>  CONFIG_NVEC_PAZ00=y
> -CONFIG_STAGING_BOARD=y
>  CONFIG_CHROME_PLATFORMS=y
>  CONFIG_CROS_EC=m
>  CONFIG_CROS_EC_I2C=m
> -- 
> 2.34.1
> 
> 

-- 
Kind Regards,
Niklas Söderlund

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

* Re: [PATCH] ARM: multi_v7_defconfig: Disable board staging
  2024-01-22 14:28 [PATCH] ARM: multi_v7_defconfig: Disable board staging Geert Uytterhoeven
  2024-01-22 15:30 ` Niklas Söderlund
@ 2024-01-23  9:50 ` Wolfram Sang
  1 sibling, 0 replies; 3+ messages in thread
From: Wolfram Sang @ 2024-01-23  9:50 UTC (permalink / raw)
  To: Geert Uytterhoeven; +Cc: Magnus Damm, linux-renesas-soc, linux-arm-kernel


[-- Attachment #1.1: Type: text/plain, Size: 433 bytes --]

On Mon, Jan 22, 2024 at 03:28:59PM +0100, Geert Uytterhoeven wrote:
> After the DT conversion the SH-Mobile and Armadillo-800-EVA display
> support, and the removal of the EMMA Mobile USB Gadget staging driver,
> there is no longer a need to enable support for board staging drivers.
> 
> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>

Hooray! \o/

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


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

[-- Attachment #2: Type: text/plain, Size: 176 bytes --]

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

end of thread, other threads:[~2024-01-23  9:51 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-01-22 14:28 [PATCH] ARM: multi_v7_defconfig: Disable board staging Geert Uytterhoeven
2024-01-22 15:30 ` Niklas Söderlund
2024-01-23  9:50 ` Wolfram Sang

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