summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorLines
2020-06-10kernel: better document the use_mm/unuse_mm API contractChristoph Hellwig-2/+2
2020-06-10kernel: move use_mm/unuse_mm to kthread.cChristoph Hellwig-1/+1
2020-06-09scsi: target: Initialize LUN in transport_init_se_cmd()Sudhakar Panneerselvam-2/+4
2020-06-07Merge tag 'usb-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-101/+131
2020-06-01Merge branch 'uaccess.access_ok' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-6/+0
2020-05-29usb: get rid of pointless access_ok() callsAl Viro-6/+0
2020-05-25usb: gadget: f_tcm: Inform last stream requestThinh Nguyen-0/+3
2020-05-25usb: gadget: function: remove redundant assignment to variable 'status'Colin Ian King-2/+0
2020-05-25usb: gadget: f_acm: add suspend resume callbacksFabrice Gasnier-0/+16
2020-05-25usb: gadget: f_serial: add suspend resume callbacksFabrice Gasnier-0/+16
2020-05-25usb: gadget: u_serial: add suspend resume callbacksFabrice Gasnier-8/+51
2020-05-25usb: gadget: uvc_video: add worker to handle the frame pumpingMichael Grzeschik-65/+19
2020-05-25usb: gadget: f_fs: remove unneeded semicolon in __ffs_data_got_descs()Jason Yan-1/+1
2020-05-05USB: gadget: Use the correct style for SPDX License IdentifierNishad Kamdar-25/+25
2020-04-16usb: f_fs: Clear OS Extended descriptor counts to zero in ffs_data_reset()Udipto Goswami-0/+4
2020-04-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds-5/+1
2020-03-30Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+1
2020-03-30Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-3/+2
2020-03-30Merge tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds-1/+1
2020-03-26usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki-0/+1
2020-03-21completion: Use simple wait queuesThomas Gleixner-1/+1
2020-03-16scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche-5/+1
2020-02-24media: gadget: uvc: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil-1/+1
2020-02-24Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman-8/+11
2020-02-14usb: gadget: f_phonet: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-02-11usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov-1/+3
2020-02-11usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen-2/+3
2020-02-11usb: gadget: u_audio: Fix high-speed max packet sizeJohn Keeping-5/+5
2020-02-10usb: gadget: remove redundant assignment to variable statusColin Ian King-2/+0
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+3
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro-7/+3
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen-1/+0
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan-9/+8
2020-01-15usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue-4/+12
2020-01-15usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue-4/+13
2020-01-15usb: gadget: f_uac2: fix packet size calculationJohn Keeping-4/+6
2020-01-15usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen-0/+2
2019-12-17usb: gadget: u_audio: Drop superfluous ioctl PCM opsTakashi Iwai-1/+0
2019-12-17usb: gadget: u_audio: Use managed buffer allocationTakashi Iwai-16/+2
2019-12-14Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+6
2019-12-10usb: gadget: fix wrong endpoint descEJ Hsu-1/+6
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya-1/+1
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds-11/+1
2019-11-27Merge tag 'usb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-255/+326
2019-11-09usb: gadget: u_audio: Remove superfluous snd_dma_continuous_data()Takashi Iwai-1/+1
2019-10-23compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann-11/+1
2019-10-22usb: gadget: f_tcm: Provide support to get alternate setting in tcm functionJayshri Pawar-1/+12
2019-10-22usb: gadget: u_serial: use mutex for serialising open()sMichał Mirosław-75/+37
2019-10-22usb: gadget: u_serial: diagnose missed console messagesMichał Mirosław-1/+14
2019-10-22usb: gadget: u_serial: allow more console gadget portsMichał Mirosław-0/+97