-
由 Sameer Pujar 提交于
Moved devm_clk_get() API calls to a separate function and the same can be called early in the probe. This is done before runtime PM for the device is enabled. The runtime resume/suspend callbacks can later enable/disable clocks respectively(the support would be added in subsequent patches). Clock handles should be available by the time runtime suspend/resume calls can happen. Signed-off-by: NSameer Pujar <spujar@nvidia.com> Reviewed-by: NRavindra Lokhande <rlokhande@nvidia.com> Reviewed-by: NMohan Kumar D <mkumard@nvidia.com> Signed-off-by: NTakashi Iwai <tiwai@suse.de>
65af2122