From: Dale Farnsworth Date: Mon, 14 May 2007 19:52:22 +0000 (+1000) Subject: [POWERPC] Add Marvell mv64x60 udbg putc/getc functions X-Git-Tag: v2.6.24-rc1~1450^2~190 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9b41fcb0eb890009f9de3df76fcdb2ba77314a4b;p=pandora-kernel.git [POWERPC] Add Marvell mv64x60 udbg putc/getc functions Commit 69331af, "Fixes and cleanups for earlyprintk aka boot console", resulted in printk output prior to the initialization of the mpsc console driver not being printed. That commit causes the mpsc's CON_PRINTBUFFER flag to be cleared since udbg should have printed the previous output. I guess we can no longer ignore udbg. :) This patch provides udbg_putc() and udbg_getc() functions for the Marvell mv64x60 chips. These functions are enabled if an mv64x60 port is to be used as the console as determined from the device tree. Signed-off-by: Dale Farnsworth Acked-by: Mark A. Greer Signed-off-by: Paul Mackerras --- Reading git-diff-tree failed