From: Vitaly Bordug Date: Wed, 24 May 2006 17:40:18 +0000 (+0400) Subject: [PATCH] ppc32 CPM_UART: various fixes for pq2 uart users X-Git-Tag: v2.6.17-rc6~95^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8e30a9a299ca30b6c4072c2182238d5f5dd1590d;p=pandora-kernel.git [PATCH] ppc32 CPM_UART: various fixes for pq2 uart users 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 Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed