History log of /u-boot/arch/nios2/include/asm/gpio.h
Revision Date Author Comments
# 88d5ecf4 21-Oct-2015 Thomas Chou <thomas@wytron.com.tw>

nios2 : convert altera_pio to driver model

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>


# 03d67e12 21-Oct-2011 Joachim Foerster <joachim.foerster@missinglinkelectronics.com>

gpio: Add driver for Altera's PIO core

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>


# d8a593c6 26-Dec-2010 Thomas Chou <thomas@wytron.com.tw>

nios2: add gpio_is_valid

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>


# e91d5453 24-Dec-2010 Thomas Chou <thomas@wytron.com.tw>

nios2: add gpio_free

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>


# 6db6c18b 08-Jun-2010 Thomas Chou <thomas@wytron.com.tw>

nios2: add gpio_request

This will be used by nand_plat.

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Signed-off-by: Scott McNutt <smcnutt@psyent.com>


# cedd341d 29-Apr-2010 Thomas Chou <thomas@wytron.com.tw>

nios2: add gpio support

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>