aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_midi.c
AgeCommit message (Expand)Author
2020-12-26USB: gadget: f_midi: setup SuperSpeed Plus descriptorsWill McVicker
2020-11-20usb: gadget: f_midi: Fix memleak in f_midi_allocZhang Qilong
2020-08-18usb/gadget: f_midi: convert tasklets to use new tasklet_setup() APIAllen Pais
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-05-15usb: gadget: f_midi: Use refcount when freeing f_midi_optsJerry Zhang
2018-03-26USB: gadget: f_midi: fixing a possible double-free in f_midiYavuz, Tuba
2017-11-14Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2017-11-07USB: gadget: function: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-10-19usb: gadget: make config_item_type structures constBhumika Goyal
2017-08-15usb: gadget: f_midi: Use snd_card_free_when_closed with refcountJerry Zhang
2017-08-15usb: gadget: f_midi: add super speed supportBadhri Jagan Sridharan
2017-08-15usb: gadget: f_midi: constify snd_rawmidi_ops structuresJulia Lawall
2016-08-25usb: gadget: remove useless parameter in alloc_ep_req()Felipe F. Tonello
2016-08-25usb: gadget: f_midi: drop substreams when disabling endpointFelipe F. Tonello
2016-08-25usb: gadget: f_midi: refactor state machineFelipe F. Tonello
2016-08-25usb: gadget: f_midi: defaults buflen sizes to 512Felipe F. Tonello
2016-08-25usb: gadget: f_midi: remove alignment code for OUT endpointFelipe F. Tonello
2016-04-04usb: gadget: f_midi: unlock on errorDan Carpenter
2016-03-30usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSizeFelipe F. Tonello
2016-03-29usb: gadget: f_midi: added spinlock on transmit functionFelipe F. Tonello
2016-03-04usb: gadget: f_midi: stash substream in gmidi_in_port structureMichal Nazarewicz
2016-03-04usb: gadget: f_midi: missing unlock on error pathDan Carpenter
2016-03-04usb: gadget: f_midi: use flexible array member for gmidi_in_port elementsMichal Nazarewicz
2016-03-04usb: gadget: f_midi: fix in_last_port looping logicMichal Nazarewicz
2016-03-04usb: gadget: f_midi: move some of f_midi_transmit to separate funcMichal Nazarewicz
2016-03-04usb: gadget: f_midi: remove useless midi reference from port structFelipe F. Tonello
2015-12-16usb: gadget: f_midi: pre-allocate IN requestsFelipe F. Tonello
2015-12-16usb: gadget: f_midi: fail if set_alt fails to allocate requestsFelipe F. Tonello
2015-12-16usb: gadget: f_midi: set altsettings only for MIDIStreaming interfaceFelipe F. Tonello
2015-12-15usb: gadget: define free_ep_req as universal functionFelipe F. Tonello
2015-12-15usb: gadget: f_midi: remove duplicated codeFelipe F. Tonello
2015-11-19usb: gadget: f_midi: fix leak on failed to enqueue out requestsFelipe F. Tonello
2015-11-19usb: gadget: f_midi: Transmit data only when IN ep is enabledFelipe F. Tonello
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2015-10-13usb-gadget/f_midi: use per-attribute show and store methodsChristoph Hellwig
2015-09-27usb: gadget: f_midi: eliminate abuse of ep->driver dataRobert Baldyga
2015-09-27usb: gadget: f_midi: check for error on usb_ep_queueFelipe F. Tonello
2015-07-31usb: gadget: midi: avoid redundant f_midi_set_alt() callRobert Baldyga
2015-07-06usb: gadget: f_midi: fix error recovery pathAndrzej Pietrasiewicz
2015-05-14usb: gadget: f_midi: fix segfault when reading empty idPawel Szewczyk
2014-12-22usb: gadget: fix misspelling of current function in stringJulia Lawall
2014-11-12usb: gadget: midi: f_midi_alloc() can be staticFengguang Wu
2014-11-05usb: gadget: f_midi: add configfs supportAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: use usb_gstrings_attachAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: remove compatibility layerAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: convert to new function interface with backward compatib...Andrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: check kstrdup() return valueAndrzej Pietrasiewicz
2014-11-05usb: gadget: f_midi: enable use of the index parameterAndrzej Pietrasiewicz