]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit980d063fb3ff817928daafa0d98dff1ef8222107
tree57093c7bfa77ef2ae2a5ba411efa6d6330822668
parent5b4ef63fccda78687f2eb4d24c03cfb8013d8bdf
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