From: Darren Hart Date: Fri, 9 Mar 2012 17:51:49 +0000 (-0800) Subject: pch_uart: Add Fish River Island II uart clock quirks X-Git-Tag: v3.4-rc1~185^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=077175f08e365629312ce32918e0c8047151763d;p=pandora-kernel.git pch_uart: Add Fish River Island II uart clock quirks Add support for the Fish River Island II (FRI2) UART clock following the CM-iTC quirk handling mechanism. Depending on the firmware installed on the device, the FRI2 uses a 48MHz or a 64MHz UART clock. This is detected with DMI strings. Add similar UART clock quirk handling to the pch_console_setup() function to enable kernel messages on boards with non-standard UART clocks. Per Alan's suggestion, abstract out UART clock selection into pch_uart_get_uartclk() to avoid code duplication. Signed-off-by: Darren Hart CC: Tomoya MORINAGA CC: Feng Tang CC: Alan Cox Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed