PCA9555 I/O expander: Fix an error in addressing noted by Stefan Kolb; convert to use I2C_TRANSFER instead of I2C_WRITEREAD which is not thread safe

This commit is contained in:
Gregory Nutt
2016-01-26 07:59:36 -06:00
parent 26d40fa80c
commit f74fbecf52
2 changed files with 75 additions and 30 deletions
+1
View File
@@ -15,6 +15,7 @@ if IOEXPANDER_PCA9555
config PCA9555_MULTIPLE
bool "Multiple PCA9555 Devices"
default n
depends on EXPERIMENTAL
---help---
Can be defined to support multiple PCA9555 devices on board.