[merged] gpio-show-explicit-dependency-between-gpio_cs5535-and-mfd_cs5535.patch removed from -mm tree

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

 



The patch titled
     gpio: show explicit dependency between GPIO_CS5535 and MFD_CS5535
has been removed from the -mm tree.  Its filename was
     gpio-show-explicit-dependency-between-gpio_cs5535-and-mfd_cs5535.patch

This patch was dropped because it was merged into mainline or a subsystem tree

The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/

------------------------------------------------------
Subject: gpio: show explicit dependency between GPIO_CS5535 and MFD_CS5535
From: Ed Wildgoose <kernel@xxxxxxxxxxxxxx>

cs5535-gpio.c has been split into two, with various setup moved into
cs5535-mfd.c.  Given that cs5535-gpio will not load without the -mfd part,
lets make that dependency explicit in Kconfig

Signed-off-by: Ed Wildgoose <kernel@xxxxxxxxxxxxxx>
Cc: Grant Likely <grant.likely@xxxxxxxxxxxx>
Acked-by: Andres Salomon <dilinger@xxxxxxxxxx>
Cc: Ingo Molnar <mingo@xxxxxxx>
Cc: Thomas Gleixner <tglx@xxxxxxxxxxxxx>
Cc: "H. Peter Anvin" <hpa@xxxxxxxxx>
Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx>
---

 drivers/gpio/Kconfig |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff -puN drivers/gpio/Kconfig~gpio-show-explicit-dependency-between-gpio_cs5535-and-mfd_cs5535 drivers/gpio/Kconfig
--- a/drivers/gpio/Kconfig~gpio-show-explicit-dependency-between-gpio_cs5535-and-mfd_cs5535
+++ a/drivers/gpio/Kconfig
@@ -298,7 +298,7 @@ comment "PCI GPIO expanders:"
 
 config GPIO_CS5535
 	tristate "AMD CS5535/CS5536 GPIO support"
-	depends on PCI && X86 && !CS5535_GPIO
+	depends on PCI && X86 && !CS5535_GPIO && MFD_CS5535
 	help
 	  The AMD CS5535 and CS5536 southbridges support 28 GPIO pins that
 	  can be used for quite a number of things.  The CS5535/6 is found on
_

Patches currently in -mm which might be from kernel@xxxxxxxxxxxxxx are

leds-new-pcengines-alix-system-driver-enables-leds-via-gpio-interface.patch

--
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Kernel Newbies FAQ]     [Kernel Archive]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [Bugtraq]     [Photo]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]

  Powered by Linux