summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
Commit message (Expand)AuthorAgeFilesLines
* usb: cdns3: gadget: own the lock wrongly at the suspend routinePeter Chen2020-10-301-4/+7
* usb: cdns3: Fix on-chip memory overflow issuePawel Laszczak2020-10-303-76/+94
* usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen2020-10-291-1/+1
* usb: cdns3: Variable 'length' set but not usedPawel Laszczak2020-10-281-2/+0
* usb: cdns3: gadget: enlarge the TRB ring lengthPeter Chen2020-10-021-1/+1
* usb: cdns3: gadget: sg_support is only for DEV_VER_V2 or abovePeter Chen2020-10-021-1/+2
* usb: cdns3: gadget: need to handle sg case for workaround 2 casePeter Chen2020-10-021-13/+31
* usb: cdns3: gadget: handle sg list use case at completion correctlyPeter Chen2020-10-022-29/+65
* usb: cdns3: gadget: add CHAIN and ISP bit for sg list use casePeter Chen2020-10-021-1/+7
* usb: cdns3: gadget: improve the dump TRB operation at cdns3_ep_run_transferPeter Chen2020-10-021-2/+17
* usb: cdns3: gadget: using correct sg operationsPeter Chen2020-10-021-7/+15
* usb: cdns3: gadget: fix possible memory leakPeter Chen2020-10-021-5/+15
* usb: cdns3: gadget: fix some endian issuesPeter Chen2020-10-021-30/+30
* usb: cdns3: gadget: move wait configuration operationPeter Chen2020-10-022-6/+9
* usb: cdns3: drd: call PHY .set_mode accordinglyPeter Chen2020-10-021-0/+5
* usb: cdns3: gadget: clear the interrupt status when disconnect the hostPeter Chen2020-10-021-2/+5
* usb: cdns3: gadget: set fast access bitPeter Chen2020-10-021-0/+3
* 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-024-1/+19
* usb: cdns3: imx: add glue layer runtime pm implementationPeter Chen2020-10-021-5/+186
* usb: cdns3: add runtime PM supportPeter Chen2020-10-025-17/+166
* usb: cdns3: introduce set_phy_power_on{off} APIsPeter Chen2020-10-021-15/+28
* usb: cdns3: gadget: free interrupt after gadget has deletedPeter Chen2020-09-241-1/+1
* usb: cdns3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun2020-07-291-2/+1
* usb: cdns3: drd: simplify *switch_gadet and *switch_hostPawel Laszczak2020-07-244-62/+76
* 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: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOSTPawel Laszczak2020-07-242-2/+5
* usb: cdns3: drd: changed return type from int to boolPawel Laszczak2020-07-242-10/+10
* usb: cdns3: drd: return IRQ_NONE explicitly.Pawel Laszczak2020-07-241-2/+2
* usb: cnds3: drd: deleted !=Pawel Laszczak2020-07-241-1/+1
* usb: cdns3: drd: removed not needed variables initializationPawel Laszczak2020-07-242-12/+11
* usb: cdns3: core: removed cdns3_get_current_role_driver functionPawel Laszczak2020-07-241-7/+0
* usb: cdns3: gadget: always zeroed TRB buffer when enable endpointPeter Chen2020-07-241-1/+2
* usb: cdns3: ep0: delete the unnecessary operationPeter Chen2020-07-241-3/+0
* usb: cdns3: gadget: improve the set_configuration handlingPeter Chen2020-07-242-13/+5
* USB: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-07-211-1/+1
* Merge 5.8-rc6 into usb-nextGreg Kroah-Hartman2020-07-202-18/+18
|\
| * usb: cdns3: trace: fix some endian issuesPeter Chen2020-07-091-3/+3
| * usb: cdns3: ep0: fix some endian issuesPeter Chen2020-07-091-15/+15
* | usb: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-101-2/+2
* | usb: cdns3: ep0: Move 'zlp' description to appropriate function headerLee Jones2020-07-031-1/+1
* | usb: cdns3: gadget: Fix a bunch of kernel doc issuesLee Jones2020-07-031-5/+6
* | usb: cdns3: ep0: Fix a bunch of kerneldoc issuesLee Jones2020-07-031-3/+9
* | usb: cdns3: core: Fix incorrect formatting and misspelled function arg docsLee Jones2020-07-031-4/+4
* | usb: cdns3: gadget: use unsigned int for 32-bit numberPeter Chen2020-07-011-1/+1
* | usb: cdns3: gadget: unsigned int is dereferenced as a wider unsigned longPeter Chen2020-07-011-2/+2
* | usb: cdns3: ep0: delete the duplicate codePeter Chen2020-07-011-1/+1
* | Merge 5.8-rc3 into usb-nextGreg Kroah-Hartman2020-06-292-5/+7
|\|
| * usb: cdns3: ep0: add spinlock for cdns3_check_new_setupPeter Chen2020-06-241-3/+4