From 6e9e06260d4fa8873fdebddc2a11f9205674d189 Mon Sep 17 00:00:00 2001 From: Oleksandr Tymoshenko Date: Sat, 1 Feb 2014 21:51:25 -0700 Subject: usb: dwc2: Add driver for Synopsis DWC2 USB IP block This is the USB host controller used on the Altera SoCFPGA and Raspbery Pi. This code has three checkpatch warnings, but to make sure it stays at least readable and clear, these are not fixed. These bugs are in the USB request handling combinatorial logic, so any abstracting of those is out of question. Tested on DENX MCV (Altera SoCFPGA 5CSFXC6C6U23C8N) and RPi B+ (BCM2835). Signed-off-by: Oleksandr Tymoshenko Signed-off-by: Stephen Warren Signed-off-by: Marek Vasut Cc: Chin Liang See Cc: Dinh Nguyen Acked-by: Pavel Machek Cc: Vince Bridgers Tested-by: Dinh Nguyen --- drivers/usb/host/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'drivers/usb/host/Makefile') diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile index c4f5157a84..c9d2ed50cf 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -45,3 +45,6 @@ obj-$(CONFIG_USB_EHCI_ZYNQ) += ehci-zynq.o obj-$(CONFIG_USB_XHCI) += xhci.o xhci-mem.o xhci-ring.o obj-$(CONFIG_USB_XHCI_EXYNOS) += xhci-exynos5.o obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o + +# designware +obj-$(CONFIG_USB_DWC2) += dwc2.o -- cgit v1.2.1