summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'usb-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2020-12-107-17/+75
|\
| * usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros2020-12-102-2/+2
| * usb: cdns3: imx: enable runtime pm by defaultPeter Chen2020-12-101-1/+1
| * usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen2020-12-103-4/+23
| * usb: cdns3: host: disable BEI supportPeter Chen2020-12-101-1/+1
| * usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INITPeter Chen2020-12-101-0/+1
| * usb: cdns3: host: add .suspend_quirk for xhci-plat.cPeter Chen2020-12-102-0/+49
| * usb: cdns3: Rids of duplicate error messagePawel Laszczak2020-12-101-10/+2
| * usb: cdns3: Add static to cdns3_gadget_exit functionPawel Laszczak2020-12-102-4/+1
* | usb: cdns3: core: fix goto label for error pathPeter Chen2020-11-301-1/+1
* | usb: cdns3: gadget: clear trb->length as zero after preparing every trbPeter Chen2020-11-301-0/+1
* | usb: cdns3: Fix hardware based role switchRoger Quadros2020-11-301-12/+15
|/
* usb: cdns3: gadget: calculate TD_SIZE based on TDPeter Chen2020-11-161-11/+13
* usb: cdns3: gadget: initialize link_trb as NULLPeter Chen2020-11-161-1/+1
* 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