zephyr/drivers/serial
Daniel Leung 40147440f5 serial: utilize dev->driver_api for new driver model
This is the final step to convert serial to the new driver model.
The dev->driver_api is now being used by individual drivers.

As a side effect, it is now possible to build multiple serial
drivers in the final image (though it won't make much sense).

Change-Id: I5d864e6503a5431b29006c311320155adf81cf5b
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:15:25 -05:00
..
k20UartDrv.c serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
k20UartDrv.h serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
Kconfig console: uart_console: introduces CONFIG_UART_CONSOLE 2016-02-05 20:15:25 -05:00
Makefile serial: converting to new driver initialization model 2016-02-05 20:15:25 -05:00
ns16550.c serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
ns16550.h serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
nsim_uart.c serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
nsim_uart.h serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
serial.c serial: converting to new driver initialization model 2016-02-05 20:15:25 -05:00
stellarisUartDrv.c serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00
stellarisUartDrv.h serial: utilize dev->driver_api for new driver model 2016-02-05 20:15:25 -05:00