]> 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)
commit68092861bb8e2e6a2d6611011860371fe83a5eb2
treecfe6ee6f2eba8d2bae106710caba8d8c6d78a7c4
parent980d063fb3ff817928daafa0d98dff1ef8222107
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