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)
commitaf310e96a05bdea2517d639e46e2aea3aef21c5c
tree621dc23052ebd752e68d32646656f17fbace199a
parentb4bfe6aa9b36c5ff42d96c64e2df7e36a8c61dfb
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