]> git.ipfire.org Git - people/ms/u-boot.git/commit
gpio: atmel: Add the PIO4 driver support
authorWenyou Yang <wenyou.yang@atmel.com>
Wed, 4 Nov 2015 06:25:13 +0000 (14:25 +0800)
committerAndreas Bießmann <andreas.devel@googlemail.com>
Mon, 30 Nov 2015 21:27:52 +0000 (22:27 +0100)
commit2c62c56a86e16cc1f90a7603ea8fcbf0fd773dae
treecd4d167256126693c42f0a70206070dc0e5d5b8a
parentfa8883a1e39a20e72aaa5093af0c80062cb95757
gpio: atmel: Add the PIO4 driver support

The PIO4 is introduced from SAMA5D2, as a new version
for Atmel PIO controller.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
arch/arm/mach-at91/include/mach/atmel_pio4.h [new file with mode: 0644]
drivers/gpio/Kconfig
drivers/gpio/Makefile
drivers/gpio/atmel_pio4.c [new file with mode: 0644]