linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: omap2plus_defconfig: drop unused POWER_AVS option
@ 2020-11-30 12:42 Andrey Zhizhikin
  2020-11-30 12:56 ` Krzysztof Kozlowski
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Andrey Zhizhikin @ 2020-11-30 12:42 UTC (permalink / raw)
  To: krzk, tony, linux, linux-omap, linux-arm-kernel, linux-kernel
  Cc: Nishanth Menon, Andrey Zhizhikin, Ulf Hansson

Commit 785b5bb41b0a ("PM: AVS: Drop the avs directory and the
corresponding Kconfig") moved AVS code to SOC-specific folders, and
removed corresponding Kconfig from drivers/power, leaving original
POWER_AVS config option enabled in omap2plus_defconfig file.

Remove the option, which has no references in the tree anymore.

Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig")
Cc: Nishanth Menon <nm@ti.com>
Cc: Ulf Hansson <ulf.hansson@linaro.org>
Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
---
 arch/arm/configs/omap2plus_defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
index 34793aabdb65..de3b7813a1ce 100644
--- a/arch/arm/configs/omap2plus_defconfig
+++ b/arch/arm/configs/omap2plus_defconfig
@@ -297,7 +297,6 @@ CONFIG_GPIO_TWL4030=y
 CONFIG_W1=m
 CONFIG_HDQ_MASTER_OMAP=m
 CONFIG_W1_SLAVE_DS250X=m
-CONFIG_POWER_AVS=y
 CONFIG_POWER_RESET=y
 CONFIG_POWER_RESET_GPIO=y
 CONFIG_BATTERY_BQ27XXX=m
-- 
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: omap2plus_defconfig: drop unused POWER_AVS option
  2020-11-30 12:42 [PATCH] ARM: omap2plus_defconfig: drop unused POWER_AVS option Andrey Zhizhikin
@ 2020-11-30 12:56 ` Krzysztof Kozlowski
  2020-11-30 13:21 ` Nishanth Menon
  2020-12-01  7:30 ` Tony Lindgren
  2 siblings, 0 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2020-11-30 12:56 UTC (permalink / raw)
  To: Andrey Zhizhikin
  Cc: Nishanth Menon, Ulf Hansson, tony, linux, linux-kernel,
	linux-omap, linux-arm-kernel

On Mon, Nov 30, 2020 at 12:42:33PM +0000, Andrey Zhizhikin wrote:
> Commit 785b5bb41b0a ("PM: AVS: Drop the avs directory and the
> corresponding Kconfig") moved AVS code to SOC-specific folders, and
> removed corresponding Kconfig from drivers/power, leaving original
> POWER_AVS config option enabled in omap2plus_defconfig file.
> 
> Remove the option, which has no references in the tree anymore.
> 
> Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig")
> Cc: Nishanth Menon <nm@ti.com>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>

I thought you will squash it with multi_v7, but it's fine this way.

Reviewed-by: Krzysztof Kozlowski <krzk@kernel.org>

Best regards,
Krzysztof

_______________________________________________
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: omap2plus_defconfig: drop unused POWER_AVS option
  2020-11-30 12:42 [PATCH] ARM: omap2plus_defconfig: drop unused POWER_AVS option Andrey Zhizhikin
  2020-11-30 12:56 ` Krzysztof Kozlowski
@ 2020-11-30 13:21 ` Nishanth Menon
  2020-12-01  7:30 ` Tony Lindgren
  2 siblings, 0 replies; 4+ messages in thread
From: Nishanth Menon @ 2020-11-30 13:21 UTC (permalink / raw)
  To: Andrey Zhizhikin
  Cc: Ulf Hansson, tony, linux-kernel, krzk, linux, tmlind, linux-omap,
	linux-arm-kernel

On 12:42-20201130, Andrey Zhizhikin wrote:
> Commit 785b5bb41b0a ("PM: AVS: Drop the avs directory and the
> corresponding Kconfig") moved AVS code to SOC-specific folders, and
> removed corresponding Kconfig from drivers/power, leaving original
> POWER_AVS config option enabled in omap2plus_defconfig file.
> 
> Remove the option, which has no references in the tree anymore.
> 
> Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig")
> Cc: Nishanth Menon <nm@ti.com>
> Cc: Ulf Hansson <ulf.hansson@linaro.org>
> Signed-off-by: Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com>
> ---
>  arch/arm/configs/omap2plus_defconfig | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/arch/arm/configs/omap2plus_defconfig b/arch/arm/configs/omap2plus_defconfig
> index 34793aabdb65..de3b7813a1ce 100644
> --- a/arch/arm/configs/omap2plus_defconfig
> +++ b/arch/arm/configs/omap2plus_defconfig
> @@ -297,7 +297,6 @@ CONFIG_GPIO_TWL4030=y
>  CONFIG_W1=m
>  CONFIG_HDQ_MASTER_OMAP=m
>  CONFIG_W1_SLAVE_DS250X=m
> -CONFIG_POWER_AVS=y
>  CONFIG_POWER_RESET=y
>  CONFIG_POWER_RESET_GPIO=y
>  CONFIG_BATTERY_BQ27XXX=m
> -- 
> 2.17.1
> 

Reviewed-by: Nishanth Menon <nm@ti.com>


-- 
Regards,
Nishanth Menon
Key (0xDDB5849D1736249D) / Fingerprint: F8A2 8693 54EB 8232 17A3  1A34 DDB5 849D 1736 249D

_______________________________________________
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: omap2plus_defconfig: drop unused POWER_AVS option
  2020-11-30 12:42 [PATCH] ARM: omap2plus_defconfig: drop unused POWER_AVS option Andrey Zhizhikin
  2020-11-30 12:56 ` Krzysztof Kozlowski
  2020-11-30 13:21 ` Nishanth Menon
@ 2020-12-01  7:30 ` Tony Lindgren
  2 siblings, 0 replies; 4+ messages in thread
From: Tony Lindgren @ 2020-12-01  7:30 UTC (permalink / raw)
  To: Andrey Zhizhikin
  Cc: Nishanth Menon, Ulf Hansson, linux, krzk, linux-kernel,
	linux-omap, linux-arm-kernel

* Andrey Zhizhikin <andrey.zhizhikin@leica-geosystems.com> [201130 14:43]:
> Commit 785b5bb41b0a ("PM: AVS: Drop the avs directory and the
> corresponding Kconfig") moved AVS code to SOC-specific folders, and
> removed corresponding Kconfig from drivers/power, leaving original
> POWER_AVS config option enabled in omap2plus_defconfig file.
> 
> Remove the option, which has no references in the tree anymore.
> 
> Fixes: 785b5bb41b0a ("PM: AVS: Drop the avs directory and the corresponding Kconfig")

Applying into omap-for-v5.11/defconfig-take2 thanks.

Regards,

Tony

_______________________________________________
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:[~2020-12-01  7:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-30 12:42 [PATCH] ARM: omap2plus_defconfig: drop unused POWER_AVS option Andrey Zhizhikin
2020-11-30 12:56 ` Krzysztof Kozlowski
2020-11-30 13:21 ` Nishanth Menon
2020-12-01  7:30 ` Tony Lindgren

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