summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorLines
2023-10-02usb: gadget: f_fs: Annotate struct ffs_buffer with __counted_byKees Cook-1/+1
2023-10-02usb: gadget: uvc: rework pump worker to avoid while loopMichael Grzeschik-6/+14
2023-10-02usb: gadget: uvc: cleanup request when not in correct stateMichael Grzeschik-0/+6
2023-10-02usb: gadget: uvc: stop pump thread on video disableMichael Grzeschik-1/+7
2023-10-02usb: gadget: ncm: Handle decoding of multiple NTB's in unwrap callKrishna Kurapati-7/+19
2023-09-01Merge tag 'tty-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+3
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-140/+3021
2023-08-22usb: gadget: remove max support speed info in bind operationLinyu Yuan-29/+10
2023-08-22usb: gadget: unconditionally allocate hs/ss descriptor in bind operationLinyu Yuan-75/+51
2023-08-22usb: gadget: f_uvc: change endpoint allocation in uvc_function_bind()Linyu Yuan-9/+1
2023-08-22usb: gadget: add a inline function gether_bitrate()Linyu Yuan-44/+18
2023-08-22usb: gadget: use working speed to calcaulate network bitrate and qlenLinyu Yuan-11/+10
2023-08-22usb: gadget: function: Remove unused declarationsYue Haibing-7/+0
2023-08-12USB: gadget: f_mass_storage: Fix unused variable warningAlan Stern-1/+1
2023-08-11tty: make tty_operations::write()'s count size_tJiri Slaby (SUSE)-2/+2
2023-08-11tty: propagate u8 data to tty_operations::put_char()Jiri Slaby (SUSE)-1/+1
2023-08-11tty: propagate u8 data to tty_operations::write()Jiri Slaby (SUSE)-1/+1
2023-07-30usb: gadget: midi2: fix missing unlock in f_midi2_block_opts_create()Yang Yingliang-1/+1
2023-07-26usb: gadget: midi2: More flexible MIDI 1.0 configurationTakashi Iwai-34/+122
2023-07-26usb: gadget: midi2: Add "Operation Mode" controlTakashi Iwai-0/+35
2023-07-26usb: gadget: midi2: MIDI 1.0 interface (altset 0) supportTakashi Iwai-42/+452
2023-07-26usb: gadget: midi2: Dynamically create MIDI 1.0 altset descriptorsTakashi Iwai-71/+157
2023-07-26usb: gadget: midi2: Add configfs supportTakashi Iwai-23/+598
2023-07-26usb: gadget: Add support for USB MIDI 2.0 function driverTakashi Iwai-0/+1772
2023-07-13usb: convert to ctime accessor functionsJeff Layton-2/+1
2023-06-20USB: gadget: f_hid: make hidg_class a static const structureIvan Orlov-11/+10
2023-06-20USB: gadget: f_printer: make usb_gadget_class a static const structureIvan Orlov-14/+11
2023-06-19usb: gadget: function: printer: Replace strlcpy with strscpyAzeem Shaikh-2/+2
2023-06-13usb: gadget: f_mass_storage: remove unnecessary open checkDavid Disseldorp-6/+2
2023-06-13usb: gadget: uvc: clean up comments and styling in video_pumpAvichal Rakesh-13/+25
2023-06-13usb: gadget: u_serial: Add null pointer check in gs_start_ioKuen-Han Tsai-1/+5
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman-1/+1
2023-05-29usb: gadget: f_fs: Add unbind event before functionfs_unbindUttkarsh Aggarwal-1/+1
2023-05-29usb: gadget: uvc: queue empty isoc requests if no video buffer is availableAvichal Rakesh-8/+24
2023-05-29usb: gadget: u_serial: Avoid spinlock recursion in __gs_console_pushPrashanth K-0/+3
2023-05-29usb: gadget: u_serial: Add null pointer check in gserial_suspendPrashanth K-2/+11
2023-05-13usb: gadget: u_ether: Fix host MAC address caseKonrad Gräfe-0/+3
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-2/+2
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-100/+213
2023-04-26Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-33/+2
2023-04-10Merge 6.3-rc6 into usb-nextGreg Kroah-Hartman-1/+1
2023-04-05usb: gadget: f_fs: Fix ffs_epfile_read_iter to handle ITER_UBUFSandeep Dhavale-1/+1
2023-04-03Merge 6.3-rc5 into driver-core-nextGreg Kroah-Hartman-1/+1
2023-03-29usb: gadget: f_ecm: Add suspend/resume and remote wakeup supportElson Roy Serrao-0/+89
2023-03-29usb: gadget: ffs: remove ENTER() macroLinyu Yuan-96/+0
2023-03-29usb: gadget: uvc: Make bmControls attr read/writeDaniel Scally-2/+119
2023-03-27Merge 6.3-rc4 into usb-nextGreg Kroah-Hartman-1/+1
2023-03-24Merge patch series "target: TMF and recovery fixes"Martin K. Petersen-2/+2
2023-03-24scsi: target: Pass in cmd counter to use during cmd setupMike Christie-2/+2
2023-03-17driver core: class: remove module * from class_create()Greg Kroah-Hartman-2/+2