]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: st: Use explicit reset_control_get_exclusive() API
authorLee Jones <lee.jones@linaro.org>
Tue, 28 Jun 2016 08:24:40 +0000 (09:24 +0100)
committerLee Jones <lee.jones@linaro.org>
Fri, 1 Jul 2016 09:52:16 +0000 (10:52 +0100)
commit21e18f26fb76cf3c780acc3f79b2dc1f583dd0de
treecfe6ee6f2eba8d2bae106710caba8d8c6d78a7c4
parenta8525e4b1159f23712c1eb205160280914bf09f7
usb: dwc3: st: 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: Felipe Balbi <felipe.balbi@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/usb/dwc3/dwc3-st.c