zephyr/include
Andrew Boie 2a2a855aa8 drivers: i2c: add system call handlers
i2c actually only has two entry points into the driver,
i2c_configure and i2c_transfer. All the other APIs are derived
from these.

All derived APIs now just call i2c_transfer() with appropriate args.

The handler for i2c_transfer() needs to examine the message array
and validate all the buffers involved depending on whether we are
reading or writing to them.

Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2017-10-30 13:20:19 -07:00
..
arch x86: MMU: Create PAE page structures and unions. 2017-10-23 10:13:07 -07:00
bluetooth Bluetooth: Add support for decoding new address types 2017-10-05 13:14:08 +03:00
crypto
debug
dfu
display
drivers drivers: clock_control: provide support for stm32f0. 2017-10-23 12:31:47 +02:00
dt-bindings dts: Add Kinetis SIM clock bindings 2017-10-20 12:28:11 -05:00
fs subsys: fs: consolidate elm FAT kconfig options 2017-10-03 08:43:50 -04:00
linker userspace: add K_THREAD_ACCCESS_GRANT() 2017-10-18 07:37:38 -07:00
logging
misc sys: slist, dlist: Improve "not thread safe" docstrings 2017-10-17 17:39:15 -04:00
net net: context: net_context_setup_pools: Elaborate docs 2017-10-28 14:20:57 -04:00
shell
toolchain kernel: abolish __syscall_inline 2017-10-03 16:16:03 -04:00
usb doc: Fix misspellings in header/doxygen comments 2017-10-17 19:40:29 -04:00
zephyr
adc.h
aio_comparator.h
atomic.h
cache.h
clock_control.h
console.h
counter.h
crc16.h
device.h
disk_access.h
dma.h drivers: dma: remove deprecated API functions 2017-09-22 07:50:20 -04:00
eth.h
flash.h drivers: flash: Add API for retrieving a supported write-block-size 2017-10-11 11:19:15 -05:00
fs.h
gpio.h
i2c.h drivers: i2c: add system call handlers 2017-10-30 13:20:19 -07:00
i2s.h doc: replace UTF-8 chars 2017-10-03 20:03:57 -04:00
init.h
ipm.h
irq_offload.h
irq.h
json.h lib: json: move json.h to include/ 2017-10-03 14:50:14 -04:00
kernel_version.h
kernel.h kernel: Preprocessor Undef warning fix in kernel.h 2017-10-27 10:18:26 -07:00
led_strip.h drivers: led_strip: add public API for addressable LED strips 2017-10-28 13:23:30 -04:00
pinmux.h
power.h
pthread.h
pwm.h
random.h
rtc.h
sensor.h sensors: implement system calls 2017-10-07 10:45:15 -07:00
shared_irq.h
spi_legacy.h
spi.h drivers/spi: Run CS/GPIO logic only when relevant 2017-10-10 09:42:45 -04:00
sw_isr_table.h sw_isr_table.h: fix includes 2017-10-27 16:08:54 -04:00
sys_clock.h
sys_io.h
syscall.h kernel: allow system call with 64-bit return val 2017-10-12 16:25:00 -07:00
toolchain.h
uart.h
watchdog.h
zephyr.h