- Dec 10, 2017
-
-
Eugeniy Paltsev authored
With CONFIG_CMD_GPIO compilation reports error: -------------------------->8--------------------- common/cmd_gpio.c:13:22: fatal error: asm/gpio.h: No such file or directory #include <asm/gpio.h> ^ -------------------------->8--------------------- Signed-off-by:
Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by:
Alexey Brodkin <abrodkin@synopsys.com>
-
- Jan 16, 2016
-
-
Purna Chandra Mandal authored
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> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Oct 22, 2015
-
-
Thomas Chou authored
Convert altera_pio to driver model. Signed-off-by:
Thomas Chou <thomas@wytron.com.tw> Acked-by:
Chin Liang See <clsee@altera.com> Reviewed-by:
Simon Glass <sjg@chromium.org>
-
- Oct 28, 2011
-
-
Joachim Foerster authored
This driver may handle multiple PIO cores and thus needs to be setup by calling the altera_pio_init() function within the early board setup routine. The driver comes with some extras, see below the copyleft header. Signed-off-by:
Joachim Foerster <joachim.foerster@missinglinkelectronics.com> Tested-by:
Thomas Chou <thomas@wytron.com.tw> Signed-off-by:
Thomas Chou <thomas@wytron.com.tw>
-
- Feb 08, 2011
-
-
Thomas Chou authored
Signed-off-by:
Thomas Chou <thomas@wytron.com.tw> Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
-
Thomas Chou authored
Signed-off-by:
Thomas Chou <thomas@wytron.com.tw> Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
-
- Jul 12, 2010
-
-
Thomas Chou authored
This will be used by nand_plat. Signed-off-by:
Thomas Chou <thomas@wytron.com.tw> Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
-
- May 28, 2010
-
-
Thomas Chou authored
This patch adds driver for a trivial gpio core, which is described in http://nioswiki.com/GPIO . It is used for gpio led and nand flash interface in u-boot. When CONFIG_SYS_GPIO_BASE is not defined, board may provide its own driver. Signed-off-by:
Thomas Chou <thomas@wytron.com.tw> Tested-by:
Ian Abbott <abbotti@mev.co.uk> Signed-off-by:
Scott McNutt <smcnutt@psyent.com>
-