i2c: import of Synopsis DesignWare I2C

Initial import of Synopsis DesignWare I2C driver functionality
for the Zephyr Project.  This import has been tested for host
master control.  While it does contain the code to work as a host
slave, this code has not yet been completely tested and validated.

Change-Id: I3df0214f6e3b6798f7dad4819d09c3ec5998e508
Signed-off-by: Dan Kalowsky <daniel.kalowsky@intel.com>
This commit is contained in:
Dan Kalowsky 2015-08-26 14:56:43 -07:00 committed by Anas Nashif
commit 998cc8e3d4
6 changed files with 999 additions and 0 deletions

View file

@ -0,0 +1 @@
obj-$(CONFIG_DW_I2C) += dw_i2c.o