zephyr/drivers
Daniel Leung 91cea2c9a6 serial/nsim: refactor (again) to conform to driver model
() Rename nsim_uart.c to uart_nsim.c. This is to follow
   the driver naming convention.
() Rename functions nsim_uart_*() to uart_nsim_*(),
   following driver naming convention.
() 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: If015f39a6f6b4fcc65625e6e5f973b4469202f54
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 init: Implement fine-grained initialization policy 2016-02-05 20:24:54 -05:00
clock_control quark_se: rename platform and remove x86 suffix 2016-02-05 20:24:54 -05:00
console shell: prefix types with shell_ 2016-02-05 20:24:55 -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/nsim: refactor (again) to conform to driver model 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