]> 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)
commitc28661c3e2ccbacd1d20bc3de16f09008b32925e
tree621dc23052ebd752e68d32646656f17fbace199a
parent0c9d827b5be4a8fd07348dcda7ec8661ae75af76
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