[PATCH] ppc32 CPM_UART: various fixes for pq2 uart users
authorVitaly Bordug <vbordug@ru.mvista.com>
Wed, 24 May 2006 17:40:18 +0000 (21:40 +0400)
committerPaul Mackerras <paulus@samba.org>
Fri, 26 May 2006 12:38:56 +0000 (22:38 +1000)
This fixes various odd things that missed update together with cpm_uart
platform_device move. Unified resources names, restructurisation, etc.
Also, addressed issue with recent phys/virt translation rework. Being
cache-coherent, CPM2's do alloc_bootmem() for the console stuff, and it was
used to treat console buffer descriptor mapping 1:1 (as in CPM1 case),
which is definitely wrong.

Signed-off-by: Vitaly Bordug <vbordug@ru.mvista.com>
Signed-off-by: Paul Mackerras <paulus@samba.org>

No differences found