[U-Boot] [PATCH v1 4/8] lpc32xx: add GPIO support
Simon Glass
sjg at chromium.org
Fri Jan 16 18:17:52 CET 2015
Hi Albert,
On 16 January 2015 at 00:19, Albert ARIBAUD (3ADEV)
<albert.aribaud at 3adev.fr> wrote:
> Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud at 3adev.fr>
> ---
>
> arch/arm/include/asm/arch-lpc32xx/gpio.h | 43 ++++++
> drivers/gpio/Makefile | 1 +
> drivers/gpio/lpc32xx_gpio.c | 223 +++++++++++++++++++++++++++++++
> 3 files changed, 267 insertions(+)
> create mode 100644 arch/arm/include/asm/arch-lpc32xx/gpio.h
> create mode 100644 drivers/gpio/lpc32xx_gpio.c
This should be done with driver model these days.
Regards,
Simon
More information about the U-Boot
mailing list