]> git.baikalelectronics.ru Git - kernel.git/commit
usb: dwc3: omap: use runtime API's to enable clocks
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 25 Jan 2013 03:00:47 +0000 (08:30 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 25 Jan 2013 07:15:54 +0000 (09:15 +0200)
commit59ac335179e4b0e7e8e53b68e4121d71edf8052e
tree621dc23052ebd752e68d32646656f17fbace199a
parent807a135ea77597880d595704ce57ce7a9ad9ab50
usb: dwc3: omap: use runtime API's to enable clocks

Before accessing any register, runtime API's should be invoked to enable
the clocks. runtime API's are added here to prevent abort during register
access.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-omap.c