aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3/core.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-05-27usb: cdns3: core: Fix a couple of incorrectly documented function namesLee Jones1-2/+2
2021-04-12usb: cdns3: fix static checker warning.Frank Li1-1/+1
2021-04-12usb: cdns3: add power lost support for system resumeFrank Li1-1/+28
2020-12-29usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD DriverPawel Laszczak1-2/+9
2020-12-29usb: cdns3: Refactoring names in reusable codePawel Laszczak1-71/+71
2020-12-29usb: cdns3: Moves reusable code to separate modulePawel Laszczak1-3/+15
2020-12-29usb: cdns3: Split core.c into cdns3-plat and core.c filePawel Laszczak1-260/+24
2020-12-29usb: cdns3: Add support for DRD CDNSPPawel Laszczak1-7/+17
2020-12-10Merge tag 'usb-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman1-11/+4
2020-12-10usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros1-1/+1
2020-12-10usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen1-1/+2
2020-12-10usb: cdns3: Rids of duplicate error messagePawel Laszczak1-10/+2
2020-11-30usb: cdns3: core: fix goto label for error pathPeter Chen1-1/+1
2020-11-30usb: cdns3: Fix hardware based role switchRoger Quadros1-12/+15
2020-10-02usb: cdns3: core: quit if it uses role switch classPeter Chen1-0/+4
2020-10-02usb: cdns3: Enable workaround for USB2.0 PHY Rx compliance test PHY lockupPawel Laszczak1-0/+2
2020-10-02usb: cdns3: add runtime PM supportPeter Chen1-17/+136
2020-10-02usb: cdns3: introduce set_phy_power_on{off} APIsPeter Chen1-15/+28
2020-07-29usb: cdns3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-2/+1
2020-07-24usb: cdns3: core: removed overwriting some error codePawel Laszczak1-6/+2
2020-07-24usb: cdns3: core: removed 'goto not_otg'Pawel Laszczak1-11/+9
2020-07-24usb: cdns3: drd: removed not needed variables initializationPawel Laszczak1-2/+2
2020-07-24usb: cdns3: core: removed cdns3_get_current_role_driver functionPawel Laszczak1-7/+0
2020-07-03usb: cdns3: core: Fix incorrect formatting and misspelled function arg docsLee Jones1-4/+4
2020-04-16usb: cdns3: change "cdsn3" to"cdns3"Peter Chen1-5/+3
2020-04-16usb: cdns3: delete role_overridePeter Chen1-37/+0
2020-04-16usb: cdns3: core: get role switch node from firmwarePeter Chen1-0/+2
2020-03-04usb: roles: Provide the switch drivers handle to the switch in the APIHeikki Krogerus1-11/+11
2019-10-18usb: cdns3: Error out if USB_DR_MODE_UNKNOWN in cdns3_core_init_role()Roger Quadros1-1/+3
2019-10-10usb: cdns3: fix cdns3_core_init_role()Roger Quadros1-1/+19
2019-09-03usb: cdns3: Remove redundant dev_err call in cdns3_probe()Wei Yongjun1-3/+1
2019-08-29usb: cdns3: Add Cadence USB3 DRD DriverPawel Laszczak1-0/+653