aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-Hartman7-17/+75
2020-12-10usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros2-2/+2
2020-12-10usb: cdns3: imx: enable runtime pm by defaultPeter Chen1-1/+1
2020-12-10usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen3-4/+23
2020-12-10usb: cdns3: host: disable BEI supportPeter Chen1-1/+1
2020-12-10usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INITPeter Chen1-0/+1
2020-12-10usb: cdns3: host: add .suspend_quirk for xhci-plat.cPeter Chen2-0/+49
2020-12-10usb: cdns3: Rids of duplicate error messagePawel Laszczak1-10/+2
2020-12-10usb: cdns3: Add static to cdns3_gadget_exit functionPawel Laszczak2-4/+1
2020-11-30usb: cdns3: core: fix goto label for error pathPeter Chen1-1/+1
2020-11-30usb: cdns3: gadget: clear trb->length as zero after preparing every trbPeter Chen1-0/+1
2020-11-30usb: cdns3: Fix hardware based role switchRoger Quadros1-12/+15
2020-11-16usb: cdns3: gadget: calculate TD_SIZE based on TDPeter Chen1-11/+13
2020-11-16usb: cdns3: gadget: initialize link_trb as NULLPeter Chen1-1/+1
2020-10-30usb: cdns3: gadget: own the lock wrongly at the suspend routinePeter Chen1-4/+7
2020-10-30usb: cdns3: Fix on-chip memory overflow issuePawel Laszczak3-76/+94
2020-10-29usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen1-1/+1
2020-10-28usb: cdns3: Variable 'length' set but not usedPawel Laszczak1-2/+0
2020-10-02usb: cdns3: gadget: enlarge the TRB ring lengthPeter Chen1-1/+1
2020-10-02usb: cdns3: gadget: sg_support is only for DEV_VER_V2 or abovePeter Chen1-1/+2
2020-10-02usb: cdns3: gadget: need to handle sg case for workaround 2 casePeter Chen1-13/+31
2020-10-02usb: cdns3: gadget: handle sg list use case at completion correctlyPeter Chen2-29/+65
2020-10-02usb: cdns3: gadget: add CHAIN and ISP bit for sg list use casePeter Chen1-1/+7
2020-10-02usb: cdns3: gadget: improve the dump TRB operation at cdns3_ep_run_transferPeter Chen1-2/+17
2020-10-02usb: cdns3: gadget: using correct sg operationsPeter Chen1-7/+15
2020-10-02usb: cdns3: gadget: fix possible memory leakPeter Chen1-5/+15
2020-10-02usb: cdns3: gadget: fix some endian issuesPeter Chen1-30/+30
2020-10-02usb: cdns3: gadget: move wait configuration operationPeter Chen2-6/+9
2020-10-02usb: cdns3: drd: call PHY .set_mode accordinglyPeter Chen1-0/+5
2020-10-02usb: cdns3: gadget: clear the interrupt status when disconnect the hostPeter Chen1-2/+5
2020-10-02usb: cdns3: gadget: set fast access bitPeter Chen1-0/+3
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 Laszczak4-1/+19
2020-10-02usb: cdns3: imx: add glue layer runtime pm implementationPeter Chen1-5/+186
2020-10-02usb: cdns3: add runtime PM supportPeter Chen5-17/+166
2020-10-02usb: cdns3: introduce set_phy_power_on{off} APIsPeter Chen1-15/+28
2020-09-24usb: cdns3: gadget: free interrupt after gadget has deletedPeter Chen1-1/+1
2020-07-29usb: cdns3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun1-2/+1
2020-07-24usb: cdns3: drd: simplify *switch_gadet and *switch_hostPawel Laszczak4-62/+76
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: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOSTPawel Laszczak2-2/+5
2020-07-24usb: cdns3: drd: changed return type from int to boolPawel Laszczak2-10/+10
2020-07-24usb: cdns3: drd: return IRQ_NONE explicitly.Pawel Laszczak1-2/+2
2020-07-24usb: cnds3: drd: deleted !=Pawel Laszczak1-1/+1
2020-07-24usb: cdns3: drd: removed not needed variables initializationPawel Laszczak2-12/+11
2020-07-24usb: cdns3: core: removed cdns3_get_current_role_driver functionPawel Laszczak1-7/+0
2020-07-24usb: cdns3: gadget: always zeroed TRB buffer when enable endpointPeter Chen1-1/+2
2020-07-24usb: cdns3: ep0: delete the unnecessary operationPeter Chen1-3/+0
2020-07-24usb: cdns3: gadget: improve the set_configuration handlingPeter Chen2-13/+5