linux-stable/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
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpm_uart.h [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning 2007-05-09 23:44:58 -05:00
cpm_uart_core.c [POWERPC] CPM_UART: Use inline function form of eieio 2007-07-10 00:33:19 -05:00
cpm_uart_cpm1.c [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning 2007-05-09 23:44:58 -05:00
cpm_uart_cpm1.h [POWERPC] Fix cpm_uart driver for cpm1 machines 2007-09-28 10:26:30 -05:00
cpm_uart_cpm2.c [POWERPC] CPM_UART: Removed __init from cpm_uart_init_portdesc to fix warning 2007-05-09 23:44:58 -05:00
cpm_uart_cpm2.h [POWERPC] Fix kernel build errors for mpc8272ads and mpc8560ads 2007-02-07 14:03:20 +11:00