aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/cdns3
AgeCommit message (Expand)Author
2024-03-01usb: cdns3: fix memory double free when handle zero packetFrank Li
2024-03-01usb: cdns3: fixed memory use after free at cdns3_gadget_ep_disable()Frank Li
2024-03-01usb: cdnsp: fixed issue with incorrect detecting CDNSP family controllersPawel Laszczak
2024-03-01usb: cdnsp: blocked some cdns3 specific codePawel Laszczak
2024-01-25usb: cdns3: Fix uvc fail when DMA cross 4k boundery since sg enabledFrank Li
2024-01-25usb: cdns3: fix iso transfer error when mult is not zeroFrank Li
2024-01-25usb: cdns3: fix uvc failure work since sg support enabledFrank Li
2023-12-03usb: cdnsp: Fix deadlock issue during using NCM gadgetPawel Laszczak
2023-10-19usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak
2023-10-19usb: cdns3: Modify the return value of cdns_set_active () to void when CONFIG...Xiaolei Wang
2023-09-23usb: cdns3: Put the cdns set active part outside the spin lockXiaolei Wang
2023-08-03usb: cdns3: fix incorrect calculation of ep_buf_size when more than one configFrank Li
2023-07-23Revert "usb: common: usb-conn-gpio: Set last role to unknown before initial d...Greg Kroah-Hartman
2023-07-23usb: common: usb-conn-gpio: Set last role to unknown before initial detectionPrashanth K
2023-06-09usb: cdns3: fix NCM gadget RX speed 20x slow than expection at iMX8QMFrank Li
2023-06-09usb: cdns3: allocate TX FIFO size according to composite EP numberFrank Li
2023-04-13usb: cdnsp: Fixes error: uninitialized symbol 'len'Pawel Laszczak
2023-03-30usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driverPawel Laszczak
2023-03-30usb: cdnsp: Fixes issue with redundant Status StagePawel Laszczak
2023-03-30usb: cdns3: Fix issue with using incorrect PCI device functionPawel Laszczak
2023-01-24usb: cdns3: remove fetched trb from cache before dequeuingPawel Laszczak
2022-12-31usb: cdnsp: fix lack of ZLP for ep0Pawel Laszczak
2022-12-02usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1Pawel Laszczak
2022-12-02usb: cdnsp: Fix issue with Clear Feature Halt EndpointPawel Laszczak
2022-11-26usb: cdns3: host: fix endless superspeed hub port resetLi Jun
2022-09-08usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transferPawel Laszczak
2022-09-08usb: cdns3: fix issue with rearming ISO OUT endpointPawel Laszczak
2022-08-25usb: cdns3: fix random warning message when driver loadFrank Li
2022-08-25usb: cdns3 fix use-after-free at workaround 2Frank Li
2022-08-17usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable()Nathan Chancellor
2022-08-17usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue()...Andrey Strachuk
2022-06-22usb: cdnsp: Fixed setting last_trb incorrectlyJing Leng
2022-05-09usb: cdns3: Fix issue for clear halt endpointPawel Laszczak
2022-04-13usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret valuePawel Laszczak
2022-02-01usb: cdnsp: Fix segmentation fault in cdns_lost_power functionPawel Laszczak
2021-12-22usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak
2021-12-22usb: cdnsp: Fix issue in cdnsp_log_ep trace eventPawel Laszczak
2021-12-22usb: cdnsp: Fix incorrect calling of cdnsp_died functionPawel Laszczak
2021-12-22usb: cdnsp: Fix incorrect status for control requestPawel Laszczak
2021-12-08usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init()Zhou Qingyang
2021-12-08usb: cdns3: gadget: fix new urb never complete if ep cancel previous requestsFrank Li
2021-09-14usb: cdns3: fix race condition before setting doorbellPawel Laszczak
2021-08-13usb: cdnsp: fix the wrong mult value for HS isoc or intrChunfeng Yun
2021-07-29usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macroChristophe JAILLET
2021-07-29usb: cdnsp: Fixed issue with ZLPPawel Laszczak
2021-07-29usb: cdnsp: Fix incorrect supported maximum speedPawel Laszczak
2021-07-29usb: cdns3: Fixed incorrect gadget statePawel Laszczak
2021-07-05Merge tag 'usb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
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