Age | Commit message (Expand) | Author |
2023-04-05 | usb: cdnsp: Fixes error: uninitialized symbol 'len' | Pawel Laszczak |
2023-03-27 | Merge 6.3-rc4 into usb-next | Greg Kroah-Hartman |
2023-03-16 | usb: cdnsp: changes PCI Device ID to fix conflict with CNDS3 driver | Pawel Laszczak |
2023-03-16 | usb: cdns3: Fix issue with using incorrect PCI device function | Pawel Laszczak |
2023-03-16 | usb: cdnsp: Fixes issue with redundant Status Stage | Pawel Laszczak |
2023-03-09 | usb: cdns3: change some trace event __dynamic_array() to __get_buf() | Linyu Yuan |
2023-03-09 | usb: cdns3: change trace event cdns3_ring() operation | Linyu Yuan |
2023-01-23 | Merge 6.2-rc5 into usb-next | Greg Kroah-Hartman |
2023-01-17 | usb: cdnsp: : add scatter gather support for ISOC endpoint | Pawel Laszczak |
2023-01-17 | usb: cdns3: remove fetched trb from cache before dequeuing | Pawel Laszczak |
2022-11-29 | usb: cdnsp: fix lack of ZLP for ep0 | Pawel Laszczak |
2022-11-28 | Merge 6.1-rc7 into usb-next | Greg Kroah-Hartman |
2022-11-22 | usb: cdnsp: fix issue with ZLP - added TD_SIZE = 1 | Pawel Laszczak |
2022-11-22 | usb: cdnsp: Fix issue with Clear Feature Halt Endpoint | Pawel Laszczak |
2022-11-21 | Merge 6.1-rc6 into usb-next | Greg Kroah-Hartman |
2022-11-09 | usb: cdns3: host: fix endless superspeed hub port reset | Li Jun |
2022-10-22 | usb: cdns3: adjust the partial logic of cdnsp_pci_remove | Dongliang Mu |
2022-09-27 | usb: cdns3: remove dead code | Dongliang Mu |
2022-08-30 | usb: cdns3: fix issue with rearming ISO OUT endpoint | Pawel Laszczak |
2022-08-30 | usb: cdns3: fix incorrect handling TRB_SMM flag for ISOC transfer | Pawel Laszczak |
2022-08-04 | usb: cdns3: Don't use priv_dev uninitialized in cdns3_gadget_ep_enable() | Nathan Chancellor |
2022-07-27 | usb: cdns3: change place of 'priv_ep' assignment in cdns3_gadget_ep_dequeue()... | Andrey Strachuk |
2022-06-20 | Merge v5.19-rc3 into usb-next | Greg Kroah-Hartman |
2022-06-10 | usb: cdns3: fix random warning message when driver load | Frank Li |
2022-06-10 | usb: cdns3 fix use-after-free at workaround 2 | Frank Li |
2022-06-10 | usb: cdnsp: Fixed setting last_trb incorrectly | Jing Leng |
2022-05-19 | usb: cdns3: allocate TX FIFO size according to composite EP number | Frank Li |
2022-04-09 | usb: cdns3: Fix issue for clear halt endpoint | Pawel Laszczak |
2022-01-31 | Merge tag 'v5.17-rc2' into usb-next | Greg Kroah-Hartman |
2022-01-26 | usb: cdnsp: Fix segmentation fault in cdns_lost_power function | Pawel Laszczak |
2022-01-26 | usb: cdnsp: remove not used temp_64 variables | Pawel Laszczak |
2022-01-26 | usb: cdnsp: fix cdnsp_decode_trb function to properly handle ret value | Pawel Laszczak |
2022-01-05 | headers/prep: Fix non-standard header section: drivers/usb/cdns3/core.h | Ingo Molnar |
2021-12-21 | usb: cdns3: Use platform_get_irq_byname() to get the interrupt | Lad Prabhakar |
2021-12-20 | Merge 5.16-rc6 into usb-next | Greg Kroah-Hartman |
2021-12-15 | usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restore | Pawel Laszczak |
2021-12-13 | usb: cdnsp: Fix incorrect status for control request | Pawel Laszczak |
2021-12-13 | usb: cdnsp: Fix issue in cdnsp_log_ep trace event | Pawel Laszczak |
2021-12-13 | usb: cdnsp: Fix incorrect calling of cdnsp_died function | Pawel Laszczak |
2021-12-13 | Merge 5.16-rc5 into usb-next | Greg Kroah-Hartman |
2021-12-09 | Merge tag 'net-5.16-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net... | Linus Torvalds |
2021-12-06 | Merge 5.16-rc4 into usb-next | Greg Kroah-Hartman |
2021-12-03 | treewide: Add missing includes masked by cgroup -> bpf dependency | Jakub Kicinski |
2021-12-03 | usb: cdnsp: Fix a NULL pointer dereference in cdnsp_endpoint_init() | Zhou Qingyang |
2021-12-03 | usb: cdns3: gadget: fix new urb never complete if ep cancel previous requests | Frank Li |
2021-11-17 | usb: cdnsp: Remove unneeded semicolon after `}' | Jason Wang |
2021-09-14 | usb: cdns3: fix race condition before setting doorbell | Pawel Laszczak |
2021-08-13 | usb: cdnsp: fix the wrong mult value for HS isoc or intr | Chunfeng Yun |
2021-07-29 | usb: cdnsp: Fix the IMAN_IE_SET and IMAN_IE_CLEAR macro | Christophe JAILLET |
2021-07-29 | usb: cdnsp: Fixed issue with ZLP | Pawel Laszczak |