dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/drivers/serial/cpm_uart
Scott Wood 15f8c604a7 [POWERPC] cpm: Describe multi-user ram in its own device node.
The way the current CPM binding describes available multi-user (a.k.a.
dual-ported) RAM doesn't work well when there are multiple free regions,
and it doesn't work at all if the region doesn't begin at the start of
the muram area (as the hardware needs to be programmed with offsets into
this area).  The latter situation can happen with SMC UARTs on CPM2, as its
parameter RAM is relocatable, u-boot puts it at zero, and the kernel doesn't
support moving it.

It is now described with a muram node, similar to QE.  The current CPM
binding is sufficiently recent (i.e. never appeared in an official release)
that compatibility with existing device trees is not an issue.

The code supporting the new binding is shared between cpm1 and cpm2, rather
than remain separated.  QE should be able to use this code as well, once
minor fixes are made to its device trees.

Signed-off-by: Scott Wood <scottwood@freescale.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2007-10-04 15:47:05 -05:00
..
Makefile Linux-2.6.12-rc2 2005-04-16 15:20:36 -07:00
cpm_uart.h [POWERPC] cpm_uart: sparse fixes 2007-10-03 20:36:35 -05:00
cpm_uart_core.c [POWERPC] cpm_uart: Issue STOP_TX command before initializing console. 2007-10-03 20:36:35 -05:00
cpm_uart_cpm1.c [POWERPC] cpm_uart: sparse fixes 2007-10-03 20:36:35 -05:00
cpm_uart_cpm1.h [POWERPC] cpm_uart: sparse fixes 2007-10-03 20:36:35 -05:00
cpm_uart_cpm2.c [POWERPC] cpm: Describe multi-user ram in its own device node. 2007-10-04 15:47:05 -05:00
cpm_uart_cpm2.h [POWERPC] cpm_uart: sparse fixes 2007-10-03 20:36:35 -05:00