aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
AgeCommit message (Expand)Author
2022-05-09usb: cdns3: Fix issue for clear halt endpointPawel Laszczak
2021-10-06usb: cdns3: fix race condition before setting doorbellPawel Laszczak
2021-08-12usb: cdns3: Fixed incorrect gadget statePawel Laszczak
2021-07-25usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar
2021-06-16usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu
2021-03-11usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros
2021-03-11usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen
2021-03-11usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INITPeter Chen
2021-03-11usb: cdns3: host: add .suspend_quirk for xhci-plat.cPeter Chen
2021-01-27usb: cdns3: imx: fix can't create core device the second time issuePeter Chen
2021-01-27usb: cdns3: imx: fix writing read-only memory issuePeter Chen
2020-11-30usb: cdns3: core: fix goto label for error pathPeter Chen
2020-11-30usb: cdns3: gadget: clear trb->length as zero after preparing every trbPeter Chen
2020-11-30usb: cdns3: Fix hardware based role switchRoger Quadros
2020-11-16usb: cdns3: gadget: calculate TD_SIZE based on TDPeter Chen
2020-11-16usb: cdns3: gadget: initialize link_trb as NULLPeter Chen
2020-10-30usb: cdns3: gadget: own the lock wrongly at the suspend routinePeter Chen
2020-10-30usb: cdns3: Fix on-chip memory overflow issuePawel Laszczak
2020-10-29usb: cdns3: gadget: suspicious implicit sign extensionPeter Chen
2020-10-28usb: cdns3: Variable 'length' set but not usedPawel Laszczak
2020-10-02usb: cdns3: gadget: enlarge the TRB ring lengthPeter Chen
2020-10-02usb: cdns3: gadget: sg_support is only for DEV_VER_V2 or abovePeter Chen
2020-10-02usb: cdns3: gadget: need to handle sg case for workaround 2 casePeter Chen
2020-10-02usb: cdns3: gadget: handle sg list use case at completion correctlyPeter Chen
2020-10-02usb: cdns3: gadget: add CHAIN and ISP bit for sg list use casePeter Chen
2020-10-02usb: cdns3: gadget: improve the dump TRB operation at cdns3_ep_run_transferPeter Chen
2020-10-02usb: cdns3: gadget: using correct sg operationsPeter Chen
2020-10-02usb: cdns3: gadget: fix possible memory leakPeter Chen
2020-10-02usb: cdns3: gadget: fix some endian issuesPeter Chen
2020-10-02usb: cdns3: gadget: move wait configuration operationPeter Chen
2020-10-02usb: cdns3: drd: call PHY .set_mode accordinglyPeter Chen
2020-10-02usb: cdns3: gadget: clear the interrupt status when disconnect the hostPeter Chen
2020-10-02usb: cdns3: gadget: set fast access bitPeter Chen
2020-10-02usb: cdns3: core: quit if it uses role switch classPeter Chen
2020-10-02usb: cdns3: Enable workaround for USB2.0 PHY Rx compliance test PHY lockupPawel Laszczak
2020-10-02usb: cdns3: imx: add glue layer runtime pm implementationPeter Chen
2020-10-02usb: cdns3: add runtime PM supportPeter Chen
2020-10-02usb: cdns3: introduce set_phy_power_on{off} APIsPeter Chen
2020-09-24usb: cdns3: gadget: free interrupt after gadget has deletedPeter Chen
2020-07-29usb: cdns3: convert to devm_platform_ioremap_resource_bynameChunfeng Yun
2020-07-24usb: cdns3: drd: simplify *switch_gadet and *switch_hostPawel Laszczak
2020-07-24usb: cdns3: core: removed overwriting some error codePawel Laszczak
2020-07-24usb: cdns3: core: removed 'goto not_otg'Pawel Laszczak
2020-07-24usb: cdns3: Added CDNS3_ID_PERIPHERAL and CDNS3_ID_HOSTPawel Laszczak
2020-07-24usb: cdns3: drd: changed return type from int to boolPawel Laszczak
2020-07-24usb: cdns3: drd: return IRQ_NONE explicitly.Pawel Laszczak
2020-07-24usb: cnds3: drd: deleted !=Pawel Laszczak
2020-07-24usb: cdns3: drd: removed not needed variables initializationPawel Laszczak
2020-07-24usb: cdns3: core: removed cdns3_get_current_role_driver functionPawel Laszczak
2020-07-24usb: cdns3: gadget: always zeroed TRB buffer when enable endpointPeter Chen