aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_midi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-3/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-3/+2
2018-05-15usb: gadget: f_midi: Use refcount when freeing f_midi_optsJerry Zhang1-6/+20
2018-03-26USB: gadget: f_midi: fixing a possible double-free in f_midiYavuz, Tuba1-1/+2
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds1-1/+1
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal1-1/+1
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
2016-08-25usb: gadget: remove useless parameter in alloc_ep_req()Felipe F. Tonello1-1/+1
2016-08-25usb: gadget: f_midi: drop substreams when disabling endpointFelipe F. Tonello1-12/+15
2016-08-25usb: gadget: f_midi: refactor state machineFelipe F. Tonello1-75/+129
2016-08-25usb: gadget: f_midi: defaults buflen sizes to 512Felipe F. Tonello1-1/+1
2016-08-25usb: gadget: f_midi: remove alignment code for OUT endpointFelipe F. Tonello1-3/+2
2016-04-04usb: gadget: f_midi: unlock on errorDan Carpenter1-1/+3
2016-03-30usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello1-1/+3
2016-03-29usb: gadget: f_midi: added spinlock on transmit functionFelipe F. Tonello1-0/+9
2016-03-04usb: gadget: f_midi: stash substream in gmidi_in_port structureMichal Nazarewicz1-5/+7
2016-03-04usb: gadget: f_midi: missing unlock on error pathDan Carpenter1-6/+6
2016-03-04usb: gadget: f_midi: use flexible array member for gmidi_in_port elementsMichal Nazarewicz1-37/+18
2016-03-04usb: gadget: f_midi: fix in_last_port looping logicMichal Nazarewicz1-19/+7
2016-03-04usb: gadget: f_midi: move some of f_midi_transmit to separate funcMichal Nazarewicz1-61/+76
2016-03-04usb: gadget: f_midi: remove useless midi reference from port structFelipe F. Tonello1-2/+0
2015-12-16usb: gadget: f_midi: pre-allocate IN requestsFelipe F. Tonello1-38/+128
2015-12-16usb: gadget: f_midi: fail if set_alt fails to allocate requestsFelipe F. Tonello1-1/+2
2015-12-16usb: gadget: f_midi: set altsettings only for MIDIStreaming interfaceFelipe F. Tonello1-2/+4
2015-12-15usb: gadget: define free_ep_req as universal functionFelipe F. Tonello1-6/+0
2015-12-15usb: gadget: f_midi: remove duplicated codeFelipe F. Tonello1-19/+0
2015-11-19usb: gadget: f_midi: fix leak on failed to enqueue out requestsFelipe F. Tonello1-0/+1
2015-11-19usb: gadget: f_midi: Transmit data only when IN ep is enabledFelipe F. Tonello1-1/+1
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-21/+16
2015-10-13usb-gadget/f_midi: use per-attribute show and store methodsChristoph Hellwig1-21/+16
2015-09-27usb: gadget: f_midi: eliminate abuse of ep->driver dataRobert Baldyga1-12/+2
2015-09-27usb: gadget: f_midi: check for error on usb_ep_queueFelipe F. Tonello1-3/+9
2015-07-31usb: gadget: midi: avoid redundant f_midi_set_alt() callRobert Baldyga1-0/+4
2015-07-06usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz1-3/+1
2015-05-14usb: gadget: f_midi: fix segfault when reading empty idPawel Szewczyk1-1/+7
2014-12-22usb: gadget: fix misspelling of current function in stringJulia Lawall1-1/+1
2014-11-12usb: gadget: midi: f_midi_alloc() can be staticFengguang Wu1-1/+1
2014-11-05usb: gadget: f_midi: add configfs supportAndrzej Pietrasiewicz1-2/+159
2014-11-05usb: gadget: f_midi: use usb_gstrings_attachAndrzej Pietrasiewicz1-6/+7
2014-11-05usb: gadget: f_midi: remove compatibility layerAndrzej Pietrasiewicz1-122/+0
2014-11-05usb: gadget: f_midi: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-6/+141
2014-11-05usb: gadget: f_midi: check kstrdup() return valueAndrzej Pietrasiewicz1-5/+18
2014-11-05usb: gadget: f_midi: enable use of the index parameterAndrzej Pietrasiewicz1-1/+1
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-0/+986