-
- Downloads
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>
Showing
- arch/arm/include/asm/arch-s3c24x0/gpio.h 171 additions, 0 deletionsarch/arm/include/asm/arch-s3c24x0/gpio.h
- arch/arm/include/asm/arch-s3c24x0/iomux.h 200 additions, 0 deletionsarch/arm/include/asm/arch-s3c24x0/iomux.h
- drivers/gpio/Makefile 1 addition, 0 deletionsdrivers/gpio/Makefile
- drivers/gpio/s3c2440_gpio.c 95 additions, 0 deletionsdrivers/gpio/s3c2440_gpio.c
arch/arm/include/asm/arch-s3c24x0/gpio.h
0 → 100644
arch/arm/include/asm/arch-s3c24x0/iomux.h
0 → 100644
drivers/gpio/s3c2440_gpio.c
0 → 100644
Please register or sign in to comment