]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
lpc32xx: add GPIO support
authorAlbert ARIBAUD \(3ADEV\) <albert.aribaud@3adev.fr>
Tue, 31 Mar 2015 09:40:46 +0000 (11:40 +0200)
committerLothar Waßmann <LW@KARO-electronics.de>
Tue, 1 Sep 2015 12:39:37 +0000 (14:39 +0200)
commita22381c188df54ca135ce03bd4a2b37bc88cd3c3
treec80dc56ee40249cd1b6bc2d9919890efe4491f4c
parent29e6275b8451e1e4072035afbf28559ac737ced0
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]