From: Thomas Abraham Date: Mon, 24 Oct 2011 09:47:57 +0000 (+0200) Subject: serial: samsung: remove all uses of get_clksrc and set_clksrc X-Git-Tag: v3.3-rc1~143^2~1^2^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c3310fbbeb9db6967900ed22eb3d0bd0bb0e892c;p=pandora-kernel.git serial: samsung: remove all uses of get_clksrc and set_clksrc With clkdev based clock lookup support, the clock set and get operation using clock names communicated between the samsung uart driver and the SoC specific extension can be removed. In addition to that, for each platform specific extension, add the default clock selection, number of clock options for uart baud generator, clock selection bit mask and shift values which is required by the clkdev support in samsung uart driver. The default clock selection value 'def_clk_sel' specifies the default clock to be used as the source clock for baud rate generator in case the platform code does not specify the same. Cc: Ben Dooks Signed-off-by: Thomas Abraham Signed-off-by: Kukjin Kim --- Reading git-diff-tree failed