soc.lore.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y
@ 2023-09-21 14:57 mikko.rapeli
  2023-09-22  6:54 ` Krzysztof Kozlowski
  2023-09-26 21:03 ` patchwork-bot+linux-soc
  0 siblings, 2 replies; 3+ messages in thread
From: mikko.rapeli @ 2023-09-21 14:57 UTC (permalink / raw)
  To: soc
  Cc: Olof Johansson, Mikko Rapeli, stable, Catalin Marinas,
	Will Deacon, Bjorn Andersson, Krzysztof Kozlowski, Konrad Dybcio,
	Neil Armstrong, Tomer Maimon, Bruce Ashfield, Jon Mason,
	Jon Mason, Ross Burton, Arnd Bergmann

From: Mikko Rapeli <mikko.rapeli@linaro.org>

There is no code for this config option and enabling it in defconfig
causes warnings from tools which are detecting unused and obsolete
kernel config flags since the flag will be completely missing from
effective build config after "make olddefconfig".

Fixes yocto kernel recipe build time warning:

WARNING: [kernel config]: This BSP contains fragments with warnings:
...
[INFO]: the following symbols were not found in the active
configuration:
     - CONFIG_COMMON_CLK_NPCM8XX

The flag was added with commit 45472f1e5348c7b755b4912f2f529ec81cea044b
v5.19-rc4-15-g45472f1e5348 so 6.1 and 6.4 stable kernel trees are
affected.

Fixes: 45472f1e5348c7b755b4912f2f529ec81cea044b ("arm64: defconfig: Add Nuvoton NPCM family support")
Cc: stable@kernel.org
Cc: Catalin Marinas <catalin.marinas@arm.com>
Cc: Will Deacon <will@kernel.org>
Cc: Bjorn Andersson <quic_bjorande@quicinc.com>
Cc: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Cc: Konrad Dybcio <konrad.dybcio@linaro.org>
Cc: Neil Armstrong <neil.armstrong@linaro.org>
Cc: Tomer Maimon <tmaimon77@gmail.com>
Cc: Bruce Ashfield <bruce.ashfield@gmail.com>
Cc: Jon Mason <jon.mason@arm.com>
Cc: Jon Mason <jdmason@kudzu.us>
Cc: Ross Burton <ross@burtonini.com>
Cc: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Mikko Rapeli <mikko.rapeli@linaro.org>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

v2: sending to soc list, added maintainers to Cc after discussion with Arnd

v1: https://lore.kernel.org/linux-arm-kernel/20230815073656.507651-1-mikko.rapeli@linaro.org/

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 5315789f4868..24531891c7be 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1175,7 +1175,6 @@ CONFIG_COMMON_CLK_S2MPS11=y
 CONFIG_COMMON_CLK_PWM=y
 CONFIG_COMMON_CLK_RS9_PCIE=y
 CONFIG_COMMON_CLK_VC5=y
-CONFIG_COMMON_CLK_NPCM8XX=y
 CONFIG_COMMON_CLK_BD718XX=m
 CONFIG_CLK_RASPBERRYPI=m
 CONFIG_CLK_IMX8MM=y
-- 
2.34.1


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

* Re: [PATCH v2] arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y
  2023-09-21 14:57 [PATCH v2] arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y mikko.rapeli
@ 2023-09-22  6:54 ` Krzysztof Kozlowski
  2023-09-26 21:03 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: Krzysztof Kozlowski @ 2023-09-22  6:54 UTC (permalink / raw)
  To: mikko.rapeli, soc
  Cc: Olof Johansson, stable, Catalin Marinas, Will Deacon,
	Bjorn Andersson, Konrad Dybcio, Neil Armstrong, Tomer Maimon,
	Bruce Ashfield, Jon Mason, Jon Mason, Ross Burton, Arnd Bergmann

On 21/09/2023 16:57, mikko.rapeli@linaro.org wrote:
> From: Mikko Rapeli <mikko.rapeli@linaro.org>
> 
> There is no code for this config option and enabling it in defconfig
> causes warnings from tools which are detecting unused and obsolete
> kernel config flags since the flag will be completely missing from
> effective build config after "make olddefconfig".
> 
> Fixes yocto kernel recipe build time warning:
> 
> WARNING: [kernel config]: This BSP contains fragments with warnings:
> ...
> [INFO]: the following symbols were not found in the active
> configuration:
>      - CONFIG_COMMON_CLK_NPCM8XX
> 
> The flag was added with commit 45472f1e5348c7b755b4912f2f529ec81cea044b
> v5.19-rc4-15-g45472f1e5348 so 6.1 and 6.4 stable kernel trees are
> affected.
> 
> Fixes: 45472f1e5348c7b755b4912f2f529ec81cea044b ("arm64: defconfig: Add Nuvoton NPCM family support")
> Cc: stable@kernel.org
> Cc: Catalin Marinas <catalin.marinas@arm.com>

You need to Cc mailing lists to make it public. soc is a special list,
not LKML.

Best regards,
Krzysztof


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

* Re: [PATCH v2] arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y
  2023-09-21 14:57 [PATCH v2] arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y mikko.rapeli
  2023-09-22  6:54 ` Krzysztof Kozlowski
@ 2023-09-26 21:03 ` patchwork-bot+linux-soc
  1 sibling, 0 replies; 3+ messages in thread
From: patchwork-bot+linux-soc @ 2023-09-26 21:03 UTC (permalink / raw)
  To: Mikko Rapeli; +Cc: soc

Hello:

This patch was applied to soc/soc.git (arm/fixes)
by Arnd Bergmann <arnd@arndb.de>:

On Thu, 21 Sep 2023 17:57:22 +0300 you wrote:
> From: Mikko Rapeli <mikko.rapeli@linaro.org>
> 
> There is no code for this config option and enabling it in defconfig
> causes warnings from tools which are detecting unused and obsolete
> kernel config flags since the flag will be completely missing from
> effective build config after "make olddefconfig".
> 
> [...]

Here is the summary with links:
  - [v2] arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y
    https://git.kernel.org/soc/soc/c/82bc4a73e712

You are awesome, thank you!
-- 
Deet-doot-dot, I am a bot.
https://korg.docs.kernel.org/patchwork/pwbot.html



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

end of thread, other threads:[~2023-09-26 21:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-21 14:57 [PATCH v2] arm64: defconfig: remove CONFIG_COMMON_CLK_NPCM8XX=y mikko.rapeli
2023-09-22  6:54 ` Krzysztof Kozlowski
2023-09-26 21:03 ` patchwork-bot+linux-soc

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