summaryrefslogtreecommitdiff
path: root/drivers/usb/cdns3/cdnsp-gadget.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-27usb:cdnsp: remove TRB_FLUSH_ENDPOINT commandPawel Laszczak1-5/+1
2023-10-02usb: cdnsp: Fixes issue with dequeuing not queued requestsPawel Laszczak1-0/+3
2023-01-17usb: cdnsp: : add scatter gather support for ISOC endpointPawel Laszczak1-1/+1
2022-11-22usb: cdnsp: Fix issue with Clear Feature Halt EndpointPawel Laszczak1-8/+4
2022-01-26usb: cdnsp: remove not used temp_64 variablesPawel Laszczak1-3/+0
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman1-0/+12
2021-12-16usb: cdnsp: Fix lack of spin_lock_irqsave/spin_lock_restorePawel Laszczak1-0/+12
2021-11-17usb: cdnsp: Remove unneeded semicolon after `}'Jason Wang1-1/+1
2021-07-29usb: cdnsp: Fix incorrect supported maximum speedPawel Laszczak1-1/+1
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman1-7/+7
2021-05-27usb: cdns3: cdnsp-gadget: Provide function name for 'cdnsp_find_next_ext_cap()'Lee Jones1-1/+2
2021-05-21USB: cdnsp: drop irq-flags initialisationsJohan Hovold1-2/+2
2021-05-11usb: cdnsp: Fix lack of removing request from pending list.Pawel Laszczak1-7/+7
2021-04-12usb: cdnsp: Fixes issue with Configure Endpoint commandPawel Laszczak1-5/+12
2021-03-27usb: cdnsp: Fixes issue with dequeuing requests after disabling endpointPawel Laszczak1-0/+4
2021-02-06usb: cdnsp: Removes some useless trace eventsPawel Laszczak1-2/+0
2020-12-29usb: cdnsp: Fixes for sparse warningsPawel Laszczak1-15/+9
2020-12-29usb: cdnsp: Removes some not useful function argumentsPawel Laszczak1-1/+1
2020-12-29usb: cdnsp: Mark cdnsp_gadget_ops with static keywordZou Wei1-1/+1
2020-12-29usb: cdnsp: Add tracepoints for CDNSP driverPawel Laszczak1-6/+69
2020-12-29usb: cdnsp: cdns3 Add main part of Cadence USBSSP DRD DriverPawel Laszczak1-0/+1954