From: Srinivas Kandagatla Date: Thu, 21 Aug 2014 06:45:10 +0000 (+0100) Subject: usb: phy: msm: Make phy_reset clk and reset line optional. X-Git-Tag: fixes-for-v3.18-merge-window~16^2~118^2~64 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1a4caf41ed8154c4e7b75b4e12c1a7d851e2137;p=pandora-kernel.git usb: phy: msm: Make phy_reset clk and reset line optional. This patch makes the phy reset clk and reset line optional as this clk is not available on boards like IFC6410 with APQ8064. phy-reset clk is only used as argument to the mach level callbacks, so this patch adds condition before clk_get calls so that the driver wouldn't fail on SOCs which do not have this support. Signed-off-by: Srinivas Kandagatla Signed-off-by: Felipe Balbi --- Reading git-diff-tree failed