zephyr/drivers/serial
Daniel Leung b541dbdf77 serial/stellaris: refactor (again) to conform to driver model
() Renames stellarisUartDrv.c to uart_stellaris.c. This is to follow
   the driver naming convention.
() Renames functions stellaris_uart_*() to uart_stellaris_*(),
   following driver naming convention.
() Renames CONFIG_STELLARIS_UART* to CONFIG_UART_STELLARIS*
() UART ports initialization is moved into the driver itself.
   All the init code in platform config files is removed.
() Adds (many) Kconfig options. These don't have to be defined
   in each platform's board.h anymore.

Change-Id: I0eadc3878d69ff24d1637f8df5220fd2f161d24f
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:56 -05:00
..
Kconfig serial/stellaris: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
Kconfig.k20 serial/k20: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
Kconfig.ns16550 serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
Kconfig.stellaris serial/stellaris: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
Makefile serial/stellaris: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
nsim_uart.c checkpatch: warning - new_typedefs 2016-02-05 20:24:41 -05:00
nsim_uart.h uart: Move generic API to root directory of include 2016-02-05 20:24:32 -05:00
serial.c checkpatch: warning - new_typedefs 2016-02-05 20:24:41 -05:00
uart_k20.c serial/k20: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
uart_k20_priv.h serial/k20: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
uart_ns16550.c serial/ns16550: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
uart_stellaris.c serial/stellaris: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00