summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2023-06-21usb: gadget: udc: renesas_usb3: Fix RZ/V2M {modprobe,bind} errorBiju Das1-2/+2
2023-06-21usb: gadget: udc: core: Prevent soft_connect_store() raceBadhri Jagan Sridharan1-49/+106
2023-06-21usb: gadget: udc: core: Offload usb_udc_vbus_handler processingBadhri Jagan Sridharan1-2/+27
2023-06-09usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal1-1/+1
2023-05-24Revert "usb: gadget: udc: core: Invoke usb_gadget_connect only when started"Francesco Dolcini1-104/+44
2023-05-24Revert "usb: gadget: udc: core: Prevent redundant calls to pullup"Francesco Dolcini1-3/+0
2023-05-24usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe1-0/+3
2023-05-11usb: gadget: tegra-xudc: Fix crash in vbus_drawJon Hunter1-1/+1
2023-05-11usb: gadget: udc: renesas_usb3: Fix use after free bug in renesas_usb3_remove...Zheng Wang1-0/+1
2023-05-11scsi: target: Pass in cmd counter to use during cmd setupMike Christie1-2/+2
2023-05-11usb: gadget: udc: core: Prevent redundant calls to pullupBadhri Jagan Sridharan1-0/+3
2023-05-11usb: gadget: udc: core: Invoke usb_gadget_connect only when startedBadhri Jagan Sridharan1-44/+104
2023-04-05usb: gadgetfs: Fix ep_read_iter to handle ITER_UBUFSandeep Dhavale1-1/+1
2023-04-05usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUFSandeep Dhavale1-1/+1
2023-03-16usb: gadget: Use correct endianness of the wLength field for WebUSBAndy Shevchenko1-4/+3
2023-03-09usb: gadget: u_audio: don't let userspace block driver unbindAlvin Šipraga1-1/+1
2023-02-24Merge tag 'usb-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds25-327/+5484
2023-02-21Merge tag 'arm-boardfile-remove-6.3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds8-3655/+3
2023-02-15usb: gadget: u_ether: Don't warn in gether_setup_name_default()Jon Hunter1-2/+0
2023-02-15usb: gadget: u_ether: Convert prints to device printsJon Hunter1-35/+1
2023-02-14usb: gadget: u_serial: Add null pointer check in gserial_resumePrashanth K1-4/+19
2023-02-14usb: gadget: uvc: fix missing mutex_unlock() if kstrtou8() failsYang Yingliang1-16/+16
2023-02-14Merge 6.2-rc8 into usb-nextGreg Kroah-Hartman1-0/+4
2023-02-09Revert "usb: gadget: u_ether: Do not make UDC parent of the net device"Paul Cercueil1-0/+4
2023-02-09usb: gadget: configfs: Fix set but not used variable warningDaniel Scally1-3/+1
2023-02-07usb: gadget: uvc: Use custom strings if availableDaniel Scally1-5/+13
2023-02-07usb: gadget: uvc: Allow linking function to string descsDaniel Scally2-0/+68
2023-02-07usb: gadget: uvc: Pick up custom string descriptor IDsDaniel Scally1-0/+9
2023-02-07usb: gadget: uvc: Allow linking XUs to string descriptorsDaniel Scally2-0/+53
2023-02-07usb: gadget: configfs: Attach arbitrary strings to cdevDaniel Scally1-16/+77
2023-02-07usb: gadget: configfs: Support arbitrary string descriptorsDaniel Scally1-2/+170
2023-02-07usb: gadget: configfs: Rename struct gadget_stringsDaniel Scally1-16/+16
2023-02-07usb: gadget: uvc: Copy XU descriptors during .bind()Daniel Scally2-0/+34
2023-02-07usb: gadget: uvc: Allow definition of XUs in configfsDaniel Scally4-0/+525
2023-02-07usb: gadget: uvc: Generalise helper functions for reuseDaniel Scally1-53/+67
2023-02-07usb: gadget: uvc: Make bSourceID read/writeDaniel Scally1-1/+58
2023-02-06usb: gadget: uvc: Allow creating new color matching descriptorsDaniel Scally1-2/+97
2023-02-06usb: gadget: uvc: Make color matching attributes read/writeDaniel Scally1-1/+38
2023-02-06usb: gadget: uvc: Remove the hardcoded default color matchingDaniel Scally2-10/+0
2023-02-06usb: gadget: uvc: Copy color matching descriptor for each frameDaniel Scally2-9/+70
2023-02-06usb: gadget: uvc: Add struct for color matching in configsDaniel Scally2-14/+52
2023-02-06USB: gadget: pxa27x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: gadget: pxa25x_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: gadget: lpc32xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: gadget: bcm63xx_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06USB: gadget: gr_udc: fix memory leak with using debugfs_lookup()Greg Kroah-Hartman1-1/+1
2023-02-06usb: gadget: configfs: Use memcpy_and_pad()Andy Shevchenko1-2/+1
2023-02-06Merge 6.2-rc7 into usb-nextGreg Kroah-Hartman17-16/+4
2023-02-02usb: gadget: uvc: Disable interrupt endpoint by defaultDaniel Scally2-23/+38
2023-02-02usb: gadget: uvc: Add new enable_interrupt_ep attributeDaniel Scally2-0/+55