soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* RE: [PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config
       [not found] <20201130112731.30599-1-andrey.zhizhikin@leica-geosystems.com>
@ 2020-12-20 15:07 ` ZHIZHIKIN Andrey
  2020-12-20 15:07   ` ZHIZHIKIN Andrey
  2020-12-20 15:07   ` ZHIZHIKIN Andrey
  0 siblings, 2 replies; 3+ messages in thread
From: ZHIZHIKIN Andrey @ 2020-12-20 15:07 UTC (permalink / raw)
  To: catalin.marinas, will, bjorn.andersson, shawnguo, leoyang.li,
	vkoul, geert+renesas, Anson.Huang, michael, krzk, olof,
	linux-arm-kernel, linux-kernel, Arnd Bergmann, soc

Hello Arnd,

A while ago, I've submitted this series to clean-up the unused POWER_AVS config option, and
It looks like it did not land in anyone's tree until now.

Similar patch to clean-up the same option in omap2plus_defconfig has been already picked up
by Tony Lindgren and is already present in the linux-next tree, commit 0437141b4e22 ("ARM:
configs: drop unused BACKLIGHT_GENERIC option").

Series has been already reviewed by Krzysztof and Nishanth, but nobody seems to pick it up further.

Since at the time of sending this series, I was not aware that ARM SOC list should also be included
(same thing as for BACKLIGHT_GENERIC series [1]), I wanted to ask you if you can take care of this
series further as it does touch the multi config for arm32 and aarch64.

Or should I re-send the series with collected tags and include ARM SOC list (same as I did for 
BACKLIGHT_GENERIC [1])?

> -----Original Message-----
> From: ZHIZHIKIN Andrey <andrey.zhizhikin@leica-geosystems.com>
> Sent: Monday, November 30, 2020 12:27 PM
> To: catalin.marinas@arm.com; will@kernel.org; bjorn.andersson@linaro.org;
> shawnguo@kernel.org; leoyang.li@nxp.com; vkoul@kernel.org;
> geert+renesas@glider.be; Anson.Huang@nxp.com; michael@walle.cc;
> krzk@kernel.org; olof@lixom.net; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org
> Cc: ZHIZHIKIN Andrey <andrey.zhizhikin@leica-geosystems.com>
> Subject: [PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config
> 
> This series cleans up kernel config files, removing the unused POWER_AVS
> option.
> 
> It has been removed in commit 785b5bb41b0a ("PM: AVS: Drop the avs
> directory and the corresponding Kconfig"), from the tree and
> therefore should be removed frorm default config files delivered for ARM
> and ARM64 builds.
> 
> Andrey Zhizhikin (2):
>   arm64: defconfig: drop unused POWER_AVS option
>   ARM: multi_v7_defconfig: drop unused POWER_AVS option
> 
>  arch/arm/configs/multi_v7_defconfig | 1 -
>  arch/arm64/configs/defconfig        | 1 -
>  2 files changed, 2 deletions(-)
> 
> --
> 2.17.1

Link: [1]: https://lore.kernel.org/linux-arm-kernel/20201201222922.3183-1-andrey.zhizhikin@leica-geosystems.com/

-- Andrey


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

* RE: [PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config
  2020-12-20 15:07 ` [PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config ZHIZHIKIN Andrey
@ 2020-12-20 15:07   ` ZHIZHIKIN Andrey
  2020-12-20 15:07   ` ZHIZHIKIN Andrey
  1 sibling, 0 replies; 3+ messages in thread
From: ZHIZHIKIN Andrey @ 2020-12-20 15:07 UTC (permalink / raw)
  To: catalin.marinas, will, bjorn.andersson, shawnguo, leoyang.li,
	vkoul, geert+renesas, Anson.Huang, michael, krzk, olof,
	linux-arm-kernel, linux-kernel, Arnd Bergmann, soc

Hello Arnd,

A while ago, I've submitted this series to clean-up the unused POWER_AVS config option, and
It looks like it did not land in anyone's tree until now.

Similar patch to clean-up the same option in omap2plus_defconfig has been already picked up
by Tony Lindgren and is already present in the linux-next tree, commit 0437141b4e22 ("ARM:
configs: drop unused BACKLIGHT_GENERIC option").

Series has been already reviewed by Krzysztof and Nishanth, but nobody seems to pick it up further.

Since at the time of sending this series, I was not aware that ARM SOC list should also be included
(same thing as for BACKLIGHT_GENERIC series [1]), I wanted to ask you if you can take care of this
series further as it does touch the multi config for arm32 and aarch64.

Or should I re-send the series with collected tags and include ARM SOC list (same as I did for 
BACKLIGHT_GENERIC [1])?

> -----Original Message-----
> From: ZHIZHIKIN Andrey <andrey.zhizhikin@leica-geosystems.com>
> Sent: Monday, November 30, 2020 12:27 PM
> To: catalin.marinas@arm.com; will@kernel.org; bjorn.andersson@linaro.org;
> shawnguo@kernel.org; leoyang.li@nxp.com; vkoul@kernel.org;
> geert+renesas@glider.be; Anson.Huang@nxp.com; michael@walle.cc;
> krzk@kernel.org; olof@lixom.net; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org
> Cc: ZHIZHIKIN Andrey <andrey.zhizhikin@leica-geosystems.com>
> Subject: [PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config
> 
> This series cleans up kernel config files, removing the unused POWER_AVS
> option.
> 
> It has been removed in commit 785b5bb41b0a ("PM: AVS: Drop the avs
> directory and the corresponding Kconfig"), from the tree and
> therefore should be removed frorm default config files delivered for ARM
> and ARM64 builds.
> 
> Andrey Zhizhikin (2):
>   arm64: defconfig: drop unused POWER_AVS option
>   ARM: multi_v7_defconfig: drop unused POWER_AVS option
> 
>  arch/arm/configs/multi_v7_defconfig | 1 -
>  arch/arm64/configs/defconfig        | 1 -
>  2 files changed, 2 deletions(-)
> 
> --
> 2.17.1

Link: [1]: https://lore.kernel.org/linux-arm-kernel/20201201222922.3183-1-andrey.zhizhikin@leica-geosystems.com/

-- Andrey


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

* RE: [PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config
  2020-12-20 15:07 ` [PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config ZHIZHIKIN Andrey
  2020-12-20 15:07   ` ZHIZHIKIN Andrey
@ 2020-12-20 15:07   ` ZHIZHIKIN Andrey
  1 sibling, 0 replies; 3+ messages in thread
From: ZHIZHIKIN Andrey @ 2020-12-20 15:07 UTC (permalink / raw)
  To: catalin.marinas, will, bjorn.andersson, shawnguo, leoyang.li,
	vkoul, geert+renesas, Anson.Huang, michael, krzk, olof,
	linux-arm-kernel, linux-kernel, Arnd Bergmann, soc

Hello Arnd,

A while ago, I've submitted this series to clean-up the unused POWER_AVS config option, and
It looks like it did not land in anyone's tree until now.

Similar patch to clean-up the same option in omap2plus_defconfig has been already picked up
by Tony Lindgren and is already present in the linux-next tree, commit 0437141b4e22 ("ARM:
configs: drop unused BACKLIGHT_GENERIC option").

Series has been already reviewed by Krzysztof and Nishanth, but nobody seems to pick it up further.

Since at the time of sending this series, I was not aware that ARM SOC list should also be included
(same thing as for BACKLIGHT_GENERIC series [1]), I wanted to ask you if you can take care of this
series further as it does touch the multi config for arm32 and aarch64.

Or should I re-send the series with collected tags and include ARM SOC list (same as I did for 
BACKLIGHT_GENERIC [1])?

> -----Original Message-----
> From: ZHIZHIKIN Andrey <andrey.zhizhikin@leica-geosystems.com>
> Sent: Monday, November 30, 2020 12:27 PM
> To: catalin.marinas@arm.com; will@kernel.org; bjorn.andersson@linaro.org;
> shawnguo@kernel.org; leoyang.li@nxp.com; vkoul@kernel.org;
> geert+renesas@glider.be; Anson.Huang@nxp.com; michael@walle.cc;
> krzk@kernel.org; olof@lixom.net; linux-arm-kernel@lists.infradead.org; linux-
> kernel@vger.kernel.org
> Cc: ZHIZHIKIN Andrey <andrey.zhizhikin@leica-geosystems.com>
> Subject: [PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config
> 
> This series cleans up kernel config files, removing the unused POWER_AVS
> option.
> 
> It has been removed in commit 785b5bb41b0a ("PM: AVS: Drop the avs
> directory and the corresponding Kconfig"), from the tree and
> therefore should be removed frorm default config files delivered for ARM
> and ARM64 builds.
> 
> Andrey Zhizhikin (2):
>   arm64: defconfig: drop unused POWER_AVS option
>   ARM: multi_v7_defconfig: drop unused POWER_AVS option
> 
>  arch/arm/configs/multi_v7_defconfig | 1 -
>  arch/arm64/configs/defconfig        | 1 -
>  2 files changed, 2 deletions(-)
> 
> --
> 2.17.1

Link: [1]: https://lore.kernel.org/linux-arm-kernel/20201201222922.3183-1-andrey.zhizhikin@leica-geosystems.com/

-- Andrey

_______________________________________________
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:[~2020-12-20 15:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <20201130112731.30599-1-andrey.zhizhikin@leica-geosystems.com>
2020-12-20 15:07 ` [PATCH 0/2] drop unused POWER_AVS option for ARM/ARM64 config ZHIZHIKIN Andrey
2020-12-20 15:07   ` ZHIZHIKIN Andrey
2020-12-20 15:07   ` ZHIZHIKIN Andrey

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