usb: dwc3: ulpi: use new api
commitb7cf1dc3414de59f178734466f6cfff5171a8ffb
authorTal Shorer <tal.shorer@gmail.com>
Tue, 16 Aug 2016 16:04:48 +0000 (16 19:04 +0300)
committerFelipe Balbi <felipe.balbi@linux.intel.com>
Tue, 6 Sep 2016 07:47:24 +0000 (6 10:47 +0300)
tree09c1544cc0f6b4239557f311744d606d8a8a5c08
parent6691402313ddda232e6a401af8841b5fe676a62f
usb: dwc3: ulpi: use new api

The old read, write callbacks in struct ulpi_ops have been deprecated
in favor of new callbacks that pass the parent device directly.
Replace the used callbacks in dwc3's ulpi component with the new api.

Reviewed-by: Heikki Krogerus <heikki.krogerus@linux.intel.com>
Signed-off-by: Tal Shorer <tal.shorer@gmail.com>
Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
drivers/usb/dwc3/ulpi.c