]> git.ipfire.org Git - people/ms/u-boot.git/commit - drivers/gpio/Kconfig
lpc32xx: add GPIO support
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>
Tue, 31 Mar 2015 09:40:46 +0000 (11:40 +0200)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Fri, 10 Apr 2015 12:23:09 +0000 (14:23 +0200)
commit606f7047603422746d112e41937649d44f311af4
treece2cabc328db2721e3ae3204f16e2cb637b4ba79
parent5e862b95399e6e5ea7748ee29a38756685d622fd
lpc32xx: add GPIO support

This driver only supports Driver Model, not legacy model.

Signed-off-by: Albert ARIBAUD (3ADEV) <albert.aribaud@3adev.fr>
arch/arm/cpu/arm926ejs/lpc32xx/devices.c
arch/arm/include/asm/arch-lpc32xx/gpio.h [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/lpc32xx_gpio.c [new file with mode: 0644]