No description
Find a file
Andre Guedes ec7c6a80fc i2c: Enable QMSI driver for Quark D2000
This patch fixes the QMSI I2C shim driver so we are able to use it in
Quark D2000 based platforms. The only change required to enable this
driver is an #if guard in i2c_qmsi_init() because the macro QM_I2C_1
is not defined in QMSI headers from Quark D2000.

Since this drivers is now properly tested with Quark D2000, this patch
sets the QMSI driver default options in arch/x86/soc/quark_d2000/Kconfig.
It also adds the wiring information required to test the i2c_lsm9ds0
sample app in the Quark D2000 CRB.

Change-Id: I4be03c09304da5a66ac663e48b1d72225eb5651d
Signed-off-by: Andre Guedes <andre.guedes@intel.com>
2016-02-20 02:51:49 +00:00
arch i2c: Enable QMSI driver for Quark D2000 2016-02-20 02:51:49 +00:00
boards boards: remove obsolete CTB board 2016-02-17 17:07:08 +00:00
doc doc: Update and include nanokernel_example.rst 2016-02-19 11:18:49 -06:00
drivers i2c: Enable QMSI driver for Quark D2000 2016-02-20 02:51:49 +00:00
include net: ip: Make sure CONFIG_NETWORKING_WITH_LOGGING is properly handled 2016-02-19 12:33:45 +00:00
kernel adv_power:Advanced Power Management APIs 2016-02-12 11:20:32 -08:00
lib doc: Fix misuse of @file doxygen tag 2016-02-11 20:11:03 +00:00
misc init: use SYS_INIT() where it makes sense 2016-02-05 20:25:25 -05:00
net net: contiki: Enable packet queueing 2016-02-19 12:38:04 +00:00
samples i2c: Enable QMSI driver for Quark D2000 2016-02-20 02:51:49 +00:00
scripts boards: remove obsolete CTB board 2016-02-17 17:07:08 +00:00
tests Bluetooth: Use BIT() macro wherever possible 2016-02-19 10:47:29 +02:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore gitignore: Add vim temporary files 2016-02-05 20:25:14 -05:00
.mailmap Update .mailmap 2016-02-05 20:24:37 -05:00
Kbuild remove already resolved GENOFFSET_H dependency 2016-02-05 20:25:16 -05:00
Kconfig sanitize use of ARCH/SRCARCH 2016-02-05 20:25:04 -05:00
Kconfig.zephyr kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
LICENSE add top level Apache 2.0 license file 2016-02-05 20:24:37 -05:00
Makefile improve 'make help' and remove config targets 2016-02-17 13:42:08 +00:00
Makefile.inc build: fix parallel builds of applications 2016-02-05 20:25:30 -05:00
zephyr-env.sh Use .zephyrrc for initializing common variables 2016-02-17 13:42:25 +00:00