Patch "mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ" has been added to the 5.15-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

    mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ

to the 5.15-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:
     mfd-bd957x-fix-kconfig-dependency-on-regmap_irq.patch
and it can be found in the queue-5.15 subdirectory.

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



commit 2d02af5161e8febf6f889e5e940ba7414d65e79b
Author: Matti Vaittinen <matti.vaittinen@xxxxxxxxxxxxxxxxx>
Date:   Wed Nov 16 10:19:21 2022 +0200

    mfd: bd957x: Fix Kconfig dependency on REGMAP_IRQ
    
    [ Upstream commit 85842c46fd47fa6bd78681c154223bed27d5fd19 ]
    
    The BD957x driver uses REGMAP_IRQ but does not 'select' to depend on
    it. This can cause build failures.  Select REGMAP_IRQ for BD957X.
    
    Fixes: 0e9692607f94 ("mfd: bd9576: Add IRQ support")
    Signed-off-by: Matti Vaittinen <matti.vaittinen@xxxxxxxxxxxxxxxxx>
    Signed-off-by: Lee Jones <lee@xxxxxxxxxx>
    Link: https://lore.kernel.org/r/Y3SdCWkRr1L64SWK@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index d2f345245538..5dd7ea0ebd46 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1995,6 +1995,7 @@ config MFD_ROHM_BD957XMUF
 	depends on I2C=y
 	depends on OF
 	select REGMAP_I2C
+	select REGMAP_IRQ
 	select MFD_CORE
 	help
 	  Select this option to get support for the ROHM BD9576MUF and



[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