]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: S5PC100: GPIO and I2C
authorByungho Min <bhminjames@gmail.com>
Tue, 23 Jun 2009 12:40:22 +0000 (21:40 +0900)
committerBen Dooks <ben-linux@fluff.org>
Sun, 16 Aug 2009 22:24:59 +0000 (23:24 +0100)
commit0164cbf4390fbcd7125fc8d476a451a3efa14c5d
treeb85f750712e93d54d4a9b62837868b88827c32a8
parent8acd1ade2ede18408303c968e1449220c427a182
ARM: S5PC100: GPIO and I2C

S5PC100 has more GPIO group then previous one. It has 34 groups of GPIO, while
S3C6410 has 17 groups. For now, only header files are written.

Signed-off-by: Byungho Min <bhmin@samsung.com>
[ben-linux@fluff.org: subject fixup]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
arch/arm/mach-s5pc100/include/mach/gpio-core.h [new file with mode: 0644]
arch/arm/mach-s5pc100/include/mach/gpio.h [new file with mode: 0644]
arch/arm/plat-s5pc1xx/setup-i2c0.c [new file with mode: 0644]
arch/arm/plat-s5pc1xx/setup-i2c1.c [new file with mode: 0644]