aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3 (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds8-35/+33
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches1-1/+1
2021-06-21Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman2-7/+4
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman2-8/+7
2021-06-10usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tailBaokun Li1-3/+1
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2-8/+10
2021-05-27usb: cdns3: cdnsp-gadget: Provide function name for 'cdnsp_find_next_ext_cap()'Lee Jones1-1/+2
2021-05-27usb: cdns3: cdns3-gadget: Provide correct function naming for '__cdns3_gadget_ep_queue()'Lee Jones1-1/+1
2021-05-27usb: cdns3: cdns3-imx: File headers are not good candidates for kernel-docLee Jones1-1/+1
2021-05-27usb: cdns3: cdns3-ep0: Fix a few kernel-doc formatting issuesLee Jones1-3/+3
2021-05-27usb: cdns3: cdns3-ti: File headers are not good candidates for kernel-docLee Jones1-1/+1
2021-05-27usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting issuesLee Jones1-17/+17
2021-05-27usb: cdns3: cdns3-plat: Fix incorrect naming of function 'cdns3_plat_remove()'Lee Jones1-1/+1
2021-05-27usb: cdns3: core: Fix a couple of incorrectly documented function namesLee Jones1-2/+2
2021-05-27usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handlerPawel Laszczak1-3/+4
2021-05-25usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar1-5/+3
2021-05-21USB: cdnsp: drop irq-flags initialisationsJohan Hovold1-2/+2
2021-05-11usb: cdnsp: Fix lack of removing request from pending list.Pawel Laszczak1-7/+7
2021-05-11usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu1-1/+3
2021-05-11usb: cdnsp: Useless condition has been removedPawel Laszczak1-3/+2
2021-05-11usb: cdns3: Corrected comment to align with kernel-doc commentSouptick Joarder1-1/+1
2021-04-12usb: cdnsp: Fixes issue with Configure Endpoint commandPawel Laszczak2-5/+13
2021-04-12usb: cdnsp: remove redundant initialization of variable retColin Ian King1-1/+1
2021-04-12usb: cdns3: delete repeated clear operationsWang Qing1-1/+0
2021-04-12usb: cdns3: Optimize DMA request buffer allocationSanket Parmar2-6/+25
2021-04-12usb: cdns3: Use dma_pool_* api to alloc trb poolSanket Parmar2-23/+20
2021-04-12usb: cdns3: fix static checker warning.Frank Li1-1/+1
2021-04-12usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unusedWei Yongjun1-1/+1
2021-04-12usb: cdns3: trace: delete the trace parameter for request->trbPeter Chen1-4/+1
2021-04-12usb: cdns3: imx: add power lost support for system resumeFrank Li1-0/+34
2021-04-12usb: cdns3: add power lost support for system resumeFrank Li5-3/+68
2021-03-27usb: cdnsp: Fixes issue with dequeuing requests after disabling endpointPawel Laszczak1-0/+4
2021-03-13usb: cdnsp: Fixes incorrect value in ISOC TRBPawel Laszczak1-1/+4
2021-02-09Merge tag 'usb-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/peter.chen/usb into usb-nextGreg Kroah-Hartman27-523/+10404
2021-02-06usb: cdnsp: Removes some useless trace eventsPawel Laszczak4-18/+0
2021-01-23usb: cdns3: Add support for TI's AM64 SoCAswath Govindraju1-0/+1
2021-01-14usb: cdnsp: fixes undefined reference to cdns_removePawel Laszczak1-0/+8
2021-01-14usb: cdns3: Adds missing __iomem markersPawel Laszczak2-12/+12
2020-12-29usb: cdns3: imx: improve driver .remove APIPeter Chen1-0/+5
2020-12-29usb: cdns3: imx: fix can't create core device the second time issuePeter Chen1-10/+1
2020-12-29usb: cdns3: imx: fix writing read-only memory issuePeter Chen1-1/+5
2020-12-29usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'Pawel Laszczak1-1/+6
2020-12-29usb: cdnsp: Fixes for sparse warningsPawel Laszczak7-37/+32
2020-12-29usb: cdns3: Fixes for sparse warningsPawel Laszczak2-5/+5
2020-12-29usb: cdnsp: fix error handling in cdnsp_mem_init()Pawel Laszczak1-12/+24
2020-12-29usb: cdns3: Removes xhci_cdns3_suspend_quirk from host-export.hPawel Laszczak2-8/+3
2020-12-29usb: cdnsp: Removes some not useful function argumentsPawel Laszczak3-14/+13
2020-12-29usb: cdns3: fix warning when USB_CDNS_HOST is not setRandy Dunlap1-2/+2
2020-12-29usb: cdns3: fix build when PM_SLEEP is not setRandy Dunlap1-0/+5