Linux MIPS Architecture development
 help / color / mirror / Atom feed
* [PATCH 1/2] Add MIPS generic GPIO support
@ 2007-05-19 19:51 Florian Fainelli
  2007-05-20  9:23 ` Yoichi Yuasa
  0 siblings, 1 reply; 11+ messages in thread
From: Florian Fainelli @ 2007-05-19 19:51 UTC (permalink / raw)
  To: linux-mips


[-- Attachment #1.1: Type: text/plain, Size: 137 bytes --]

This patch adds support for the generic GPIO API to MIPS boards.
-- 
Signed-off-by: Florian Fainelli <florian.fainelli@telecomint.eu>

[-- Attachment #1.2: mips-gpio.patch --]
[-- Type: text/plain, Size: 340 bytes --]

--- linux-2.6.21.1/include/asm-mips/gpio.h	1970-01-01 01:00:00.000000000 +0100
+++ linux-2.6.21.1.new/include/asm-mips/gpio.h	2007-05-19 21:34:14.000000000 +0200
@@ -0,0 +1,7 @@
+#ifndef _ASM_MIPS_GPIO_H
+#define _ASM_MIPS_GPIO_H
+
+/* Not all MIPS platforms support this API */
+#include <asm-generic/gpio.h>
+
+#endif /* _ASM_MIPS_GPIO_H

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2007-05-22 14:39 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-05-19 19:51 [PATCH 1/2] Add MIPS generic GPIO support Florian Fainelli
2007-05-20  9:23 ` Yoichi Yuasa
2007-05-20 15:12   ` Atsushi Nemoto
2007-05-21  7:13     ` Yoichi Yuasa
2007-05-21  7:29       ` [PATCH] " Yoichi Yuasa
2007-05-21 14:12         ` Atsushi Nemoto
2007-05-21 15:05           ` [PATCH UPDATE] " Yoichi Yuasa
2007-05-21 15:20             ` Atsushi Nemoto
2007-05-21 21:31             ` Geert Uytterhoeven
2007-05-21 22:15               ` Yoichi Yuasa
2007-05-22 14:39             ` Ralf Baechle

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox