summaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
AgeCommit message (Expand)AuthorLines
2023-01-17usb: cdns3: remove fetched trb from cache before dequeuingPawel Laszczak-0/+12
2022-11-29usb: cdnsp: fix lack of ZLP for ep0Pawel Laszczak-10/+32
2022-11-28Merge 6.1-rc7 into usb-nextGreg Kroah-Hartman-13/+16
2022-11-22usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1Pawel Laszczak-4/+10
2022-11-22usb: cdnsp: Fix issue with Clear Feature Halt EndpointPawel Laszczak-9/+6
2022-11-21Merge 6.1-rc6 into usb-nextGreg Kroah-Hartman-28/+28
2022-11-09usb: cdns3: host: fix endless superspeed hub port resetLi Jun-28/+28
2022-10-22usb: cdns3: adjust the partial logic of cdnsp_pci_removeDongliang Mu-5/+3
2022-09-27usb: cdns3: remove dead codeDongliang Mu-2/+0
2022-08-30usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak-0/+1
2022-08-30usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transferPawel Laszczak-1/+2
2022-08-04usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Nathan Chancellor-4/+8
2022-07-27usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue()...Andrey Strachuk-3/+6
2022-06-20Merge v5.19-rc3 into usb-nextGreg Kroah-Hartman-8/+11
2022-06-10usb: cdns3: fix random warning message when driver loadFrank Li-1/+1
2022-06-10usb: cdns3 fix use-after-free at workaround 2Frank Li-1/+1
2022-06-10usb: cdnsp: Fixed setting last_trb incorrectlyJing Leng-8/+11
2022-05-19usb: cdns3: allocate TX FIFO size according to composite EP numberFrank Li-7/+49
2022-04-09usb: cdns3: Fix issue for clear halt endpointPawel Laszczak-2/+5
2022-01-31Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman-3/+3
2022-01-26usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak-3/+3
2022-01-26usb: cdnsp: remove not used temp_64 variablesPawel Laszczak-3/+0
2022-01-26usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret valuePawel Laszczak-151/+154
2022-01-05headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.hIngo Molnar-3/+3
2021-12-21usb: cdns3: Use platform_get_irq_byname() to get the interruptLad Prabhakar-6/+8
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman-3/+24
2021-12-15usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak-0/+12
2021-12-13usb: cdnsp: Fix incorrect status for control requestPawel Laszczak-0/+2
2021-12-13usb: cdnsp: Fix issue in cdnsp_log_ep trace eventPawel Laszczak-2/+2
2021-12-13usb: cdnsp: Fix incorrect calling of cdnsp_died functionPawel Laszczak-1/+8
2021-12-13Merge 5.16-rc5 into usb-nextGreg Kroah-Hartman-0/+1
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-06Merge 5.16-rc4 into usb-nextGreg Kroah-Hartman-16/+7
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-11-17usb: cdnsp: Remove unneeded semicolon after `}'Jason Wang-1/+1
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