From: Magnus Damm Date: Fri, 27 Nov 2009 08:38:51 +0000 (+0900) Subject: Driver Core: Early platform driver buffer X-Git-Tag: v2.6.33-rc1~314^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c60e0504c8e4fa14179d0687d80ef25148dd6dd4;p=pandora-kernel.git Driver Core: Early platform driver buffer Add early_platform_init_buffer() support and update the early platform driver code to allow passing parameters to the driver on the kernel command line. early_platform_init_buffer() simply allows early platform drivers to provide a pointer and length to a memory area where the remaining part of the kernel command line option will be stored. Needed to pass baud rate and other serial port options to the reworked early serial console code on SuperH. Signed-off-by: Magnus Damm Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed