summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-haps.c
Commit message (Collapse)AuthorAgeFilesLines
* usb: dwc3: haps: Workaround matching VID PIDThinh Nguyen2019-02-071-0/+9
| | | | | | | | | | i.MX6QP and i.MX7D platform use a PCIe controller with the same VID and PID as this USB controller. The system may incorrectly match this driver to that PCIe controller. To workaround this, specifically use class type USB with PCI device ID to prevent incorrect driver matching. Signed-off-by: Thinh Nguyen <thinhn@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>
* PCI: Move Synopsys HAPS platform device IDsThinh Nguyen2018-12-171-4/+0Star
| | | | | | | | Move Synopsys HAPS platform device IDs to pci_ids.h so that both drivers/pci/quirks.c and dwc3-haps driver can reference these IDs. Signed-off-by: Thinh Nguyen <thinhn@synopsys.com> Signed-off-by: Bjorn Helgaas <bhelgaas@google.com> Acked-by: Felipe Balbi <felipe.balbi@linux.intel.com>
* usb: dwc3: Add a glue driver for Synopsys HAPS platformThinh Nguyen2018-07-261-0/+137
This driver is to be used for Synopsys PCIe-base HAPS platform. Move the the HAPS support from dwc3-pci to this driver. Signed-off-by: Thinh Nguyen <thinhn@synopsys.com> Signed-off-by: Felipe Balbi <felipe.balbi@linux.intel.com>