summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc2/gadget.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc2: use linux/spinlock.h for stubsAhmad Fatoum2023-11-211-4/+1
* usb: dwc2: fix multiplier handling in endpoint setupMichael Grzeschik2023-05-221-8/+1
* usb: dwc2: Port FIFO configuration sync from Linux v6.3Oleksij Rempel2023-05-221-16/+13
* usb: gadget: Update core to Linux-6.3-rc2Sascha Hauer2023-03-241-2/+1
* usb: move include files to place where Linux has themSascha Hauer2023-03-201-1/+1
* drivers: migrate "GPL-2.0+" license identifiers to SPDX 2.0Roland Hieber2021-11-221-1/+1
* Merge branch 'for-next/usb'Sascha Hauer2021-03-231-54/+0
|\
| * usb: dwc2: Move wait_for_mode and iddig_filter_enabled to coreJules Maselbas2021-03-151-53/+0
| * usb: dwc2: Rework dwc2_wait_for_mode to use wait_on_timeoutJules Maselbas2021-03-151-4/+3
* | usb: dwc2: fix mismatching argument to printf format specifierAhmad Fatoum2021-03-011-1/+1
|/
* usb: dwc2: add support to force gadget modeMichael Grzeschik2021-01-061-0/+144
* usb: dwc2: Uninitialize host and device on removeJules Maselbas2020-10-091-0/+6
* usb: dwc2: Add gadget driverJules Maselbas2020-08-141-0/+2736