Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
Go to file
Daniel Leung 32829a9a9b i2c/i2c_dw: tiny improvement to execution flow
() Rolls the transfer initialization function into the setup function,
   as it is logical to have just one function (not to mention there
   was duplicate code).
() The setup function returns early if there is any error.

Change-Id: Ie9d3057f2963a0ba5b74ac66e058ff4fee31f099
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:25:15 -05:00
arch quark_d2000_crb: make I2C controller work 2016-02-05 20:25:15 -05:00
boards quark-se: Add the development board support 2016-02-05 20:25:15 -05:00
doc doc: Change README to reflect new API documentation. 2016-02-05 20:25:15 -05:00
drivers i2c/i2c_dw: tiny improvement to execution flow 2016-02-05 20:25:15 -05:00
include i2c: make i2c_transfer() really generic 2016-02-05 20:25:15 -05:00
kernel nano_timers: Simplify nano_xxx_timer_test() API family 2016-02-05 20:25:15 -05:00
lib Add isgraph()/isprint()/isxdigit()/toupper() 2016-02-05 20:25:06 -05:00
misc kconfig: add mising option TASK_DEBUG 2016-02-05 20:25:13 -05:00
net nano_sema: Simplify nano_xxx_sem_take() API family 2016-02-05 20:25:14 -05:00
samples i2c: make i2c_transfer() really generic 2016-02-05 20:25:15 -05:00
scripts release: Update sanitycheck footprint data 2016-02-05 20:25:14 -05:00
.checkpatch.conf checkpatch: Remove --no-signoff option 2016-02-05 20:25:12 -05:00
.gitattributes
.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 strip MDEF_FILE_PATH variable 2016-02-05 20:25:13 -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
Makefile drivers: Add infrastructure for QMSI drivers 2016-02-05 20:25:15 -05:00
Makefile.inc dequote and strip CONF_FILE variable and minor variable cleanup 2016-02-05 20:25:13 -05:00
zephyr-env.sh