zephyr/include/drivers
Daniel Leung 8a3273aeb6 arm/fsl_frdm_k64f: serial/uart_k20: rework UART clock gating
The code to poke the system integration module to disable clock gating
for UARTs only works for UART0-3 since all the bits are in the same
register. However, clocks for UART4 and UART5 are controlled by
another register. This means that we have been writing to the wrong
bit for enabling UART4.

This patch fixes this issue, and moves the clock gating clock into
board initialization. The incorrect code has also been removed to
prevent accidental mis-use. The dev_data struct is no longer needed
for uart_k20, so that is removed as well.

Change-Id: I67845a417e43647bf0ffcbdbda34ce68fa887713
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2016-02-05 20:25:06 -05:00
..
clock_control clock: add Quark SE clock control 2016-02-05 20:24:48 -05:00
console ipi: rename to ipm 2016-02-05 20:25:04 -05:00
pci Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
serial serial/nsim: refactor (again) to conform to driver model 2016-02-05 20:24:56 -05:00
spi Change BSD-3 licenses to Apache 2 2016-02-05 20:24:29 -05:00
ioapic.h ioapic: move common init code into driver 2016-02-05 20:25:03 -05:00
k6x_mpu.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k6x_pmc.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k20_mcg.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k20_pcr.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
k20_sim.h arm/fsl_frdm_k64f: serial/uart_k20: rework UART clock gating 2016-02-05 20:25:06 -05:00
k20_watchdog.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
loapic.h x86: iamcu: Add support for the IAMCU calling convention. 2016-02-05 20:25:06 -05:00
mvic.h x86: add Quark D2000 Interrupt Controller (MVIC) 2016-02-05 20:24:48 -05:00
rand32.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00
system_timer.h Fixed file description and applied doxygen style 2016-02-05 20:24:58 -05:00