summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3
AgeCommit message (Expand)Author
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches
2021-05-27usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handlerPawel Laszczak
2021-05-25usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar
2021-05-11usb: cdnsp: Fix lack of removing request from pending list.Pawel Laszczak
2021-05-11usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu
2021-04-12usb: cdnsp: Fixes issue with Configure Endpoint commandPawel Laszczak
2021-04-12usb: cdnsp: remove redundant initialization of variable retColin Ian King
2021-04-12usb: cdns3: delete repeated clear operationsWang Qing
2021-04-12usb: cdns3: Optimize DMA request buffer allocationSanket Parmar
2021-04-12usb: cdns3: Use dma_pool_* api to alloc trb poolSanket Parmar
2021-04-12usb: cdns3: fix static checker warning.Frank Li
2021-04-12usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unusedWei Yongjun
2021-04-12usb: cdns3: trace: delete the trace parameter for request->trbPeter Chen
2021-04-12usb: cdns3: imx: add power lost support for system resumeFrank Li
2021-04-12usb: cdns3: add power lost support for system resumeFrank Li
2021-03-27usb: cdnsp: Fixes issue with dequeuing requests after disabling endpointPawel Laszczak
2021-03-13usb: cdnsp: Fixes incorrect value in ISOC TRBPawel Laszczak
2021-02-09Merge tag 'usb-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman
2021-02-06usb: cdnsp: Removes some useless trace eventsPawel Laszczak
2021-01-23usb: cdns3: Add support for TI's AM64 SoCAswath Govindraju
2021-01-14usb: cdnsp: fixes undefined reference to cdns_removePawel Laszczak
2021-01-14usb: cdns3: Adds missing __iomem markersPawel Laszczak
2020-12-29usb: cdns3: imx: improve driver .remove APIPeter Chen
2020-12-29usb: cdns3: imx: fix can't create core device the second time issuePeter Chen
2020-12-29usb: cdns3: imx: fix writing read-only memory issuePeter Chen
2020-12-29usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'Pawel Laszczak
2020-12-29usb: cdnsp: Fixes for sparse warningsPawel Laszczak
2020-12-29usb: cdns3: Fixes for sparse warningsPawel Laszczak
2020-12-29usb: cdnsp: fix error handling in cdnsp_mem_init()Pawel Laszczak
2020-12-29usb: cdns3: Removes xhci_cdns3_suspend_quirk from host-export.hPawel Laszczak
2020-12-29usb: cdnsp: Removes some not useful function argumentsPawel Laszczak
2020-12-29usb: cdns3: fix warning when USB_CDNS_HOST is not setRandy Dunlap
2020-12-29usb: cdns3: fix build when PM_SLEEP is not setRandy Dunlap
2020-12-29usb: cdnsp: Mark cdnsp_gadget_ops with static keywordZou Wei
2020-12-29usb: cdns3: Change file names for cdns3 driver.Pawel Laszczak
2020-12-29usb: cdnsp: Add tracepoints for CDNSP driverPawel Laszczak
2020-12-29usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD DriverPawel Laszczak
2020-12-29usb: cdnsp: Device side header file for CDNSP driverPawel Laszczak
2020-12-29usb: cdns3: Changed type of gadget_dev in cdns structurePawel Laszczak
2020-12-29usb: cdns3: Refactoring names in reusable codePawel Laszczak
2020-12-29usb: cdns3: Moves reusable code to separate modulePawel Laszczak
2020-12-29usb: cdns3: Split core.c into cdns3-plat and core.c filePawel Laszczak
2020-12-29usb: cdns3: Add support for DRD CDNSPPawel Laszczak
2020-12-10Merge tag 'usb-v5.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman
2020-12-10usb: cdns3: fix NULL pointer dereference on no platform dataRoger Quadros
2020-12-10usb: cdns3: imx: enable runtime pm by defaultPeter Chen
2020-12-10usb: cdns3: add quirk for enable runtime pm by defaultPeter Chen
2020-12-10usb: cdns3: host: disable BEI supportPeter Chen
2020-12-10usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INITPeter Chen