public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] fdt: Include arch specific gpio.h
@ 2012-07-10  9:56 Michal Simek
  2012-07-10 21:13 ` Simon Glass
  0 siblings, 1 reply; 16+ messages in thread
From: Michal Simek @ 2012-07-10  9:56 UTC (permalink / raw)
  To: u-boot

Also include arch specific gpio.h which can contain
gpio function implementation.

Signed-off-by: Michal Simek <monstr@monstr.eu>
CC: Simon Glass <sjg@chromium.org>
---
 lib/fdtdec.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index cc09e06..b12eb77 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -25,6 +25,7 @@
 #include <fdtdec.h>
 
 /* we need the generic GPIO interface here */
+#include <asm/gpio.h>
 #include <asm-generic/gpio.h>
 
 DECLARE_GLOBAL_DATA_PTR;
-- 
1.7.0.4

^ permalink raw reply related	[flat|nested] 16+ messages in thread
* [U-Boot] [PATCH] fdt: Include arch specific gpio.h
@ 2012-06-29  7:28 Michal Simek
  0 siblings, 0 replies; 16+ messages in thread
From: Michal Simek @ 2012-06-29  7:28 UTC (permalink / raw)
  To: u-boot

Also include arch specific gpio.h which can contain
gpio function implementation.

Signed-off-by: Michal Simek <monstr@monstr.eu>
CC: Simon Glass <sjg@chromium.org>
---
 lib/fdtdec.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/lib/fdtdec.c b/lib/fdtdec.c
index cc09e06..b12eb77 100644
--- a/lib/fdtdec.c
+++ b/lib/fdtdec.c
@@ -25,6 +25,7 @@
 #include <fdtdec.h>
 
 /* we need the generic GPIO interface here */
+#include <asm/gpio.h>
 #include <asm-generic/gpio.h>
 
 DECLARE_GLOBAL_DATA_PTR;
-- 
1.7.0.4

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

end of thread, other threads:[~2012-07-13  5:43 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-10  9:56 [U-Boot] [PATCH] fdt: Include arch specific gpio.h Michal Simek
2012-07-10 21:13 ` Simon Glass
2012-07-11  8:19   ` Michal Simek
2012-07-11  9:59     ` Simon Glass
2012-07-11 10:43       ` Michal Simek
2012-07-11 10:59         ` Simon Glass
2012-07-11 11:21           ` Michal Simek
2012-07-11 12:00             ` Simon Glass
2012-07-11 12:21               ` Michal Simek
2012-07-11 21:02                 ` Joe Hershberger
2012-07-12  5:05                   ` Simon Glass
2012-07-12  5:33                   ` Michal Simek
2012-07-12  5:38                     ` Simon Glass
2012-07-12 16:37             ` Joe Hershberger
2012-07-13  5:43               ` Michal Simek
  -- strict thread matches above, loose matches on Subject: below --
2012-06-29  7:28 Michal Simek

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