]> Zhao Yanbai Git Server - minix.git/commit
gpio: port to am335x 01/801/1
authorThomas Cort <tcort@minix3.org>
Tue, 3 Sep 2013 11:47:59 +0000 (07:47 -0400)
committerThomas Cort <tcort@minix3.org>
Tue, 3 Sep 2013 12:14:18 +0000 (08:14 -0400)
commit0a9eab0bb6a6bb2c9ab41e0e536b6e3e86bddbf5
treefd46bee3c4ffe258a5ba5863e15fef15d282b18a
parent74bc88581c2976973b2a712d3b83d3af2d3d8c33
gpio: port to am335x

 * port libgpio to am335x.
 * increase NR_IRQ to 16 to avoid too many IRQs requested error.
 * move gpio binary to /sbin (that's where mount looks for drivers).
 * fix bug that re-enabled banks that were disabled due to bad revision.
 * fix padconf masks for dm37xx in gpio driver (should be 16-bit).
 * fix a few typos in README.txt and comments.

Change-Id: I32374415a97135174c5224f76374a870909fa90c
distrib/sets/lists/minix/md.evbarm
drivers/gpio/Makefile
drivers/gpio/README.txt
drivers/gpio/gpio.c
etc/system.conf
include/minix/config.h
lib/libgpio/gpio_omap.c
lib/libgpio/gpio_omap.h [new file with mode: 0644]