mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
389a81192e
Initial implementation of the MSM SSBI driver. The MSM SSBI driver uses the i2c framework rather than implement its own core driver. The i2c framework was chosen over w1 or spi because these drivers do not support a mechanism for passing in a slave device register address which is required by the SSBI protocol. Rather than prepending the register address to the user data, the i2c driver is used by overloading the slave device address to be used as the device register address. Signed-off-by: Kenneth Heitke <kheitke@quicinc.com> |
||
---|---|---|
.. | ||
algos | ||
busses | ||
muxes | ||
i2c-boardinfo.c | ||
i2c-core.c | ||
i2c-core.h | ||
i2c-dev.c | ||
i2c-mux.c | ||
i2c-smbus.c | ||
Kconfig | ||
Makefile |