zephyr/drivers/serial
Daniel Leung 1d816afcc0 serial: remove unused code after refactoring
Remove unused code after refactoring all the serial/UART drivers.

() Since device initialization is done by the drivers themselves,
   there is no need to have config_func(), port_init() and uart_init()
   to perform configuration external to driver. So remove the related
   bits.
() The IRQ priority is only being used when doing IRQ_CONNECT_STATIC().
   So there is no need to send it over during uart_init().

Change-Id: I72eb3402036b53cbc01c1eb968de0ddfa0096ee2
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:24:56 -05:00
..
Kconfig serial: remove unused code after refactoring 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.nsim serial/nsim: 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: remove unused code after refactoring 2016-02-05 20:24:56 -05:00
uart_k20.c serial/k20: consolidate initialization code 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: consolidate initialization code 2016-02-05 20:24:56 -05:00
uart_nsim.c serial/nsim: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
uart_stellaris.c serial/stellaris: consolidate initialization code 2016-02-05 20:24:56 -05:00