aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros2021-03-111-1/+1
* usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen2021-03-111-1/+2
* usb: cdns3: core: fix goto label for error pathPeter Chen2020-11-301-1/+1
* usb: cdns3: Fix hardware based role switchRoger Quadros2020-11-301-12/+15
* usb: cdns3: core: quit if it uses role switch classPeter Chen2020-10-021-0/+4
* usb: cdns3: Enable workaround for USB2.0 PHY Rx compliance test PHY lockupPawel Laszczak2020-10-021-0/+2
* usb: cdns3: add runtime PM supportPeter Chen2020-10-021-17/+136
* usb: cdns3: introduce set_phy_power_on{off} APIsPeter Chen2020-10-021-15/+28
* usb: cdns3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun2020-07-291-2/+1
* usb: cdns3: core: removed overwriting some error codePawel Laszczak2020-07-241-6/+2
* usb: cdns3: core: removed 'goto not_otg'Pawel Laszczak2020-07-241-11/+9
* usb: cdns3: drd: removed not needed variables initializationPawel Laszczak2020-07-241-2/+2
* usb: cdns3: core: removed cdns3_get_current_role_driver functionPawel Laszczak2020-07-241-7/+0
* usb: cdns3: core: Fix incorrect formatting and misspelled function arg docsLee Jones2020-07-031-4/+4
* usb: cdns3: change "cdsn3" to"cdns3"Peter Chen2020-04-161-5/+3
* usb: cdns3: delete role_overridePeter Chen2020-04-161-37/+0
* usb: cdns3: core: get role switch node from firmwarePeter Chen2020-04-161-0/+2
* usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus2020-03-041-11/+11
* usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros2019-10-181-1/+3
* usb: cdns3: fix cdns3_core_init_role()Roger Quadros2019-10-101-1/+19
* usb: cdns3: Remove redundant dev_err call in cdns3_probe()Wei Yongjun2019-09-031-3/+1
* usb: cdns3: Add Cadence USB3 DRD DriverPawel Laszczak2019-08-291-0/+653