]> Zhao Yanbai Git Server - minix.git/commit
I2C: change BUSC_I2C_xxx to use own protocol 59/959/2
authorDavid van Moolenbroek <david@minix3.org>
Mon, 2 Sep 2013 11:45:02 +0000 (13:45 +0200)
committerLionel Sambuc <lionel@minix3.org>
Tue, 18 Feb 2014 10:25:03 +0000 (11:25 +0100)
commit660d34cd85f595dcc14d3175d3c5e727f54fdb3f
tree3632cfe7e24cc5c662b6f82c48d886a8cb3a94d2
parent4211c5d26764c87fde50e224f1db008bf14a748e
I2C: change BUSC_I2C_xxx to use own protocol

Previously it would use bits of the character driver protocol, which
will change heavily.  In the new situation, the BUSC_I2C_xxx requests
use a protocol more in line with the PCI protocol, with the reply code
in m_type.

Change-Id: I51597b3f191078c8178ce17372de123031f7a4c4
drivers/i2c/i2c.c
include/minix/com.h
lib/libi2cdriver/i2cdriver.c