[U-Boot] [PATCH 1/2 v2] gpio: Add driver for Altera's PIO core

Thomas Chou thomas at wytron.com.tw
Fri Oct 28 09:29:20 CEST 2011


On 10/21/2011 09:48 PM, Joachim Foerster wrote:
> 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 at missinglinkelectronics.com>
> Tested-by: Thomas Chou<thomas at wytron.com.tw>
> ---
>   arch/nios2/include/asm/gpio.h              |   13 +-
>   board/altera/nios2-generic/custom_fpga.h   |    1 +
>   board/altera/nios2-generic/nios2-generic.c |    8 +
>   drivers/gpio/Makefile                      |    1 +
>   drivers/gpio/altera_pio.c                  |  299 ++++++++++++++++++++++++++++
>   5 files changed, 320 insertions(+), 2 deletions(-)
>   create mode 100644 drivers/gpio/altera_pio.c

Hi Joachim,

Applied. Thanks.

Best regards,
Thomas


More information about the U-Boot mailing list