minix/lib
Thomas Cort 75bd3009d3 libi2cdriver: add functions for IC register access
Many i2c device drivers used similar code to access registers on
the ICs they drive. This commit implements that functionality in
libi2cdriver and updates the drivers to use the library instead of
their own register access functions. The net result is 375+ fewer
lines of code and less work for people developing new drivers.

The two exceptions were cat24c256 and parts of tda19988. They access
the bus in uncommon ways. It doesn't make sense at this time to
move their read/write functions into libi2cdriver.

Change-Id: Id8280b71af33b710a49944d7f20a7262be9f5988
2013-09-18 08:10:26 -04:00
..
csu a bit more -Werror compatability 2013-08-20 11:37:40 +02:00
libasyn No more intel/minix segments. 2012-07-15 22:30:15 +02:00
libaudiodriver libaudiodriver: handle interrupt only once 2013-08-20 19:42:37 +02:00
libbdev libbdev: resolve Coverity warnings 2012-07-30 12:10:12 +00:00
libblockdriver retire 64-bit conversion functions 2013-06-24 16:50:57 +02:00
libbz2 Upgrading bzip2 2012-11-21 18:32:06 +01:00
libc a bit more -Werror compatability 2013-08-20 11:37:40 +02:00
libchardriver libchardriver: resolve Coverity warnings 2012-07-30 12:10:13 +00:00
libclkconf i2c: initial bus drivers for am335x and dm37xx 2013-07-15 11:11:13 -04:00
libcompat_minix <a.out.h>, MINIX style: remove as obsolete 2013-08-06 11:43:35 +02:00
libcrypt Updating lib/libcrypt 2013-01-14 11:36:27 +01:00
libcurses Removing useless __NBSD_LIBC define in libcurses 2013-01-17 10:03:58 +01:00
libddekit fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
libdevman panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libedit fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
libelf libelf:use self hosted m4. 2013-04-24 17:22:59 +02:00
libexec libexec: bug in debugging code 2013-08-06 11:46:40 +02:00
libfetch Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00
libgpio gpio: port to am335x 2013-09-03 08:14:18 -04:00
libhgfs Create SFFS library out of HGFS 2012-04-09 18:08:26 +02:00
libi2cdriver libi2cdriver: add functions for IC register access 2013-09-18 08:10:26 -04:00
liblwip fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
libm libm Makefile: typo (from NetBSD) 2013-08-05 23:57:26 +02:00
libminc libminc: add reboot() 2013-08-05 10:22:33 -04:00
libminixfs libminixfs: allow non-page-multiple blocksizes 2013-08-20 16:19:28 +02:00
libminlib VM: support for shared call mask ACLs 2013-08-08 23:22:58 +02:00
libmthread fix a few more minix specific warnings 2013-08-27 16:16:03 +00:00
libnetdriver libnetdriver: only block datalink messages 2013-08-18 12:09:51 +02:00
libnetsock LWIP - fixed makefiles 2013-03-25 16:51:25 +01:00
libprop a bit more -Werror compatability 2013-08-20 11:37:40 +02:00
libpuffs VFS: Implement REQ_BPEEK. 2013-04-24 10:18:16 +00:00
librefuse Let the build system manage compilation flags 2013-03-08 09:41:49 +01:00
librmt Fix warnings trivial warnings. 2013-01-14 11:44:31 +01:00
libsffs VFS: Implement REQ_BPEEK. 2013-04-24 10:18:16 +00:00
libsys vm: make WARNS=5 proof 2013-09-06 11:51:20 +02:00
libterminfo Re-adding extended keys in minix termcap entry 2013-01-23 21:28:17 +01:00
libtimers Replace NULL macro defs with null.h include 2010-07-22 10:03:31 +00:00
libusb panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libutil a few DBG=-g build fixes, both arches 2013-06-16 15:27:41 +02:00
libvassert No more intel/minix segments. 2012-07-15 22:30:15 +02:00
libvboxfs libvboxfs: fix setting file mtimes 2012-10-17 23:01:24 +02:00
libvirtio panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libvtreefs panic: declare as printf-style-checked 2013-05-31 13:35:25 +00:00
libz Downgrading to netbsd zlib version 2013-04-09 16:43:13 +02:00
lua Importing NetBSD "Kyua" test framework 2013-07-23 20:43:41 +02:00
Makefile kernel: add padconf kernel call 2013-08-28 12:53:05 -04:00
Makefile.inc Removing obsolete _MINIX define 2013-02-26 09:44:20 +00:00