commit | ed31ee7cf1fea2463d9600ac91ed74691b88131f | [log] [tgz] |
---|---|---|
author | Roger Quadros <rogerq@ti.com> | Wed Dec 05 17:03:23 2018 +0200 |
committer | Kishon Vijay Abraham I <kishon@ti.com> | Thu Feb 07 11:10:37 2019 +0530 |
tree | a1093b0702863b996eb8fd3e2b6969a143d24f4d | |
parent | 32fcf6fc6c71ffb29f31cffe6e93f4389757cb19 [diff] |
phy: ti: usb2: Fix logic on -EPROBE_DEFER If clk_get() returns -EPROBE_DEFER then we should just return instead of falling back to old clock name. Use clk_prepare_enable() and clk_disable_unprepare() instead of splitting up prepare/unprepare from enable/disable. Signed-off-by: Roger Quadros <rogerq@ti.com> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>