Patch "soc: qcom: Make QCOM_RPMPD depend on PM" has been added to the 5.10-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



This is a note to let you know that I've just added the patch titled

    soc: qcom: Make QCOM_RPMPD depend on PM

to the 5.10-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     soc-qcom-make-qcom_rpmpd-depend-on-pm.patch
and it can be found in the queue-5.10 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@xxxxxxxxxxxxxxx> know about it.



commit 59ccfb7dedf30b77c238250045017eb07216a5da
Author: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>
Date:   Thu Jul 7 23:21:58 2022 +0200

    soc: qcom: Make QCOM_RPMPD depend on PM
    
    [ Upstream commit a6232f2aa99ce470799992e99e0012945bb5308f ]
    
    QCOM_RPMPD requires PM_GENERIC_DOMAINS/_OF, which in turns requires
    CONFIG_PM. I forgot about the latter in my earlier patch (it's still
    in -next as of the time of committing, hence no Fixes: tag). Fix it.
    
    Reported-by: kernel test robot <lkp@xxxxxxxxx>
    Signed-off-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxx>
    Signed-off-by: Bjorn Andersson <bjorn.andersson@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20220707212158.32684-1-konrad.dybcio@xxxxxxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/soc/qcom/Kconfig b/drivers/soc/qcom/Kconfig
index 6a3b69b43ad5..d0cf969a8fb5 100644
--- a/drivers/soc/qcom/Kconfig
+++ b/drivers/soc/qcom/Kconfig
@@ -128,6 +128,7 @@ config QCOM_RPMHPD
 
 config QCOM_RPMPD
 	tristate "Qualcomm RPM Power domain driver"
+	depends on PM
 	depends on QCOM_SMD_RPM
 	help
 	  QCOM RPM Power domain driver to support power-domains with



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux