]> Zhao Yanbai Git Server - minix.git/commit
clkconf: move clkconf from libgpio to it's own lib 54/654/2
authorThomas Cort <tcort@minix3.org>
Mon, 17 Jun 2013 12:23:31 +0000 (08:23 -0400)
committerKees Jongenburger <kees.jongenburger@gmail.com>
Tue, 18 Jun 2013 07:09:23 +0000 (09:09 +0200)
commitba92d5219d3ca12987cae7749dd19475b4de68c0
tree63674dcd6251f3cebff54b77e335322f60c392e8
parentfa86f724200cd8f02cb25204db6bacd167f72aec
clkconf: move clkconf from libgpio to it's own lib

Clock configuration will be needed by other/future subsystems such as i2c.
Extract the functionality from libgpio and put it into it's own library.

Change-Id: I6f6de0b3fb4d305ddfeac74123b78c983d1318dd
distrib/sets/lists/minix/md.evbarm
distrib/sets/lists/minix/mi
drivers/gpio/Makefile
include/minix/Makefile
include/minix/clkconf.h [moved from lib/libgpio/clkconf.h with 100% similarity]
lib/Makefile
lib/libclkconf/Makefile [new file with mode: 0644]
lib/libclkconf/clkconf.c [moved from lib/libgpio/clkconf.c with 97% similarity]
lib/libgpio/Makefile
lib/libgpio/gpio_omap.c