This has been submitted (and accepted) upstream.

-------- Original Message --------
Subject: + geode-reflect-mfgpt-dependency-on-mfd.patch added to -mm tree
Date: Wed, 29 Jun 2011 12:43:21 -0700
From: [email protected]
To: [email protected]
CC: [email protected], [email protected], [email protected]


The patch titled
     geode: reflect mfgpt dependency on mfd
has been added to the -mm tree.  Its filename is
     geode-reflect-mfgpt-dependency-on-mfd.patch

Before you just go and hit "reply", please:
   a) Consider who else should be cc'ed
   b) Prefer to cc a suitable mailing list as well
   c) Ideally: find the original patch on the mailing list and do a
      reply-to-all to that, adding suitable additional cc's

*** Remember to use Documentation/SubmitChecklist when testing your code ***

See http://userweb.kernel.org/~akpm/stuff/added-to-mm.txt to find
out what to do about this

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

------------------------------------------------------
Subject: geode: reflect mfgpt dependency on mfd
From: Philip A. Prindeville <[email protected]>

As stated in drivers/mfd/cs5535-mfd.c, the mfd driver exposes the BARs
which then make the GPIO, MFGPT, ACPI, etc.  all visible to the system.

This dependency needs to be reflected in Kconfig.

Signed-off-by: Philip A. Prindeville <[email protected]>
Acked-by: Alexandros C. Couloumbis <[email protected]>
Acked-by: Andres Salomon <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---

 drivers/misc/Kconfig |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff -puN drivers/misc/Kconfig~geode-reflect-mfgpt-dependency-on-mfd 
drivers/misc/Kconfig
--- a/drivers/misc/Kconfig~geode-reflect-mfgpt-dependency-on-mfd
+++ a/drivers/misc/Kconfig
@@ -245,8 +245,7 @@ config SGI_XP

 config CS5535_MFGPT
        tristate "CS5535/CS5536 Geode Multi-Function General Purpose Timer 
(MFGPT) support"
-       depends on PCI
-       depends on X86
+       depends on PCI && X86 && MFD_CS5535
        default n
        help
          This driver provides access to MFGPT functionality for other
_

Patches currently in -mm which might be from [email protected] are

geode-reflect-mfgpt-dependency-on-mfd.patch

_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to