From: Huang Shijie Date: Sun, 9 Jun 2013 02:01:19 +0000 (+0800) Subject: serial: imx: enable the clocks for console X-Git-Tag: omap-for-v3.11/fixes-for-merge-window~77^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0c375501;p=pandora-kernel.git serial: imx: enable the clocks for console The console's clocks are disabled after the uart driver is probed. It makes that we can see less log from the console now (though we still can get all the log by the `dmesg`). So enable the clocks for console, and we can see all the log again. This patch also disables the sport->clk_per when we fail to enable the sport->clk_ipg; Signed-off-by: Huang Shijie Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed