summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
Commit message (Expand)AuthorAgeFilesLines
* usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K2023-02-141-4/+19
* usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang2023-02-141-16/+16
* Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman2023-02-141-0/+4
|\
| * Revert "usb: gadget: u_ether: Do not make UDC parent of the net device"Paul Cercueil2023-02-091-0/+4
* | usb: gadget: configfs: Fix set but not used variable warningDaniel Scally2023-02-091-3/+1
* | usb: gadget: uvc: Use custom strings if availableDaniel Scally2023-02-071-5/+13
* | usb: gadget: uvc: Allow linking function to string descsDaniel Scally2023-02-072-0/+68
* | usb: gadget: uvc: Pick up custom string descriptor IDsDaniel Scally2023-02-071-0/+9
* | usb: gadget: uvc: Allow linking XUs to string descriptorsDaniel Scally2023-02-072-0/+53
* | usb: gadget: configfs: Attach arbitrary strings to cdevDaniel Scally2023-02-071-16/+77
* | usb: gadget: configfs: Support arbitrary string descriptorsDaniel Scally2023-02-071-2/+170
* | usb: gadget: configfs: Rename struct gadget_stringsDaniel Scally2023-02-071-16/+16
* | usb: gadget: uvc: Copy XU descriptors during .bind()Daniel Scally2023-02-072-0/+34
* | usb: gadget: uvc: Allow definition of XUs in configfsDaniel Scally2023-02-074-0/+525
* | usb: gadget: uvc: Generalise helper functions for reuseDaniel Scally2023-02-071-53/+67
* | usb: gadget: uvc: Make bSourceID read/writeDaniel Scally2023-02-071-1/+58
* | usb: gadget: uvc: Allow creating new color matching descriptorsDaniel Scally2023-02-061-2/+97
* | usb: gadget: uvc: Make color matching attributes read/writeDaniel Scally2023-02-061-1/+38
* | usb: gadget: uvc: Remove the hardcoded default color matchingDaniel Scally2023-02-062-10/+0
* | usb: gadget: uvc: Copy color matching descriptor for each frameDaniel Scally2023-02-062-9/+70
* | usb: gadget: uvc: Add struct for color matching in configsDaniel Scally2023-02-062-14/+52
* | USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
* | USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
* | USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
* | USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
* | USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman2023-02-061-1/+1
* | usb: gadget: configfs: Use memcpy_and_pad()Andy Shevchenko2023-02-061-2/+1
* | Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman2023-02-0617-16/+4
|\|
| * usb: gadget: udc: do not clear gadget driver.busAaro Koskinen2023-02-0215-15/+0
| * usb: gadget: f_uac2: Fix incorrect increment of bNumEndpointsPratham Pratap2023-01-251-0/+1
| * usb: gadget: f_fs: Fix unbalanced spinlock in __ffs_ep0_queue_waitUdipto Goswami2023-01-241-1/+3
* | usb: gadget: uvc: Disable interrupt endpoint by defaultDaniel Scally2023-02-022-23/+38
* | usb: gadget: uvc: Add new enable_interrupt_ep attributeDaniel Scally2023-02-022-0/+55
* | usb: gadget: uvc: Rename uvc_control_epDaniel Scally2023-02-022-21/+21
* | usb: gadget: configfs: Restrict symlink creation is UDC already bindedUdipto Goswami2023-02-021-0/+6
* | xhci: split out rcar/rz support from xhci-plat.cArnd Bergmann2023-02-021-3/+1
* | usg: gadget: Move validation out of lock in webusb_bcdVersion_store()Andy Shevchenko2023-01-311-7/+3
* | usb: gadget: Use correct APIs and data types for UUID handlingAndy Shevchenko2023-01-311-2/+2
* | usb: uvc: use v4l2_fill_fmtdesc instead of open coded format nameMichael Grzeschik2023-01-311-6/+0
* | usb: uvc: make uvc_format_desc table constMichael Grzeschik2023-01-311-4/+4
* | usb: uvc: move uvc_fmts and uvc_format_by_guid to own compile unitMichael Grzeschik2023-01-311-0/+1
* | usb: uvc: move media/v4l2-uvc.h to usb/uvc.hMichael Grzeschik2023-01-311-1/+1
* | usb: gadget: udc: renesas_usb3: Add role switch support for RZ/V2MBiju Das2023-01-251-5/+29
* | usb: gadget: Add support for RZ/V2M USB3DRD driverBiju Das2023-01-254-37/+218
* | usb: gadget: tegra-xudc: Add Tegra234 supportSing-Han Chen2023-01-251-0/+17
* | usb: gadget: Move kstrtox() out of lockAndy Shevchenko2023-01-241-36/+36
* | Merge 6.2-rc5 into usb-nextGreg Kroah-Hartman2023-01-235-10/+44
|\|
| * usb: gadget: f_ncm: fix potential NULL ptr deref in ncm_bitrate()Maciej Żenczykowski2023-01-171-1/+3
| * USB: gadget: Add ID numbers to configfs-gadget driver namesChanh Nguyen2023-01-171-2/+10
| * usb: gadget: g_webcam: Send color matching descriptor per frameDaniel Scally2023-01-171-0/+3