Patch "pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency" 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

    pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency

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:
     pwr-mlxbf-extend-kconfig-to-include-gpio-mlxbf3-depe.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 9d9a717eeeef7a5ad593c1e5044cd5890f4e7e0b
Author: David Thompson <davthompson@xxxxxxxxxx>
Date:   Wed Aug 23 09:37:43 2023 -0400

    pwr-mlxbf: extend Kconfig to include gpio-mlxbf3 dependency
    
    [ Upstream commit 82f07f1acf417b81e793145c167dd5e156024de4 ]
    
    The BlueField power handling driver (pwr-mlxbf.c) provides
    functionality for both BlueField-2 and BlueField-3 based
    platforms.  This driver also depends on the SoC-specific
    BlueField GPIO driver, whether gpio-mlxbf2 or gpio-mlxbf3.
    This patch extends the Kconfig definition to include the
    dependency on the gpio-mlxbf3 driver, if applicable.
    
    Signed-off-by: David Thompson <davthompson@xxxxxxxxxx>
    Reviewed-by: Asmaa Mnebhi <asmaa@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/20230823133743.31275-1-davthompson@xxxxxxxxxx
    Signed-off-by: Sebastian Reichel <sebastian.reichel@xxxxxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/power/reset/Kconfig b/drivers/power/reset/Kconfig
index a8c46ba5878fe..54201f0374104 100644
--- a/drivers/power/reset/Kconfig
+++ b/drivers/power/reset/Kconfig
@@ -299,7 +299,7 @@ config NVMEM_REBOOT_MODE
 
 config POWER_MLXBF
 	tristate "Mellanox BlueField power handling driver"
-	depends on (GPIO_MLXBF2 && ACPI)
+	depends on (GPIO_MLXBF2 || GPIO_MLXBF3) && ACPI
 	help
 	  This driver supports reset or low power mode handling for Mellanox BlueField.
 



[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