aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3/debug.h
Commit message (Collapse)AuthorAgeFilesLines
* usb: cdns3: Change file names for cdns3 driver.Pawel Laszczak2020-12-291-161/+0
| | | | | | | | Patch adds prefix cdns3- to all file names related only to cdns3 driver. Signed-off-by: Pawel Laszczak <[email protected]> Signed-off-by: Peter Chen <[email protected]>
* usb: cdns3: fix spelling mistake and rework grammar in textColin Ian King2020-01-241-1/+1
| | | | | | | | | | The text contains a spelling mistake, "to" should be "too" so fix this and re-work the grammar to make it more readable. Signed-off-by: Colin Ian King <[email protected]> Acked-by: Felipe Balbi <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
* usb: cdns3: Add Cadence USB3 DRD DriverPawel Laszczak2019-08-291-0/+161
This patch introduce new Cadence USBSS DRD driver to Linux kernel. The Cadence USBSS DRD Controller is a highly configurable IP Core which can be instantiated as Dual-Role Device (DRD), Peripheral Only and Host Only (XHCI)configurations. The current driver has been validated with FPGA platform. We have support for PCIe bus, which is used on FPGA prototyping. The host side of USBSS-DRD controller is compliant with XHCI specification, so it works with standard XHCI Linux driver. Signed-off-by: Pawel Laszczak <[email protected]> Signed-off-by: Felipe Balbi <[email protected]>