]> Zhao Yanbai Git Server - minix.git/commit
GPIO:further development 96/296/5
authorKees Jongenburger <keesj@minix3.org>
Wed, 6 Feb 2013 14:46:21 +0000 (15:46 +0100)
committerKees Jongenburger <keesj@minix3.org>
Wed, 6 Feb 2013 15:07:43 +0000 (16:07 +0100)
commit3357fcb24a66333ca98c2424c0e50a510b44d8aa
treeb63c59d04e977c6fe9b8bce2069399815a0de51a
parent47e47cfdd672399f84292a924250cc9ed5e74383
GPIO:further development

* Generalize GPIO handling.
* Add libs to configure gpio's clocks and pads
* Add Interrupt handling.
* Introduce mmio.h and log.h

Change-Id: I928e4c807d15031de2eede4b3ecff62df795f8ac
19 files changed:
distrib/sets/lists/minix/md.evbarm
distrib/sets/lists/minix/mi
drivers/gpio/Makefile
drivers/gpio/gpio.c
drivers/gpio/gpio.h [deleted file]
drivers/gpio/gpio_omap.c [deleted file]
etc/system.conf
include/minix/Makefile
include/minix/gpio.h [new file with mode: 0644]
include/minix/log.h [moved from drivers/gpio/log.h with 97% similarity]
include/minix/mmio.h [moved from drivers/gpio/mmio.h with 90% similarity]
include/minix/padconf.h [new file with mode: 0644]
lib/Makefile
lib/libgpio/Makefile [new file with mode: 0644]
lib/libgpio/clkconf.c [new file with mode: 0644]
lib/libgpio/clkconf.h [new file with mode: 0644]
lib/libgpio/gpio_omap.c [new file with mode: 0644]
lib/libpadconf/Makefile [new file with mode: 0644]
lib/libpadconf/padconf.c [new file with mode: 0644]