mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] irqchip/qcom-pdc: Fix kernel config dependency
@ 2026-09-15 19:13 Konrad Dybcio
  2026-09-16 11:55 ` Radu Rendec
  0 siblings, 1 reply; 2+ messages in thread
From: Konrad Dybcio @ 2026-09-15 19:13 UTC (permalink / raw)
  To: Thomas Gleixner, Radu Rendec, Sneh Mankad, Maulik Shah
  Cc: linux-kernel, Konrad Dybcio, kernel test robot

From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>

The commit mentioned below added qcom_scm_io_writel()/is_available()
calls without updating the Kconfig. Fix that.

Fixes: ad01c2b2f291 ("irqchip/qcom-pdc: Configure PDC to pass through mode")
Reported-by: kernel test robot <lkp@intel.com>
Closes: http://patch.msgid.link/202609160249.tiuDbEzF-lkp@intel.com
Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
---
 drivers/irqchip/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index a8f8c423b795..5213cefc1077 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -524,6 +524,7 @@ config QCOM_PDC
 	tristate "Qualcomm PDC"
 	depends on ARCH_QCOM || COMPILE_TEST
 	select IRQ_DOMAIN_HIERARCHY
+	select QCOM_SCM
 	default ARCH_QCOM
 	help
 	  Power Domain Controller driver to manage and configure wakeup

---
base-commit: 1a1de54f7369cd2b5bac0f265910e60ad3a6b4c3
change-id: 20260915-topic-pdc_fixup-c1064e0b0f03

Best regards,
--  
Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>


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

* Re: [PATCH] irqchip/qcom-pdc: Fix kernel config dependency
  2026-09-15 19:13 [PATCH] irqchip/qcom-pdc: Fix kernel config dependency Konrad Dybcio
@ 2026-09-16 11:55 ` Radu Rendec
  0 siblings, 0 replies; 2+ messages in thread
From: Radu Rendec @ 2026-09-16 11:55 UTC (permalink / raw)
  To: Konrad Dybcio, Thomas Gleixner, Sneh Mankad, Maulik Shah
  Cc: linux-kernel, Konrad Dybcio, kernel test robot

On Tue, 2026-09-15 at 21:13 +0200, Konrad Dybcio wrote:
> From: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> 
> The commit mentioned below added qcom_scm_io_writel()/is_available()
> calls without updating the Kconfig. Fix that.
> 
> Fixes: ad01c2b2f291 ("irqchip/qcom-pdc: Configure PDC to pass through mode")
> Reported-by: kernel test robot <lkp@intel.com>
> Closes: http://patch.msgid.link/202609160249.tiuDbEzF-lkp@intel.com
> Signed-off-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
> ---
>  drivers/irqchip/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index a8f8c423b795..5213cefc1077 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -524,6 +524,7 @@ config QCOM_PDC
>  	tristate "Qualcomm PDC"
>  	depends on ARCH_QCOM || COMPILE_TEST
>  	select IRQ_DOMAIN_HIERARCHY
> +	select QCOM_SCM
>  	default ARCH_QCOM
>  	help
>  	  Power Domain Controller driver to manage and configure wakeup
> 
> ---
> base-commit: 1a1de54f7369cd2b5bac0f265910e60ad3a6b4c3
> change-id: 20260915-topic-pdc_fixup-c1064e0b0f03

Reviewed-by: Radu Rendec <radu@rendec.net>

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

end of thread, other threads:[~2026-09-16 11:55 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2026-09-15 19:13 [PATCH] irqchip/qcom-pdc: Fix kernel config dependency Konrad Dybcio
2026-09-16 11:55 ` Radu Rendec

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®