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

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



commit c455e1208637693c260922899f43d70b821ec475
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 abb58ab1a1a4..3e8becef3cb0 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1968,6 +1968,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