drivers/ioexpander/pca9555: Now uses i2c_read and i2c_write instead of I2C_READ and I2C_WERITE

This commit is contained in:
Gregory Nutt
2016-01-26 11:07:47 -06:00
parent b6b3c2be3e
commit efb5674742
2 changed files with 29 additions and 3 deletions
+2
View File
@@ -11372,4 +11372,6 @@
* drivers/i2c/i2c_writeread.c: Create a wrapper that uses I2C_TRANSFER
to implement I2C_WRITEREAD functionality (2016-01-26).
* I2C: Eliminate the I@C_WRITEREAD method (2016-01-26).
* drivers/i2c/i2c_read.c and i2c_write.c: Convert to use I2C_TRANSFER vs.
I2C_READ and I2C_WRITE which are not thread safe (2016-01-26).