summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3/core.c
Commit message (Expand)AuthorAgeFilesLines
* usb: cdns3: core: Fix a couple of incorrectly documented function namesLee Jones2021-05-271-2/+2
* usb: cdns3: fix static checker warning.Frank Li2021-04-121-1/+1
* usb: cdns3: add power lost support for system resumeFrank Li2021-04-121-1/+28
* usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD DriverPawel Laszczak2020-12-291-2/+9
* usb: cdns3: Refactoring names in reusable codePawel Laszczak2020-12-291-71/+71
* usb: cdns3: Moves reusable code to separate modulePawel Laszczak2020-12-291-3/+15
* usb: cdns3: Split core.c into cdns3-plat and core.c filePawel Laszczak2020-12-291-260/+24
* usb: cdns3: Add support for DRD CDNSPPawel Laszczak2020-12-291-7/+17
* Merge tag 'usb-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2020-12-101-11/+4
|\
| * usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros2020-12-101-1/+1
| * usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen2020-12-101-1/+2
| * usb: cdns3: Rids of duplicate error messagePawel Laszczak2020-12-101-10/+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