[PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL

Vincent Mailhol (Arm) posted 9 patches 2 weeks, 6 days ago
[PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL
Posted by Vincent Mailhol (Arm) 2 weeks, 6 days ago
The Qcom Slimbus controller driver is not in the kernel tree
anymore. Clean-up the leftover reference to CONFIG_SLIM_QCOM_CTRL
which was left in the defconfig.

Fixes: 7cbba32a2d62 ("slimbus: qcom: remove unused qcom controller driver")
Signed-off-by: Vincent Mailhol (Arm) <mailhol@kernel.org>
---
 arch/arm64/configs/defconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index c5e23beeaebf..88951844c203 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1822,7 +1822,6 @@ CONFIG_OPTEE=y
 CONFIG_MUX_GPIO=m
 CONFIG_MUX_MMIO=y
 CONFIG_SLIMBUS=m
-CONFIG_SLIM_QCOM_CTRL=m
 CONFIG_SLIM_QCOM_NGD_CTRL=m
 CONFIG_INTERCONNECT=y
 CONFIG_INTERCONNECT_IMX=y

-- 
2.43.0
Re: [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL
Posted by Krzysztof Kozlowski 2 weeks, 6 days ago
On 17/03/2026 10:13, Vincent Mailhol (Arm) wrote:
> The Qcom Slimbus controller driver is not in the kernel tree
> anymore. Clean-up the leftover reference to CONFIG_SLIM_QCOM_CTRL
> which was left in the defconfig.
> 
> Fixes: 7cbba32a2d62 ("slimbus: qcom: remove unused qcom controller driver")
> Signed-off-by: Vincent Mailhol (Arm) <mailhol@kernel.org>
> ---
>  arch/arm64/configs/defconfig | 1 -
>  1 file changed, 1 deletion(-)

https://lore.kernel.org/all/20251223140645.3545658-1-mikko.rapeli@linaro.org/

I even asked there to send it to qcom maintainers :/

Exactly that case also encouraged me to document this, since we do not
know how to fix get_maintainers. See commit
6efe5322f060099c8bc51aaee83b857394e42dd5

Best regards,
Krzysztof
Re: [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL
Posted by Vincent Mailhol (Arm) 1 week, 5 days ago
On 3/17/26 12:35, Krzysztof Kozlowski wrote:
> On 17/03/2026 10:13, Vincent Mailhol (Arm) wrote:
>> The Qcom Slimbus controller driver is not in the kernel tree
>> anymore. Clean-up the leftover reference to CONFIG_SLIM_QCOM_CTRL
>> which was left in the defconfig.
>>
>> Fixes: 7cbba32a2d62 ("slimbus: qcom: remove unused qcom controller driver")
>> Signed-off-by: Vincent Mailhol (Arm) <mailhol@kernel.org>
>> ---
>>  arch/arm64/configs/defconfig | 1 -
>>  1 file changed, 1 deletion(-)
> 
> https://lore.kernel.org/all/20251223140645.3545658-1-mikko.rapeli@linaro.org/

I will add that this was initially reported by Mikko.

> I even asked there to send it to qcom maintainers :/
> 
> Exactly that case also encouraged me to document this, since we do not
> know how to fix get_maintainers. See commit
> 6efe5322f060099c8bc51aaee83b857394e42dd5
I read the thread in which you posted that patch. Thanks for updating
the documentation, but as people anticipated, as long as the tool
doesn't do the right thing, there will be people like me who will mess
up the recipient list.

Anyway, sorry for that.


Yours sincerely,
Vincent Mailhol
Re: [PATCH 9/9] arm64: defconfig: remove obsolete assignment to SLIM_QCOM_CTRL
Posted by Krzysztof Kozlowski 1 week, 5 days ago
On 25/03/2026 12:31, Vincent Mailhol (Arm) wrote:
>>
>> Exactly that case also encouraged me to document this, since we do not
>> know how to fix get_maintainers. See commit
>> 6efe5322f060099c8bc51aaee83b857394e42dd5
> I read the thread in which you posted that patch. Thanks for updating
> the documentation, but as people anticipated, as long as the tool
> doesn't do the right thing, there will be people like me who will mess
> up the recipient list.
> 
> Anyway, sorry for that.

No worries. I wished the tool was improved because I believe in the
toolset, not remembering thousand rules of different subsystems...

Best regards,
Krzysztof