From: Stephen Boyd Date: Wed, 21 Aug 2013 06:48:02 +0000 (-0700) Subject: msm_serial: Switch clock consumer strings and simplify code X-Git-Tag: v3.12-rc1~182^2~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfaddb7d13ffd5db0180f0121447e2ca4ce3020e;p=pandora-kernel.git msm_serial: Switch clock consumer strings and simplify code In downstream kernel we've standardized the clock consumer names that MSM device drivers use. Replace the uart specific clock names in this driver with the more standard 'core' and 'iface' names. Also simplify the code by assuming that clk_prepare_enable and clk_disable_unprepare() will properly check for NULL pointers (it will because MSM uses the common clock framework). Cc: David Brown Signed-off-by: Stephen Boyd Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed