From 1ae1777fabf52eb945697f741dcc7f5b33b83a5b Mon Sep 17 00:00:00 2001 From: David Brownell Date: Tue, 29 Jun 2010 15:05:37 -0700 Subject: [PATCH] --- yaml --- r: 200649 b: refs/heads/master c: 926b1e2ca35ccb3cbe0ea9b322c5330869b95046 h: refs/heads/master i: 200647: 02e4c38389268ac515c985e3d4d569444bb7364a v: v3 --- [refs] | 2 +- trunk/drivers/gpio/Kconfig | 2 +- trunk/drivers/gpio/Makefile | 6 +++++- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 47dc49bfce4c..107825e8f435 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 96fc3a45ea073136566f3c2676cad52f8b39a7df +refs/heads/master: 926b1e2ca35ccb3cbe0ea9b322c5330869b95046 diff --git a/trunk/drivers/gpio/Kconfig b/trunk/drivers/gpio/Kconfig index 724038dab4ca..7face915b963 100644 --- a/trunk/drivers/gpio/Kconfig +++ b/trunk/drivers/gpio/Kconfig @@ -1,5 +1,5 @@ # -# GPIO infrastructure and expanders +# platform-neutral GPIO infrastructure and expanders # config ARCH_WANT_OPTIONAL_GPIOLIB diff --git a/trunk/drivers/gpio/Makefile b/trunk/drivers/gpio/Makefile index 51c3cdd41b5a..e53dcff49b4f 100644 --- a/trunk/drivers/gpio/Makefile +++ b/trunk/drivers/gpio/Makefile @@ -1,4 +1,8 @@ -# gpio support: dedicated expander chips, etc +# generic gpio support: dedicated expander chips, etc +# +# NOTE: platform-specific GPIO drivers don't belong in the +# drivers/gpio directory; put them with other platform setup +# code, IRQ controllers, board init, etc. ccflags-$(CONFIG_DEBUG_GPIO) += -DDEBUG