summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2020-04-032-5/+1
|\
| * scsi: treewide: Consolidate {get,put}_unaligned_[bl]e24() definitionsBart Van Assche2020-03-172-5/+1
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-03-311-1/+1
|\ \
| * | completion: Use simple wait queuesThomas Gleixner2020-03-211-1/+1
* | | Merge tag 'usb-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-03-303-3/+2
|\ \ \
| * | | usb: gadget: f_fs: Fix use after free issue as part of queue failureSriharsha Allenki2020-03-261-0/+1
| * | | Merge 5.6-rc3 into usb-nextGreg Kroah-Hartman2020-02-243-8/+11
| |\| |
| * | | usb: gadget: f_phonet: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-141-1/+1
| * | | usb: gadget: remove redundant assignment to variable statusColin Ian King2020-02-101-2/+0
| | |/ | |/|
* | | Merge tag 'media/v5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-03-301-1/+1
|\ \ \ | |_|/ |/| |
| * | media: gadget: uvc: rename VFL_TYPE_GRABBER to _VIDEOHans Verkuil2020-02-241-1/+1
| |/
* | usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov2020-02-111-1/+3
* | usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen2020-02-111-2/+3
* | usb: gadget: u_audio: Fix high-speed max packet sizeJohn Keeping2020-02-111-5/+5
|/
* Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-8/+3
|\
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-7/+3
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
* | usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue2020-01-151-4/+12
* | usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue2020-01-151-4/+13
* | usb: gadget: f_uac2: fix packet size calculationJohn Keeping2020-01-151-4/+6
* | usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen2020-01-151-0/+2
* | usb: gadget: u_audio: Drop superfluous ioctl PCM opsTakashi Iwai2019-12-171-1/+0
* | usb: gadget: u_audio: Use managed buffer allocationTakashi Iwai2019-12-171-16/+2
|/
* Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-12-142-1/+6
|\
| * usb: gadget: fix wrong endpoint descEJ Hsu2019-12-102-1/+6
* | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-091-1/+1
|/
* Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds2019-12-011-11/+1
|\
| * compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann2019-10-231-11/+1
* | Merge tag 'usb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-11-276-255/+326
|\ \
| * | usb: gadget: f_tcm: Provide support to get alternate setting in tcm functionJayshri Pawar2019-10-221-1/+12
| * | usb: gadget: u_serial: use mutex for serialising open()sMichał Mirosław2019-10-221-75/+37
| * | usb: gadget: u_serial: diagnose missed console messagesMichał Mirosław2019-10-221-1/+14
| * | usb: gadget: u_serial: allow more console gadget portsMichał Mirosław2019-10-224-0/+97
| * | usb: gadget: u_serial: make OBEX port not a consoleMichał Mirosław2019-10-223-5/+14
| * | usb: gadget: u_serial: reimplement console supportMichał Mirosław2019-10-221-181/+158
| * | usb: gadget: u_serial: add missing port entry lockingMichał Mirosław2019-10-221-0/+2
| |/
* / usb: gadget: u_audio: Remove superfluous snd_dma_continuous_data()Takashi Iwai2019-11-091-1/+1
|/
* vfs: Convert functionfs to use the new mount APIDavid Howells2019-09-191-113/+120
* usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt2019-08-121-10/+18
* Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2019-07-125-12/+16
|\
| * Revert "usb: gadget: storage: Remove warning message"Greg Kroah-Hartman2019-07-042-16/+6
| * Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2019-07-031-2/+1
| |\
| | * USB: gadget: function: fix issue Unneeded variable: "value"Hariprasad Kelam2019-07-031-2/+1
| * | Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman2019-07-015-15/+30
| |\|
| | * usb: Replace snprintf with scnprintf in gether_get_ifnameDaniel M German2019-06-201-2/+2
| | * usb: gadget: ether: Fix race between gether_disconnect and rx_submitKiruthika Varadarajan2019-06-181-2/+4
| | * usb: gadget: storage: Remove warning messageEJ Hsu2019-06-182-6/+16
| | * usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz2019-06-181-2/+4
| | * usb: gadget: u_audio: Fixed variable declaration coding style issueJonas Stenvall2019-06-181-2/+2