From: Gabor Juhos Date: Wed, 28 Aug 2013 08:09:28 +0000 (+0200) Subject: tty: ar933x_uart: use the clk API to get the uart clock X-Git-Tag: v3.12-rc1~182^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15ef17f622033455dcf03ae96256e474073a7b11;p=pandora-kernel.git tty: ar933x_uart: use the clk API to get the uart clock The AR933x UARTs are only used on the Atheros AR933x SoCs. The base clock frequency of the UART is passed to the driver via platform data. The SoC support code implements the generic clock API, and the clock rate can be retrieved via that. Update the code to get the clock rate via the generic clock API instead of using the platform data. Signed-off-by: Gabor Juhos Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed