linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: configs: Remove REGULATOR_USERSPACE_CONSUMER
@ 2021-04-01 10:28 Mark Brown
  2021-04-01 12:50 ` Daniel Mack
  2021-04-01 21:06 ` Arnd Bergmann
  0 siblings, 2 replies; 3+ messages in thread
From: Mark Brown @ 2021-04-01 10:28 UTC (permalink / raw)
  To: Daniel Mack, Haojian Zhuang, Robert Jarzmik
  Cc: soc, linux-arm-kernel, Mark Brown

The userspace consumer is a development tool, not intended for producton
systems and so should not be present in defconfigs especially not those
for specific machines so is not a good fit for defconfig, remove it from
those defconfigs where it is enabled. No system in mainline actually
instantiates one.

Signed-off-by: Mark Brown <broonie@kernel.org>
---
 arch/arm/configs/ezx_defconfig    | 1 -
 arch/arm/configs/imote2_defconfig | 1 -
 arch/arm/configs/pxa_defconfig    | 1 -
 3 files changed, 3 deletions(-)

diff --git a/arch/arm/configs/ezx_defconfig b/arch/arm/configs/ezx_defconfig
index 81665b7abf83..a49e699e52de 100644
--- a/arch/arm/configs/ezx_defconfig
+++ b/arch/arm/configs/ezx_defconfig
@@ -213,7 +213,6 @@ CONFIG_POWER_SUPPLY=y
 CONFIG_EZX_PCAP=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DEBUG=y
-CONFIG_REGULATOR_USERSPACE_CONSUMER=y
 CONFIG_REGULATOR_PCAP=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_VIDEO_DEV=y
diff --git a/arch/arm/configs/imote2_defconfig b/arch/arm/configs/imote2_defconfig
index ae15a2a33802..118c4c927f26 100644
--- a/arch/arm/configs/imote2_defconfig
+++ b/arch/arm/configs/imote2_defconfig
@@ -194,7 +194,6 @@ CONFIG_POWER_SUPPLY=y
 CONFIG_PMIC_DA903X=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DEBUG=y
-CONFIG_REGULATOR_USERSPACE_CONSUMER=y
 CONFIG_REGULATOR_DA903X=y
 CONFIG_MEDIA_SUPPORT=y
 CONFIG_VIDEO_DEV=y
diff --git a/arch/arm/configs/pxa_defconfig b/arch/arm/configs/pxa_defconfig
index bd7dd81c9c54..875a3c28a267 100644
--- a/arch/arm/configs/pxa_defconfig
+++ b/arch/arm/configs/pxa_defconfig
@@ -415,7 +415,6 @@ CONFIG_MFD_TC6393XB=y
 CONFIG_REGULATOR=y
 CONFIG_REGULATOR_DEBUG=y
 CONFIG_REGULATOR_FIXED_VOLTAGE=m
-CONFIG_REGULATOR_USERSPACE_CONSUMER=m
 CONFIG_REGULATOR_ACT8865=m
 CONFIG_REGULATOR_AS3711=m
 CONFIG_REGULATOR_AXP20X=m
-- 
2.20.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: configs: Remove REGULATOR_USERSPACE_CONSUMER
  2021-04-01 10:28 [PATCH] ARM: configs: Remove REGULATOR_USERSPACE_CONSUMER Mark Brown
@ 2021-04-01 12:50 ` Daniel Mack
  2021-04-01 21:06 ` Arnd Bergmann
  1 sibling, 0 replies; 3+ messages in thread
From: Daniel Mack @ 2021-04-01 12:50 UTC (permalink / raw)
  To: Mark Brown, Haojian Zhuang, Robert Jarzmik; +Cc: soc, linux-arm-kernel

On 4/1/21 12:28 PM, Mark Brown wrote:
> The userspace consumer is a development tool, not intended for producton
> systems and so should not be present in defconfigs especially not those
> for specific machines so is not a good fit for defconfig, remove it from
> those defconfigs where it is enabled. No system in mainline actually
> instantiates one.
> 
> Signed-off-by: Mark Brown <broonie@kernel.org>
> ---
>  arch/arm/configs/ezx_defconfig    | 1 -
>  arch/arm/configs/imote2_defconfig | 1 -
>  arch/arm/configs/pxa_defconfig    | 1 -

Acked-by: Daniel Mack <daniel@zonque.org>



>  3 files changed, 3 deletions(-)
> 
> diff --git a/arch/arm/configs/ezx_defconfig b/arch/arm/configs/ezx_defconfig
> index 81665b7abf83..a49e699e52de 100644
> --- a/arch/arm/configs/ezx_defconfig
> +++ b/arch/arm/configs/ezx_defconfig
> @@ -213,7 +213,6 @@ CONFIG_POWER_SUPPLY=y
>  CONFIG_EZX_PCAP=y
>  CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_DEBUG=y
> -CONFIG_REGULATOR_USERSPACE_CONSUMER=y
>  CONFIG_REGULATOR_PCAP=y
>  CONFIG_MEDIA_SUPPORT=y
>  CONFIG_VIDEO_DEV=y
> diff --git a/arch/arm/configs/imote2_defconfig b/arch/arm/configs/imote2_defconfig
> index ae15a2a33802..118c4c927f26 100644
> --- a/arch/arm/configs/imote2_defconfig
> +++ b/arch/arm/configs/imote2_defconfig
> @@ -194,7 +194,6 @@ CONFIG_POWER_SUPPLY=y
>  CONFIG_PMIC_DA903X=y
>  CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_DEBUG=y
> -CONFIG_REGULATOR_USERSPACE_CONSUMER=y
>  CONFIG_REGULATOR_DA903X=y
>  CONFIG_MEDIA_SUPPORT=y
>  CONFIG_VIDEO_DEV=y
> diff --git a/arch/arm/configs/pxa_defconfig b/arch/arm/configs/pxa_defconfig
> index bd7dd81c9c54..875a3c28a267 100644
> --- a/arch/arm/configs/pxa_defconfig
> +++ b/arch/arm/configs/pxa_defconfig
> @@ -415,7 +415,6 @@ CONFIG_MFD_TC6393XB=y
>  CONFIG_REGULATOR=y
>  CONFIG_REGULATOR_DEBUG=y
>  CONFIG_REGULATOR_FIXED_VOLTAGE=m
> -CONFIG_REGULATOR_USERSPACE_CONSUMER=m
>  CONFIG_REGULATOR_ACT8865=m
>  CONFIG_REGULATOR_AS3711=m
>  CONFIG_REGULATOR_AXP20X=m
> 


_______________________________________________
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: configs: Remove REGULATOR_USERSPACE_CONSUMER
  2021-04-01 10:28 [PATCH] ARM: configs: Remove REGULATOR_USERSPACE_CONSUMER Mark Brown
  2021-04-01 12:50 ` Daniel Mack
@ 2021-04-01 21:06 ` Arnd Bergmann
  1 sibling, 0 replies; 3+ messages in thread
From: Arnd Bergmann @ 2021-04-01 21:06 UTC (permalink / raw)
  To: Daniel Mack, Haojian Zhuang, Mark Brown, Robert Jarzmik
  Cc: Arnd Bergmann, soc, linux-arm-kernel

From: Arnd Bergmann <arnd@arndb.de>

On Thu, 1 Apr 2021 11:28:58 +0100, Mark Brown wrote:
> The userspace consumer is a development tool, not intended for producton
> systems and so should not be present in defconfigs especially not those
> for specific machines so is not a good fit for defconfig, remove it from
> those defconfigs where it is enabled. No system in mainline actually
> instantiates one.

Applied to arm/defconfig, thanks!

[1/1] ARM: configs: Remove REGULATOR_USERSPACE_CONSUMER
      commit: 797e1491b8df16eb666ec12f7a49515f12515c37

       Arnd

_______________________________________________
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:[~2021-04-01 21:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-04-01 10:28 [PATCH] ARM: configs: Remove REGULATOR_USERSPACE_CONSUMER Mark Brown
2021-04-01 12:50 ` Daniel Mack
2021-04-01 21:06 ` Arnd Bergmann

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