summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function
AgeCommit message (Expand)Author
2016-04-20usb: gadget: f_fs: Fix use-after-freeLars-Peter Clausen
2016-04-09Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov
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-22Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-03-17Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2016-03-10usb-gadget/tcm: Convert to TARGET_SCF_ACK_KREF I/O krefsNicholas Bellinger
2016-03-10usb-gadget/tcm: Conversion to percpu_ida tag pre-allocationNicholas Bellinger
2016-03-10target: Convert demo-mode only drivers to target_alloc_sessionChristoph Hellwig
2016-03-06configfs: switch ->default groups to a linked listChristoph Hellwig
2016-03-04usb: gadget: f_acm: Fix configfs attr nameKrzysztof Opasiak
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
2016-03-04usb: f_fs: avoid race condition with ffs_epfile_io_completeDu, Changbin
2016-03-04usb: f_fs: refactor ffs_epfile_ioMichal Nazarewicz
2016-03-04usb: f_fs: replace unnecessary goto with a returnMichal Nazarewicz
2016-03-04usb: f_fs: fix ffs_epfile_io returning success on req alloc failureMichal Nazarewicz
2016-03-04usb: f_fs: fix memory leak when ep changes during transferMichal Nazarewicz
2016-03-04usb: gadget: f_mass_storage: Enable SuperSpeedPlusJohn Youn
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn
2016-02-03usb: gadget: rndis: fix itnull.cocci warningsJulia Lawall
2016-01-24usb: gadget: rndis: use list_for_each_entry_safeGeliang Tang
2016-01-22wrappers for ->i_mutex accessAl Viro
2016-01-20Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds
2016-01-13Merge tag 'usb-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2016-01-11Merge branch 'patchwork' into v4l_for_linusMauro Carvalho Chehab
2016-01-07usb/gadget: Remove set-but-not-used variablesBart Van Assche
2015-12-22usb: gadget: Add the console support for usb-to-serial portBaolin Wang
2015-12-20usb: gadget: f_tcm: add configfs supportAndrzej Pietrasiewicz
2015-12-20usb: gadget: f_tcm: use usb_gstrings_attachAndrzej Pietrasiewicz
2015-12-20usb: gadget: f_tcm: remove redundant singletonAndrzej Pietrasiewicz
2015-12-20usb: gadget: f_tcm: remove compatibility layerAndrzej Pietrasiewicz
2015-12-20usb: gadget: f_tcm: convert to new function interface with backward compatibi...Andrzej Pietrasiewicz
2015-12-20usb: gadget: tcm: factor out f_tcmAndrzej Pietrasiewicz
2015-12-18[media] media: videobuf2: Move timestamp to vb2_bufferJunghak Sung
2015-12-18[media] vb2: drop v4l2_format argument from queue_setupHans Verkuil
2015-12-16usb: gadget: ether: Allow changing the MTUMike Looijmans
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: f_sourcesink: quit if usb_ep_queue returns errorPeter Chen
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-12-15usb: gadget: f_sourcesink: add queue depthPeter Chen