summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3 (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: cdns3: fix race condition before setting doorbellPawel Laszczak2021-09-141-0/+14
* usb: cdnsp: fix the wrong mult value for HS isoc or intrChunfeng Yun2021-08-131-1/+1
* usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macroChristophe JAILLET2021-07-291-2/+2
* usb: cdnsp: Fixed issue with ZLPPawel Laszczak2021-07-291-10/+8
* usb: cdnsp: Fix incorrect supported maximum speedPawel Laszczak2021-07-291-1/+1
* usb: cdns3: Fixed incorrect gadget statePawel Laszczak2021-07-291-0/+1
* Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2021-07-058-35/+33
|\
| * Merge tag 'usb-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-06-212-7/+4
| |\
| | * usb: cdns3: cdns3-gadget: Use list_move_tail instead of list_del/list_add_tailBaokun Li2021-06-101-3/+1
| | * usb: cdnsp: Useless condition has been removedPawel Laszczak2021-05-111-3/+2
| | * usb: cdns3: Corrected comment to align with kernel-doc commentSouptick Joarder2021-05-111-1/+1
| * | Merge tag 'v5.13-rc6' into usb-nextGreg Kroah-Hartman2021-06-142-8/+7
| |\ \
| * \ \ Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2021-05-312-8/+10
| |\ \ \
| * | | | usb: cdns3: cdnsp-gadget: Provide function name for 'cdnsp_find_next_ext_cap()'Lee Jones2021-05-271-1/+2
| * | | | usb: cdns3: cdns3-gadget: Provide correct function naming for '__cdns3_gadget...Lee Jones2021-05-271-1/+1
| * | | | usb: cdns3: cdns3-imx: File headers are not good candidates for kernel-docLee Jones2021-05-271-1/+1
| * | | | usb: cdns3: cdns3-ep0: Fix a few kernel-doc formatting issuesLee Jones2021-05-271-3/+3
| * | | | usb: cdns3: cdns3-ti: File headers are not good candidates for kernel-docLee Jones2021-05-271-1/+1
| * | | | usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting issuesLee Jones2021-05-271-17/+17
| * | | | usb: cdns3: cdns3-plat: Fix incorrect naming of function 'cdns3_plat_remove()'Lee Jones2021-05-271-1/+1
| * | | | usb: cdns3: core: Fix a couple of incorrectly documented function namesLee Jones2021-05-271-2/+2
| * | | | USB: cdnsp: drop irq-flags initialisationsJohan Hovold2021-05-211-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'trace-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-07-031-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | treewide: Add missing semicolons to __assign_str usesJoe Perches2021-06-301-1/+1
| | |/ | |/|
* | | usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handlerPawel Laszczak2021-05-271-3/+4
* | | usb: cdns3: Enable TDL_CHK only for OUT epSanket Parmar2021-05-251-5/+3
|/ /
* | usb: cdnsp: Fix lack of removing request from pending list.Pawel Laszczak2021-05-111-7/+7
* | usb: cdns3: Fix runtime PM imbalance on errorDinghao Liu2021-05-111-1/+3
|/
* usb: cdnsp: Fixes issue with Configure Endpoint commandPawel Laszczak2021-04-122-5/+13
* usb: cdnsp: remove redundant initialization of variable retColin Ian King2021-04-121-1/+1
* usb: cdns3: delete repeated clear operationsWang Qing2021-04-121-1/+0
* usb: cdns3: Optimize DMA request buffer allocationSanket Parmar2021-04-122-6/+25
* usb: cdns3: Use dma_pool_* api to alloc trb poolSanket Parmar2021-04-122-23/+20
* usb: cdns3: fix static checker warning.Frank Li2021-04-121-1/+1
* usb: cdns3: imx: mark cdns_imx_system_resume as __maybe_unusedWei Yongjun2021-04-121-1/+1
* usb: cdns3: trace: delete the trace parameter for request->trbPeter Chen2021-04-121-4/+1
* usb: cdns3: imx: add power lost support for system resumeFrank Li2021-04-121-0/+34
* usb: cdns3: add power lost support for system resumeFrank Li2021-04-125-3/+68
* usb: cdnsp: Fixes issue with dequeuing requests after disabling endpointPawel Laszczak2021-03-271-0/+4
* usb: cdnsp: Fixes incorrect value in ISOC TRBPawel Laszczak2021-03-131-1/+4
* Merge tag 'usb-v5.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/pe...Greg Kroah-Hartman2021-02-0927-523/+10404
|\
| * usb: cdnsp: Removes some useless trace eventsPawel Laszczak2021-02-064-18/+0
| * usb: cdns3: Add support for TI's AM64 SoCAswath Govindraju2021-01-231-0/+1
| * usb: cdnsp: fixes undefined reference to cdns_removePawel Laszczak2021-01-141-0/+8
| * usb: cdns3: Adds missing __iomem markersPawel Laszczak2021-01-142-12/+12
| * usb: cdnsp: Fix for undefined reference to `usb_hcd_is_primary_hcd'Pawel Laszczak2020-12-291-1/+6
| * usb: cdnsp: Fixes for sparse warningsPawel Laszczak2020-12-297-37/+32
| * usb: cdns3: Fixes for sparse warningsPawel Laszczak2020-12-292-5/+5
| * usb: cdnsp: fix error handling in cdnsp_mem_init()Pawel Laszczak2020-12-291-12/+24
| * usb: cdns3: Removes xhci_cdns3_suspend_quirk from host-export.hPawel Laszczak2020-12-292-8/+3