i2c: Add I2C driver for Quark SE Sensor Subsystem

This adds the I2C driver for the Sensor Subsystem on Quark SE.
This provides minimal support for the I2C controller, and does
only synchronous transfer at the moment.

Change-Id: I400b8ff3390d4b641bed5b8c617830c4217de3ff
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
This commit is contained in:
Daniel Leung 2015-10-27 16:46:04 -07:00 committed by Anas Nashif
commit c6d527bc4b
5 changed files with 1038 additions and 0 deletions

View file

@ -1 +1,2 @@
obj-$(CONFIG_I2C_DW) += i2c_dw.o i2c_static_irq_stubs.o
obj-$(CONFIG_I2C_QUARK_SE_SS) += i2c_quark_se_ss.o