zephyr/drivers
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
..
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/stellaris: 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