summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)AuthorFilesLines
2017-11-28usb: f_fs: Force Reserved1=1 in OS_DESC_EXT_COMPATJohn Keeping1-2/+11
2017-11-27usb: gadget: ffs: Forbid usb_ep_alloc_request from sleepingVincent Pelletier1-1/+1
2017-11-15Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds21-46/+46
2017-11-14Merge tag 'usb-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds56-246/+63
2017-11-09usb: gadget: f_fs: Fix use-after-free in ffs_free_instAndrew Gabbasov1-0/+1
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman55-244/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman56-0/+56
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman6-0/+6
2017-11-01usb: gadget: f_phonet: mark expected switch fall-throughsGustavo A. R. Silva1-0/+2
2017-10-24Merge tag 'usb-for-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman4-2/+4
2017-10-24usb: gadget: serial: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-24usb: gadget: f_tcm: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal21-46/+46
2017-10-19usb: gadget: f_uvc: make uvc_v4l2_fops constBhumika Goyal2-2/+2
2017-10-11usb: gadget: configfs: Fix memory leak of interface directory dataAndrew Gabbasov2-2/+11
2017-09-28usb: gadget: ffs: handle I/O completion in-orderJohn Keeping2-4/+14
2017-09-22USB: g_mass_storage: Fix deadlock when driver is unboundAlan Stern2-34/+7
2017-09-20usb: gadget: function: printer: avoid spinlock recursionYoshihiro Shimoda1-1/+6
2017-09-15Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-15/+6
2017-09-05gadget/f_mass_storage: stop messing with the address limitChristoph Hellwig1-15/+6
2017-08-28usb: gadget: make snd_pcm_hardware constBhumika Goyal1-1/+1
2017-08-18usb: gadget: f_ncm/u_ether: Move 'SKB reserve' quirk setup to u_etherDmitry Osipenko3-4/+1
2017-08-18usb: gadget: serial: fix oops when data rx'd after closeStephen Warren1-1/+1
2017-08-15usb: gadget: f_fs: Pass along set_halt errors.Jerry Zhang1-4/+3
2017-08-15usb: gadget: add RNDIS configfs options for class/subclass/protocolDavid Lechner3-0/+59
2017-08-15usb: gadget: f_midi: Use snd_card_free_when_closed with refcountJerry Zhang1-5/+17
2017-08-15usb: gadget: f_midi: add super speed supportBadhri Jagan Sridharan1-3/+39
2017-08-15usb: gadget: f_midi: constify snd_rawmidi_ops structuresJulia Lawall1-2/+2
2017-08-15usb: gadget: f_hid: {GET,SET} PROTOCOL SupportAbdulhadi Mohamed1-1/+16
2017-08-09usb: gadget: f_uac2: constify snd_pcm_ops structuresArvind Yadav1-1/+1
2017-07-18usb: gadget: f_uac2: endianness fixes.Ruslan Bilovol1-11/+14
2017-07-18usb: gadget: f_uac1: endianness fixes.Ruslan Bilovol1-10/+10
2017-07-17usb: gadget: f_mass_storage: Fix the logic to iterate all common->lunsAxel Lin1-1/+1
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-6/+1
2017-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds3-21/+13
2017-07-03Merge tag 'asoc-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...Takashi Iwai2-3/+12
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-6/+5
2017-06-20Merge tag 'usb-for-v4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman13-1628/+2595
2017-06-19usb: gadget: add f_uac1 variant based on a new u_audio apiRuslan Bilovol3-0/+845
2017-06-19usb: gadget: function: make current f_uac1 implementation legacyRuslan Bilovol4-31/+33
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol4-636/+840
2017-06-19usb: gadget: f_uac2: remove platform driver/device creationRuslan Bilovol1-79/+28
2017-06-19usb: gadget: function: f_uac1: implement get_alt()Ruslan Bilovol1-1/+39
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: make skb_put & friends return void pointersJohannes Berg1-3/+2
2017-06-16networking: introduce and use skb_put_data()Johannes Berg2-7/+6
2017-06-16networking: convert many more places to skb_put_zero()Johannes Berg1-10/+5
2017-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller1-1/+1
2017-06-07Merge branch 'for-linus' into for-nextTakashi Iwai2-6/+6