index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
gadget
/
function
/
f_midi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-09-03
usb: gadget: function: move u_f.h to include/linux/usb/func_utils.h
Michael Grzeschik
1
-1
/
+1
2024-06-20
usb: gadget: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
1
-0
/
+1
2023-11-22
usb: gadget: f_midi: Replace strlcpy() with strscpy()
Kees Cook
1
-2
/
+2
2023-10-02
usb: gadget: f_midi: Annotate struct f_midi with __counted_by
Kees Cook
1
-2
/
+2
2023-08-22
usb: gadget: unconditionally allocate hs/ss descriptor in bind operation
Linyu Yuan
1
-33
/
+23
2021-11-17
usb: gadget: f_midi: allow resetting index option
John Keeping
1
-2
/
+46
2021-01-12
usb/gadget: f_midi: Replace tasklet with work
Davidlohr Bueso
1
-5
/
+7
2020-12-10
USB: gadget: f_midi: setup SuperSpeed Plus descriptors
Will McVicker
1
-0
/
+6
2020-11-20
usb: gadget: f_midi: Fix memleak in f_midi_alloc
Zhang Qilong
1
-3
/
+7
2020-08-18
usb/gadget: f_midi: convert tasklets to use new tasklet_setup() API
Allen Pais
1
-3
/
+3
2018-06-07
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+2
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-3
/
+2
2018-05-15
usb: gadget: f_midi: Use refcount when freeing f_midi_opts
Jerry Zhang
1
-6
/
+20
2018-03-26
USB: gadget: f_midi: fixing a possible double-free in f_midi
Yavuz, Tuba
1
-1
/
+2
2017-11-15
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
Linus Torvalds
1
-1
/
+1
2017-11-07
USB: gadget: function: Remove redundant license text
Greg Kroah-Hartman
1
-2
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-10-19
usb: gadget: make config_item_type structures const
Bhumika Goyal
1
-1
/
+1
2017-08-15
usb: gadget: f_midi: Use snd_card_free_when_closed with refcount
Jerry Zhang
1
-5
/
+17
2017-08-15
usb: gadget: f_midi: add super speed support
Badhri Jagan Sridharan
1
-3
/
+39
2017-08-15
usb: gadget: f_midi: constify snd_rawmidi_ops structures
Julia Lawall
1
-2
/
+2
2016-08-25
usb: gadget: remove useless parameter in alloc_ep_req()
Felipe F. Tonello
1
-1
/
+1
2016-08-25
usb: gadget: f_midi: drop substreams when disabling endpoint
Felipe F. Tonello
1
-12
/
+15
2016-08-25
usb: gadget: f_midi: refactor state machine
Felipe F. Tonello
1
-75
/
+129
2016-08-25
usb: gadget: f_midi: defaults buflen sizes to 512
Felipe F. Tonello
1
-1
/
+1
2016-08-25
usb: gadget: f_midi: remove alignment code for OUT endpoint
Felipe F. Tonello
1
-3
/
+2
2016-04-04
usb: gadget: f_midi: unlock on error
Dan Carpenter
1
-1
/
+3
2016-03-30
usb: gadget: f_midi: Fixed a bug when buflen was smaller than wMaxPacketSize
Felipe F. Tonello
1
-1
/
+3
2016-03-29
usb: gadget: f_midi: added spinlock on transmit function
Felipe F. Tonello
1
-0
/
+9
2016-03-04
usb: gadget: f_midi: stash substream in gmidi_in_port structure
Michal Nazarewicz
1
-5
/
+7
2016-03-04
usb: gadget: f_midi: missing unlock on error path
Dan Carpenter
1
-6
/
+6
2016-03-04
usb: gadget: f_midi: use flexible array member for gmidi_in_port elements
Michal Nazarewicz
1
-37
/
+18
2016-03-04
usb: gadget: f_midi: fix in_last_port looping logic
Michal Nazarewicz
1
-19
/
+7
2016-03-04
usb: gadget: f_midi: move some of f_midi_transmit to separate func
Michal Nazarewicz
1
-61
/
+76
2016-03-04
usb: gadget: f_midi: remove useless midi reference from port struct
Felipe F. Tonello
1
-2
/
+0
2015-12-16
usb: gadget: f_midi: pre-allocate IN requests
Felipe F. Tonello
1
-38
/
+128
2015-12-16
usb: gadget: f_midi: fail if set_alt fails to allocate requests
Felipe F. Tonello
1
-1
/
+2
2015-12-16
usb: gadget: f_midi: set altsettings only for MIDIStreaming interface
Felipe F. Tonello
1
-2
/
+4
2015-12-15
usb: gadget: define free_ep_req as universal function
Felipe F. Tonello
1
-6
/
+0
2015-12-15
usb: gadget: f_midi: remove duplicated code
Felipe F. Tonello
1
-19
/
+0
2015-11-19
usb: gadget: f_midi: fix leak on failed to enqueue out requests
Felipe F. Tonello
1
-0
/
+1
2015-11-19
usb: gadget: f_midi: Transmit data only when IN ep is enabled
Felipe F. Tonello
1
-1
/
+1
2015-11-14
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...
Linus Torvalds
1
-21
/
+16
2015-10-14
usb-gadget/f_midi: use per-attribute show and store methods
Christoph Hellwig
1
-21
/
+16
2015-09-27
usb: gadget: f_midi: eliminate abuse of ep->driver data
Robert Baldyga
1
-12
/
+2
2015-09-27
usb: gadget: f_midi: check for error on usb_ep_queue
Felipe F. Tonello
1
-3
/
+9
2015-07-31
usb: gadget: midi: avoid redundant f_midi_set_alt() call
Robert Baldyga
1
-0
/
+4
2015-07-06
usb: gadget: f_midi: fix error recovery path
Andrzej Pietrasiewicz
1
-3
/
+1
2015-05-14
usb: gadget: f_midi: fix segfault when reading empty id
Pawel Szewczyk
1
-1
/
+7
2014-12-22
usb: gadget: fix misspelling of current function in string
Julia Lawall
1
-1
/
+1
[next]