]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
ARM : Add GPIO Driver and IOMUX definition for S3C2440
authorGabriel Huau <contact@huau-gabriel.fr>
Wed, 2 May 2012 10:49:55 +0000 (10:49 +0000)
committerAlbert ARIBAUD <albert.u.boot@aribaud.net>
Wed, 3 Oct 2012 08:50:20 +0000 (10:50 +0200)
commit5d889ae79eee6d65b992ec29b8f8901e006ffa35
tree19877be6e841ee5e8b475fe6c161572e6787514e
parent35729c6cb310d8bdfcf32ec0c23f226c714efda3
ARM : Add GPIO Driver and IOMUX definition for S3C2440

It's now possible to use the gpio driver interface
for s3c2440. This patch add iomux definitions too.

Signed-off-by: Gabriel Huau <contact@huau-gabriel.fr>
arch/arm/include/asm/arch-s3c24x0/gpio.h [new file with mode: 0644]
arch/arm/include/asm/arch-s3c24x0/iomux.h [new file with mode: 0644]
drivers/gpio/Makefile
drivers/gpio/s3c2440_gpio.c [new file with mode: 0644]