summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
2020-02-11usb: gadget: serial: fix Tx stall after buffer overflowSergey Organov
2020-02-11usb: gadget: ffs: ffs_aio_cancel(): Save/restore IRQ flagsLars-Peter Clausen
2020-02-11usb: gadget: u_audio: Fix high-speed max packet sizeJohn Keeping
2020-02-08Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-02-07fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro
2020-02-07fs_parser: remove fs_parameter_description name fieldEric Sandeen
2020-02-04proc: convert everything to "struct proc_ops"Alexey Dobriyan
2020-01-15usb: gadget: f_ecm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-01-15usb: gadget: f_ncm: Use atomic_t to track in-flight requestBryan O'Donoghue
2020-01-15usb: gadget: f_uac2: fix packet size calculationJohn Keeping
2020-01-15usb: gadget: f_fs: set req->num_sgs as 0 for non-sg transferPeter Chen
2019-12-17usb: gadget: u_audio: Drop superfluous ioctl PCM opsTakashi Iwai
2019-12-17usb: gadget: u_audio: Use managed buffer allocationTakashi Iwai
2019-12-14Merge tag 'usb-5.5-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-12-10usb: gadget: fix wrong endpoint descEJ Hsu
2019-12-09treewide: Use sizeof_field() macroPankaj Bharadiya
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-27Merge tag 'usb-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-11-09usb: gadget: u_audio: Remove superfluous snd_dma_continuous_data()Takashi Iwai
2019-10-23compat_ioctl: use correct compat_ptr() translation in driversArnd Bergmann
2019-10-22usb: gadget: f_tcm: Provide support to get alternate setting in tcm functionJayshri Pawar
2019-10-22usb: gadget: u_serial: use mutex for serialising open()sMichał Mirosław
2019-10-22usb: gadget: u_serial: diagnose missed console messagesMichał Mirosław
2019-10-22usb: gadget: u_serial: allow more console gadget portsMichał Mirosław
2019-10-22usb: gadget: u_serial: make OBEX port not a consoleMichał Mirosław
2019-10-22usb: gadget: u_serial: reimplement console supportMichał Mirosław
2019-10-22usb: gadget: u_serial: add missing port entry lockingMichał Mirosław
2019-09-18vfs: Convert functionfs to use the new mount APIDavid Howells
2019-08-12usb: gadget: mass_storage: Fix races between fsg_disable and fsg_set_altBenjamin Herrenschmidt
2019-07-11Merge tag 'usb-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2019-07-04Revert "usb: gadget: storage: Remove warning message"Greg Kroah-Hartman
2019-07-03Merge tag 'usb-for-v5.3-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman
2019-07-03USB: gadget: function: fix issue Unneeded variable: "value"Hariprasad Kelam
2019-07-01Merge tag 'usb-for-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/bal...Greg Kroah-Hartman
2019-06-20docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab
2019-06-20usb: Replace snprintf with scnprintf in gether_get_ifnameDaniel M German
2019-06-18usb: gadget: ether: Fix race between gether_disconnect and rx_submitKiruthika Varadarajan
2019-06-18usb: gadget: storage: Remove warning messageEJ Hsu
2019-06-18usb: gadget: Zero ffs_io_dataAndrzej Pietrasiewicz
2019-06-18usb: gadget: u_audio: Fixed variable declaration coding style issueJonas Stenvall
2019-06-18usb: gadget: f_fs: data_len used before properly setFei Yang
2019-06-05media: usb/gadget/f_uvc: set device_caps in struct video_deviceHans Verkuil
2019-05-03usb: gadget: do not use __constant_cpu_to_le16Sergey Senozhatsky
2019-05-03usb: gadget: f_ncm: Add OS descriptor supportRomain Izard
2019-05-03usb: gadget: f_ncm: Fix NTP-32 supportRomain Izard
2019-05-03usb: gadget: f_fs: don't free buffer prematurelyFei Yang
2019-03-20USB: gadget: f_hid: fix deadlock in f_hidg_write()Radoslav Gerganov
2019-03-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2019-02-11usb: gadget: Change Andrzej Pietrasiewicz's e-mail addressAndrzej Pietrasiewicz
2019-02-11usb: f_fs: Avoid crash due to out-of-scope stack ptr accessJohn Stultz