usb: isp1760: Add device controller support
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Tue, 20 Jan 2015 22:56:01 +0000 (00:56 +0200)
committerFelipe Balbi <balbi@ti.com>
Tue, 27 Jan 2015 15:39:35 +0000 (09:39 -0600)
commit0316ca6319b98e485325be98a47d08fed07ead43
tree69ccc39e983e696c4d833adcf0df42466b8abb1f
parent9a66e13290f16be59ac38e1955e15e8929076fc6
usb: isp1760: Add device controller support

The ISP1761 is a dual-mode host and device controller backward
compatible on the host side with the ISP1760. Add support for the device
controller.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/gadget/udc/Kconfig
drivers/usb/host/Makefile
drivers/usb/host/isp1760-core.c
drivers/usb/host/isp1760-core.h
drivers/usb/host/isp1760-regs.h
drivers/usb/host/isp1760-udc.c [new file with mode: 0644]
drivers/usb/host/isp1760-udc.h [new file with mode: 0644]