zephyr/include
Daniel Leung 1ad2a56ee3 serial: rework functions to use struct device...
... instead of an array index to a global array. This is
an intermediate step to make the drivers conform to
the new driver model.

This only changes from using a direct array index to using
device structs. The UARTs are still staticlly defined.
Later patches will make the drivers utilize the driver
initialization procedure specified by the driver model.

Change-Id: I18041bbb4b0efdf8ae87088fd000b391d0827e9b
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:25 -05:00
..
arch ffs: change find_[lsb|msb]_set parameter type to uint32_t 2016-02-05 20:15:25 -05:00
bluetooth Bluetooth: Add GATT Signed Write command 2016-02-05 20:15:24 -05:00
drivers serial: rework functions to use struct device... 2016-02-05 20:15:25 -05:00
microkernel timers: consolidate task_timer_start/restart() 2016-02-05 20:15:21 -05:00
misc util: move ARRAY_SIZE/CONTAINER_OF to non-ASM part of file 2016-02-05 20:15:21 -05:00
net net: tinydtls: Include file was missing 2016-02-05 20:15:24 -05:00
toolchain toolchain.h: add __used macro 2016-02-05 20:15:19 -05:00
atomic.h
device.h drivers: extending device.h for common driver ops 2016-02-05 20:15:19 -05:00
gpio.h gpio: Fix function signature for gpio_set_callback() 2016-02-05 20:15:19 -05:00
i2c.h
init.h toolchain.h: add __used macro 2016-02-05 20:15:19 -05:00
kernel_version.h
linker-defs.h
linker-tool-gcc.h toolchain: add support for iamcu toolchain 2016-02-05 20:14:38 -05:00
linker-tool.h
microkernel.h timers: consolidate task_timer_start/restart() 2016-02-05 20:15:21 -05:00
nanokernel.h doxygen: move nanokernel fiber comments to header 2016-02-05 20:15:20 -05:00
section_tags.h
sections.h
spi.h spi: Fix the generic API header 2016-02-05 20:14:39 -05:00
sw_isr_table.h
sys_clock.h Kconfig: fix SYS_CLOCK_HW_CYCLES_PER_SEC dependencies 2016-02-05 20:14:42 -05:00
toolchain.h