]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8cf6ebc4712dcf523fe534db25aa7c7d72eeea6f
tree69ccc39e983e696c4d833adcf0df42466b8abb1f
parent965e2c1b04034e915143b48ee7a94758186e02b4
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]