zephyr/drivers/i2c
Daniel Leung 1c96cdeb52 i2c: simplify API and driver_api with generic transfer function
With the introduction of generic transfer function, it is no longer
needed to specify read or write functions explicitly in drivers.
All read/write functions can now thus call the generic transfer
function to achieve the same result.

With this change, the transfer function becomes mandatory, and
should always be available.

Change-Id: Ia6fb98e58b84330a56a5d44ed3df9db42c3a5e88
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:27 -05:00
..
Kconfig i2c: Kconfig: Do not provide platform specific default settings 2016-02-05 20:24:22 -05:00
Makefile i2c: move irq stubs to driver 2016-02-05 20:24:18 -05:00
i2c-dw-registers.h i2c: naming functions to follow naming convention 2016-02-05 20:24:19 -05:00
i2c-dw.c i2c: simplify API and driver_api with generic transfer function 2016-02-05 20:24:27 -05:00
i2c-dw.h i2c: dw: re-organize transfer related code 2016-02-05 20:24:27 -05:00
i2c_static_irq_stubs.S i2c: naming functions to follow naming convention 2016-02-05 20:24:19 -05:00