All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] gpio: fix a build failure on KS8695 GPIO
@ 2011-10-27 18:58 Linus Walleij
  2011-10-27 22:38 ` Mike Frysinger
  0 siblings, 1 reply; 4+ messages in thread
From: Linus Walleij @ 2011-10-27 18:58 UTC (permalink / raw)
  To: linux-arm-kernel

From: Linus Walleij <linus.walleij@stericsson.com>

I screwed up by compiling that driver for the machine rather
than the arch. Correcting this fixes the build error.

Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
---
 drivers/gpio/Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpio/Makefile b/drivers/gpio/Makefile
index 19c5d27..f42309b 100644
--- a/drivers/gpio/Makefile
+++ b/drivers/gpio/Makefile
@@ -19,7 +19,7 @@ obj-$(CONFIG_GPIO_EP93XX)	+= gpio-ep93xx.o
 obj-$(CONFIG_GPIO_EXYNOS4)	+= gpio-exynos4.o
 obj-$(CONFIG_GPIO_IT8761E)	+= gpio-it8761e.o
 obj-$(CONFIG_GPIO_JANZ_TTL)	+= gpio-janz-ttl.o
-obj-$(CONFIG_MACH_KS8695)	+= gpio-ks8695.o
+obj-$(CONFIG_ARCH_KS8695)	+= gpio-ks8695.o
 obj-$(CONFIG_GPIO_LANGWELL)	+= gpio-langwell.o
 obj-$(CONFIG_ARCH_LPC32XX)	+= gpio-lpc32xx.o
 obj-$(CONFIG_GPIO_MAX730X)	+= gpio-max730x.o
-- 
1.7.6.4

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] gpio: fix a build failure on KS8695 GPIO
  2011-10-27 18:58 [PATCH] gpio: fix a build failure on KS8695 GPIO Linus Walleij
@ 2011-10-27 22:38 ` Mike Frysinger
  2011-12-01 19:47   ` Mike Frysinger
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2011-10-27 22:38 UTC (permalink / raw)
  To: linux-arm-kernel

thanks; both build for me after this change.  i don't have hardware to
actually test, so i'll skip Tested-by and instead go for:
Acked-by: Mike Frysinger <vapier@gentoo.org>
-mike

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] gpio: fix a build failure on KS8695 GPIO
  2011-10-27 22:38 ` Mike Frysinger
@ 2011-12-01 19:47   ` Mike Frysinger
  2011-12-05 13:48     ` Linus Walleij
  0 siblings, 1 reply; 4+ messages in thread
From: Mike Frysinger @ 2011-12-01 19:47 UTC (permalink / raw)
  To: linux-arm-kernel

On Thursday 27 October 2011 18:38:45 Mike Frysinger wrote:
> thanks; both build for me after this change.  i don't have hardware to
> actually test, so i'll skip Tested-by and instead go for:
> Acked-by: Mike Frysinger <vapier@gentoo.org>

were you going to push this to mainline since you're now the GPIO maintainer 
while Grant is out ? :)
-mike
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: This is a digitally signed message part.
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20111201/9931c5e3/attachment.sig>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] gpio: fix a build failure on KS8695 GPIO
  2011-12-01 19:47   ` Mike Frysinger
@ 2011-12-05 13:48     ` Linus Walleij
  0 siblings, 0 replies; 4+ messages in thread
From: Linus Walleij @ 2011-12-05 13:48 UTC (permalink / raw)
  To: linux-arm-kernel

On Thu, Dec 1, 2011 at 8:47 PM, Mike Frysinger <vapier@gentoo.org> wrote:
> On Thursday 27 October 2011 18:38:45 Mike Frysinger wrote:
>> thanks; both build for me after this change. ?i don't have hardware to
>> actually test, so i'll skip Tested-by and instead go for:
>> Acked-by: Mike Frysinger <vapier@gentoo.org>
>
> were you going to push this to mainline since you're now the GPIO maintainer
> while Grant is out ? :)

Yeah I missed this since it was mailed out before Grant left,
but I compensated today by sending it of directly to Torvalds.

Yours,
Linus Walleij

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2011-12-05 13:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-10-27 18:58 [PATCH] gpio: fix a build failure on KS8695 GPIO Linus Walleij
2011-10-27 22:38 ` Mike Frysinger
2011-12-01 19:47   ` Mike Frysinger
2011-12-05 13:48     ` Linus Walleij

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.