android_kernel_samsung_msm8976/drivers/serial/cpm_uart
Jochen Friedrich d214602804 [POWERPC] Fix cpm_uart driver for cpm1 machines
in cpm_uart_cpm1.h, DPRAM_BASE is assigned an address derived from cpmp.
On ARC=ppc, this is a physical address with 1:1 DMA mapping which can't
be used for arithmetric compare operations with virtual addresses
returned by cpm_dpram_addr. This patch changes the assignment to use
cpm_dpram_addr as well, like in cpm_uart_cpm2.h.

Signed-off-by: Jochen Friedrich <jochen@scram.de>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2007-09-28 10:26:30 -05:00
..
cpm_uart.h
cpm_uart_core.c
cpm_uart_cpm1.c
cpm_uart_cpm1.h [POWERPC] Fix cpm_uart driver for cpm1 machines 2007-09-28 10:26:30 -05:00
cpm_uart_cpm2.c
cpm_uart_cpm2.h
Makefile