No description
Find a file
Daniel Leung 76bfe7b3a1 i2c: dw: re-organize transfer related code
() Re-organize the steps involved in data transfer, according to
   the datasheet's flowchart.
() Extract the common code for transfer initialization and put
   it into its own function.
() i2c_write() and i2c_polling_write() are now using the common
   data sending function.

Change-Id: Ieb90253ee10ddceb3b5d05b258e7fc6253d18729
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:27 -05:00
arch x86: Allow use of simple_uart driver with ia32 target 2016-02-05 20:24:26 -05:00
doc doc: adding :dfn: syntax where needed 2016-02-05 20:24:27 -05:00
drivers i2c: dw: re-organize transfer related code 2016-02-05 20:24:27 -05:00
include uart: make poll_in and poll_out mandatory 2016-02-05 20:24:27 -05:00
kernel kconfig: use zephyr as the binary name globally 2016-02-05 20:24:22 -05:00
lib tinycrypt: use tabs not spaces 2016-02-05 20:24:27 -05:00
misc kconfig: use zephyr as the binary name globally 2016-02-05 20:24:22 -05:00
net tinycrypt: moving includes 2016-02-05 20:24:27 -05:00
samples tinycrypt: moving includes 2016-02-05 20:24:27 -05:00
scripts sanitycheck: look for misaligned XIP VMA/LMA addresses 2016-02-05 20:24:27 -05:00
.checkpatch.conf checkpatch: added config file 2016-02-05 20:24:23 -05:00
.gitattributes First commit 2015-04-10 16:44:37 -07:00
.gitignore .gitignore: add ctags data file 2016-02-05 20:16:15 -05:00
.mailmap First commit 2015-04-10 16:44:37 -07:00
Kbuild mdef: do not try to use MDEF file if it was not defined 2016-02-05 20:24:23 -05:00
Kconfig Split main Kconfig to allow application specific Kconfig 2016-02-05 20:15:28 -05:00
Kconfig.zephyr Split main Kconfig to allow application specific Kconfig 2016-02-05 20:15:28 -05:00
Makefile Zephyr 0.5.0 2016-02-05 20:24:22 -05:00
Makefile.inc Kbuild: Use DOTCONFIG instead of /.config 2016-02-05 20:15:33 -05:00
zephyr-env.sh Rename Zephyr OS into Zephyr Kernel 2016-02-05 20:14:26 -05:00