zephyr/drivers
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
..
adc quark_se_ss: rename platform and remove arc suffix 2016-02-05 20:24:54 -05:00
aio init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
bluetooth bluetooth/uart: let UART driver do the initialization 2016-02-05 20:24:56 -05:00
clock_control quark_se: rename platform and remove x86 suffix 2016-02-05 20:24:54 -05:00
console uart_pipe: let UART driver do the initialization 2016-02-05 20:24:56 -05:00
ethernet init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
gpio gpio: dw: Remove already defined macro 2016-02-05 20:24:55 -05:00
grove init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
i2c replace nano_tick_get_32 with sys_tick_get_32 2016-02-05 20:24:55 -05:00
interrupt_controller kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
ipi quark_se_ss: rename platform and remove arc suffix 2016-02-05 20:24:54 -05:00
pci kconfig: define architecture as a kconfig variable 2016-02-05 20:24:52 -05:00
pinmux init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
pwm init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
random timer: Rename _sys_clock_cycle_get() 2016-02-05 20:24:55 -05:00
rtc drivers: make stubs work with MVIC 2016-02-05 20:24:55 -05:00
serial serial: remove unused code after refactoring 2016-02-05 20:24:56 -05:00
shared_irq init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
spi quark_se: rename platform and remove x86 suffix 2016-02-05 20:24:54 -05:00
timer timer: Remove deprecated routines 2016-02-05 20:24:55 -05:00
watchdog drivers: make stubs work with MVIC 2016-02-05 20:24:55 -05:00
Kconfig Rename simple UART driver to pipe UART 2016-02-05 20:24:52 -05:00
Makefile build: set platform name without quotes and reuse everywhere 2016-02-05 20:24:54 -05:00