Patch "reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST" has been added to the 6.1-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

    reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST

to the 6.1-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:
     reset-ti-sci-honor-ti_sci_protocol-setting-when-not-.patch
and it can be found in the queue-6.1 subdirectory.

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



commit a44f49ef2f70f4bd67de222f28e1f94c8c7c2776
Author: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
Date:   Sat Oct 29 22:56:36 2022 -0700

    reset: ti-sci: honor TI_SCI_PROTOCOL setting when not COMPILE_TEST
    
    [ Upstream commit 13678f3feb3009b23aab424864fd0dac0765c83e ]
    
    There is a build error when COMPILE_TEST=y, TI_SCI_PROTOCOL=m,
    and RESET_TI_SCI=y:
    
    drivers/reset/reset-ti-sci.o: in function `ti_sci_reset_probe':
    reset-ti-sci.c:(.text+0x22c): undefined reference to `devm_ti_sci_get_handle'
    
    Fix this by making RESET_TI_SCI honor the Kconfig setting of
    TI_SCI_PROTOCOL when COMPILE_TEST is not set. When COMPILE_TEST is set,
    TI_SCI_PROTOCOL must be disabled (=n).
    
    Fixes: a6af504184c9 ("reset: ti-sci: Allow building under COMPILE_TEST")
    Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
    Reported-by: kernel test robot <lkp@xxxxxxxxx>
    Cc: Nishanth Menon <nm@xxxxxx>
    Cc: Tero Kristo <kristo@xxxxxxxxxx>
    Cc: Santosh Shilimkar <ssantosh@xxxxxxxxxx>
    Cc: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx
    Cc: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
    Reviewed-by: Nishanth Menon <nm@xxxxxx>
    Link: https://lore.kernel.org/r/20221030055636.3139-1-rdunlap@xxxxxxxxxxxxx
    Signed-off-by: Philipp Zabel <p.zabel@xxxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/reset/Kconfig b/drivers/reset/Kconfig
index de176c2fbad9..2a52c990d4fe 100644
--- a/drivers/reset/Kconfig
+++ b/drivers/reset/Kconfig
@@ -257,7 +257,7 @@ config RESET_SUNXI
 
 config RESET_TI_SCI
 	tristate "TI System Control Interface (TI-SCI) reset driver"
-	depends on TI_SCI_PROTOCOL || COMPILE_TEST
+	depends on TI_SCI_PROTOCOL || (COMPILE_TEST && TI_SCI_PROTOCOL=n)
 	help
 	  This enables the reset driver support over TI System Control Interface
 	  available on some new TI's SoCs. If you wish to use reset resources



[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