]> Zhao Yanbai Git Server - minix.git/commit
gpio:Initial GPIO driver.(ARM) 67/267/3
authorKees Jongenburger <keesj@minix3.org>
Mon, 28 Jan 2013 11:54:44 +0000 (12:54 +0100)
committerKees Jongenburger <keesj@minix3.org>
Mon, 28 Jan 2013 14:51:20 +0000 (15:51 +0100)
commite641d42a37f27777fc5cdb38f75565c9d17dc5dc
tree2bfb4358a46362d9721c44b6e159fbc3ca80d3ed
parent5139afee6b39d8999e4535c26a85891dbd6c5a8a
gpio:Initial GPIO driver.(ARM)

Small GPIO driver that exports a few pins using a virtual file
system. Currently the two user leds and the user button are exported.

Change-Id: I001d017ae27cd17b635587873f7da981054da459
13 files changed:
distrib/sets/lists/minix/md.evbarm
drivers/Makefile
drivers/gpio/Makefile [new file with mode: 0644]
drivers/gpio/README.txt [new file with mode: 0644]
drivers/gpio/gpio.c [new file with mode: 0644]
drivers/gpio/gpio.h [new file with mode: 0644]
drivers/gpio/gpio_omap.c [new file with mode: 0644]
drivers/gpio/log.h [new file with mode: 0644]
drivers/gpio/mmio.h [new file with mode: 0644]
drivers/ramdisk/Makefile
drivers/ramdisk/proto.arm.small
drivers/ramdisk/rc.arm
etc/system.conf