zephyr/arch/arm
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
..
configs drivers: rename cortex_m_timer to cortex_m_systick 2016-02-05 20:15:19 -05:00
core ffs: rename find_[first|last]_set to find_[lsb|msb]_set 2016-02-05 20:15:25 -05:00
include doxygen: add @brief and capitalize 2016-02-05 20:14:33 -05:00
platforms serial: rework functions to use struct device... 2016-02-05 20:15:25 -05:00
defconfig Add context switch profile point. 2016-02-05 20:15:20 -05:00
Kconfig arm: Improve Kconfig option organization 2016-02-05 20:14:42 -05:00
Makefile arm: Move bsp/CortexM to core/cortex_m 2016-02-05 20:14:42 -05:00