* [U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.
@ 2015-12-17 17:31 Purna Chandra Mandal
2015-12-18 8:39 ` Chin Liang See
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Purna Chandra Mandal @ 2015-12-17 17:31 UTC (permalink / raw)
To: u-boot
With CONFIG_CMD_GPIO compilation reports error.
common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory
#include <asm/gpio.h>
^
Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
---
arch/mips/include/asm/gpio.h | 1 +
1 file changed, 1 insertion(+)
create mode 100644 arch/mips/include/asm/gpio.h
diff --git a/arch/mips/include/asm/gpio.h b/arch/mips/include/asm/gpio.h
new file mode 100644
index 0000000..306ab4c
--- /dev/null
+++ b/arch/mips/include/asm/gpio.h
@@ -0,0 +1 @@
+#include <asm-generic/gpio.h>
--
1.8.3.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.
2015-12-17 17:31 [U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO Purna Chandra Mandal
@ 2015-12-18 8:39 ` Chin Liang See
2015-12-18 22:41 ` Simon Glass
2015-12-19 18:18 ` Daniel Schwierzeck
2 siblings, 0 replies; 4+ messages in thread
From: Chin Liang See @ 2015-12-18 8:39 UTC (permalink / raw)
To: u-boot
On Thu, 2015-12-17 at 23:01 +0530, Purna Chandra Mandal wrote:
> With CONFIG_CMD_GPIO compilation reports error.
> common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or
> directory
> #include <asm/gpio.h>
> ^
> Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
>
Reviewed-by: Chin Liang See <clsee@altera.com>
Thanks
Chin Liang
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.
2015-12-17 17:31 [U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO Purna Chandra Mandal
2015-12-18 8:39 ` Chin Liang See
@ 2015-12-18 22:41 ` Simon Glass
2015-12-19 18:18 ` Daniel Schwierzeck
2 siblings, 0 replies; 4+ messages in thread
From: Simon Glass @ 2015-12-18 22:41 UTC (permalink / raw)
To: u-boot
n 17 December 2015 at 10:31, Purna Chandra Mandal
<purna.mandal@microchip.com> wrote:
> With CONFIG_CMD_GPIO compilation reports error.
> common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory
> #include <asm/gpio.h>
> ^
> Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
>
> ---
>
> arch/mips/include/asm/gpio.h | 1 +
> 1 file changed, 1 insertion(+)
> create mode 100644 arch/mips/include/asm/gpio.h
Reviewed-by: Simon Glass <sjg@chromium.org>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO.
2015-12-17 17:31 [U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO Purna Chandra Mandal
2015-12-18 8:39 ` Chin Liang See
2015-12-18 22:41 ` Simon Glass
@ 2015-12-19 18:18 ` Daniel Schwierzeck
2 siblings, 0 replies; 4+ messages in thread
From: Daniel Schwierzeck @ 2015-12-19 18:18 UTC (permalink / raw)
To: u-boot
Am 17.12.2015 um 18:31 schrieb Purna Chandra Mandal:
> With CONFIG_CMD_GPIO compilation reports error.
> common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory
> #include <asm/gpio.h>
> ^
> Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com>
>
> ---
>
> arch/mips/include/asm/gpio.h | 1 +
> 1 file changed, 1 insertion(+)
> create mode 100644 arch/mips/include/asm/gpio.h
>
applied to u-boot-mips/next, thanks
--
- Daniel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2015-12-19 18:18 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-17 17:31 [U-Boot] [PATCH v1 10/18] MIPS: add asm/gpio.h to fix compilation error with CONFIG_CMD_GPIO Purna Chandra Mandal
2015-12-18 8:39 ` Chin Liang See
2015-12-18 22:41 ` Simon Glass
2015-12-19 18:18 ` Daniel Schwierzeck
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox