phy: phy-stih407-usb: Use explicit reset_control_get_exclusive() API
authorLee Jones <lee.jones@linaro.org>
Tue, 28 Jun 2016 08:33:55 +0000 (09:33 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 1 Jul 2016 09:52:09 +0000 (10:52 +0100)
commitf5f35830fb84364a24794fe6c7101f85318481d2
tree57093c7bfa77ef2ae2a5ba411efa6d6330822668
parent8293c8a3bb068bd2d2dfe00b6b0000a8fc5c860a
phy: phy-stih407-usb: Use explicit reset_control_get_exclusive() API

We're making all reset line users specify whether their lines are
shared with other IP or they operate them exclusively.  In this case
the line is exclusively used only by this IP, so use the *_exclusive()
API accordingly.

Acked-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/phy/phy-stih407-usb.c