]> 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)
commita8525e4b1159f23712c1eb205160280914bf09f7
tree57093c7bfa77ef2ae2a5ba411efa6d6330822668
parent54623b00353062e5fb0838fed726be001bb389dc
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