usb: otg: utils: devres: Add API's to associate a device with the phy
authorKishon Vijay Abraham I <kishon@ti.com>
Fri, 22 Jun 2012 11:32:47 +0000 (17:02 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 25 Jun 2012 11:06:16 +0000 (14:06 +0300)
Used devres API's to associate the phy with a device so that on
driver detach, release function is invoked on the devres data(usb_phy)
and devres data(usb_phy) is released.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>

No differences found