summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
AgeCommit message (Expand)AuthorLines
2021-12-09Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds-0/+1
2021-12-03treewide: Add missing includes masked by cgroup -> bpf dependencyJakub Kicinski-0/+1
2021-12-03usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()Zhou Qingyang-0/+3
2021-12-03usb: cdns3: gadget: fix new urb never complete if ep cancel previous requestsFrank Li-16/+4
2021-09-14usb: cdns3: fix race condition before setting doorbellPawel Laszczak-0/+14
2021-08-13usb: cdnsp: fix the wrong mult value for HS isoc or intrChunfeng Yun-1/+1
2021-07-29usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macroChristophe JAILLET-2/+2
2021-07-29usb: cdnsp: Fixed issue with ZLPPawel Laszczak-10/+8
2021-07-29usb: cdnsp: Fix incorrect supported maximum speedPawel Laszczak-1/+1
2021-07-29usb: cdns3: Fixed incorrect gadget statePawel Laszczak-0/+1
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-35/+33
2021-07-03Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+1
2021-06-30treewide: Add missing semicolons to __assign_str usesJoe Perches-1/+1
2021-06-21Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman-7/+4
2021-06-14Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman-8/+7
2021-06-10usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tailBaokun Li-3/+1
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman-8/+10
2021-05-27usb: cdns3: cdnsp-gadget: Provide function name for 'cdnsp_find_next_ext_cap()'Lee Jones-1/+2
2021-05-27usb: cdns3: cdns3-gadget: Provide correct function naming for '__cdns3_gadget...Lee Jones-1/+1
2021-05-27usb: cdns3: cdns3-imx: File headers are not good candidates for kernel-docLee Jones-1/+1
2021-05-27usb: cdns3: cdns3-ep0: Fix a few kernel-doc formatting issuesLee Jones-3/+3
2021-05-27usb: cdns3: cdns3-ti: File headers are not good candidates for kernel-docLee Jones-1/+1
2021-05-27usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting issuesLee Jones-17/+17
2021-05-27usb: cdns3: cdns3-plat: Fix incorrect naming of function 'cdns3_plat_remove()'Lee Jones-1/+1
2021-05-27usb: cdns3: core: Fix a couple of incorrectly documented function namesLee Jones-2/+2
2021-05-27usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handlerPawel Laszczak-3/+4
2021-05-25usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar-5/+3
2021-05-21USB: cdnsp: drop irq-flags initialisationsJohan Hovold-2/+2
2021-05-11usb: cdnsp: Fix lack of removing request from pending list.Pawel Laszczak-7/+7
2021-05-11usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu-1/+3
2021-05-11usb: cdnsp: Useless condition has been removedPawel Laszczak-3/+2
2021-05-11usb: cdns3: Corrected comment to align with kernel-doc commentSouptick Joarder-1/+1
2021-04-12usb: cdnsp: Fixes issue with Configure Endpoint commandPawel Laszczak-5/+13
2021-04-12usb: cdnsp: remove redundant initialization of variable retColin Ian King-1/+1
2021-04-12usb: cdns3: delete repeated clear operationsWang Qing-1/+0
2021-04-12usb: cdns3: Optimize DMA request buffer allocationSanket Parmar-6/+25
2021-04-12usb: cdns3: Use dma_pool_* api to alloc trb poolSanket Parmar-23/+20
2021-04-12usb: cdns3: fix static checker warning.Frank Li-1/+1
2021-04-12usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unusedWei Yongjun-1/+1
2021-04-12usb: cdns3: trace: delete the trace parameter for request->trbPeter Chen-4/+1
2021-04-12usb: cdns3: imx: add power lost support for system resumeFrank Li-0/+34
2021-04-12usb: cdns3: add power lost support for system resumeFrank Li-3/+68
2021-03-27usb: cdnsp: Fixes issue with dequeuing requests after disabling endpointPawel Laszczak-0/+4
2021-03-13usb: cdnsp: Fixes incorrect value in ISOC TRBPawel Laszczak-1/+4
2021-02-09Merge tag 'usb-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman-523/+10404
2021-02-06usb: cdnsp: Removes some useless trace eventsPawel Laszczak-18/+0
2021-01-23usb: cdns3: Add support for TI's AM64 SoCAswath Govindraju-0/+1
2021-01-14usb: cdnsp: fixes undefined reference to cdns_removePawel Laszczak-0/+8
2021-01-14usb: cdns3: Adds missing __iomem markersPawel Laszczak-12/+12
2020-12-29usb: cdns3: imx: improve driver .remove APIPeter Chen-0/+5