usb: dwc3: add ULPI interface support
authorHeikki Krogerus <[email protected]>
Wed, 13 May 2015 12:26:51 +0000 (15:26 +0300)
committerFelipe Balbi <[email protected]>
Wed, 13 May 2015 17:06:52 +0000 (12:06 -0500)
commit88bc9d194ff69875a4d3c958d969ed2a053c8308
tree6e13af6001c27da918e19de06d6b77cb114af3ec
parenta89d977cc04c77d9aa45d426dbf8de9dd1326c77
usb: dwc3: add ULPI interface support

Registers DWC3's ULPI interface with the ULPI bus when it's
available.

Signed-off-by: Heikki Krogerus <[email protected]>
Acked-by: David Cohen <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
drivers/usb/dwc3/Kconfig
drivers/usb/dwc3/Makefile
drivers/usb/dwc3/core.c
drivers/usb/dwc3/core.h
drivers/usb/dwc3/ulpi.c [new file with mode: 0644]