zephyr/drivers/serial
Maureen Helm 33ee93d7dd serial/uart_k20: Fix instance source clock frequencies
The uart_k20 serial driver incorrectly assumed that all instances of the
UART peripheral are driven by the system clock, when actually some
instances are driven by the bus clock (which usually runs at half the
system clock). This caused incorrect baud rate calculations for UART
instances driven by the bus clock (UART2-4).

Change-Id: I38041781cdee146912bb5167e7c71d6416b966b5
Signed-off-by: Maureen Helm <maureen.helm@nxp.com>
2016-11-04 23:00:04 +00:00
..
Kconfig cc3200: Add a UART driver (polled and interrupt modes) 2016-11-04 14:53:33 +00:00
Kconfig.altera_jtag uart_altera_jtag: add JTAG UART driver for Nios II 2016-06-22 16:42:19 +00:00
Kconfig.atmel_sam3 serial: minor kconfig semantic changes 2016-03-17 21:05:11 +00:00
Kconfig.cc32xx cc3200: Add a UART driver (polled and interrupt modes) 2016-11-04 14:53:33 +00:00
Kconfig.k20 doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Kconfig.nrf5 drivers/serial: Make nRF5 UART pin configuration board-specific 2016-10-24 15:04:46 +00:00
Kconfig.ns16550 doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Kconfig.nsim uart/nsim: Make config for uart/nsim explicit 2016-02-05 20:24:57 -05:00
Kconfig.qmsi drivers: uart_qmsi: Re-enable HW FC for arduino_101 & quark_se_devboard 2016-04-25 11:42:50 +00:00
Kconfig.stellaris doc: Fix terminology in Kconfig files for 'platform' 2016-08-18 21:17:29 +00:00
Kconfig.stm32 stm32: rename CONFIG_SOC_STM32 -> CONFIG_SOC_FAMILY_STM32 2016-04-18 21:24:58 +00:00
Makefile cc3200: Add a UART driver (polled and interrupt modes) 2016-11-04 14:53:33 +00:00
uart_altera_jtag.c serial/uart_altera_jtag: Make driver_api structure const. 2016-10-25 18:45:40 +00:00
uart_atmel_sam3.c serial/uart_atmel_sam3: Make driver_api structure const. 2016-10-25 18:45:41 +00:00
uart_cc32xx.c cc3200: Add a UART driver (polled and interrupt modes) 2016-11-04 14:53:33 +00:00
uart_k20.c serial/uart_k20: Fix instance source clock frequencies 2016-11-04 23:00:04 +00:00
uart_k20.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_k20_priv.h c++: Add extern "C" { } block to header files 2016-02-05 20:25:22 -05:00
uart_nrf5.c drivers: uart_nrf5: Remove pull-up configuration from RTS 2016-10-26 12:57:56 +00:00
uart_ns16550.c serial/uart_ns16550: Make driver_api structure const. 2016-10-25 18:45:42 +00:00
uart_ns16550.h uart/ns16550: implements new API of line control 2016-02-05 20:25:14 -05:00
uart_nsim.c serial/uart_nsim: Make driver_api const. 2016-10-26 20:50:59 +00:00
uart_qmsi.c uart_qmsi: Use qm_uart_*_context API 2016-11-03 23:52:07 +00:00
uart_stellaris.c serial/uart_stellaris: Make driver_api structure const. 2016-10-25 18:45:43 +00:00
uart_stellaris.h uart: add ISR callback mechanism for UART drivers 2016-03-05 13:37:57 +00:00
uart_stm32.c uart: stm32: add support for STM32F4 2016-10-28 18:58:05 +00:00
uart_stm32.h uart: stm32: add support for STM32F4 2016-10-28 18:58:05 +00:00