aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/function/f_uac2.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-10-02usb: gadget: f_uac2: disable IN/OUT ep if unusedAndreas Pape1-44/+172
2018-07-17usb: gadget: f_uac2: fix endianness of 'struct cntrl_*_lay3'Eugeniu Rosca1-10/+10
2018-07-17usb: gadget: f_uac2: fix error handling in afunc_bind (again)Eugeniu Rosca1-2/+2
2018-02-12usb: gadget: f_uac2: fix bFirstInterface in composite gadgetJohn Keeping1-0/+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-5/+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-07-18usb: gadget: f_uac2: endianness fixes.Ruslan Bilovol1-11/+14
2017-06-19usb: gadget: f_uac2: split out audio coreRuslan Bilovol1-636/+82
2017-06-19usb: gadget: f_uac2: remove platform driver/device creationRuslan Bilovol1-79/+28
2017-05-17usb: gadget: f_uac2: calculate wMaxPacketSize before endpoint matchSekhar Nori1-6/+6
2017-01-24usb: gadget: uac2: add req_number as parameterPeter Chen1-10/+29
2017-01-24usb: gadget: f_uac2: improve error handlingPeter Chen1-4/+6
2016-11-18usb: gadget: f_uac2: fix error handling at afunc_bindPeter Chen1-7/+7
2016-05-31usb: gadget: avoid exposing kernel stackHeinrich Schuchardt1-0/+1
2016-05-31usb: gadget: uac2: Drop unused device qualifier descriptorKrzysztof Opasiak1-12/+0
2016-03-04usb: gadget: Update usb_assign_descriptors for SuperSpeedPlusJohn Youn1-1/+2
2015-11-13Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds1-17/+11
2015-10-13usb-gadget/f_uac2: use per-attribute show and store methodsChristoph Hellwig1-17/+11
2015-09-27usb: gadget: f_uac2: eliminate abuse of ep->driver dataRobert Baldyga1-11/+0
2015-08-14Merge tag 'usb-for-v4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-2/+29
2015-08-04usb: gadget: f_uac2: fix build warningFelipe Balbi1-1/+1
2015-07-30usb: gadget: f_uac2: finalize wMaxPacketSize according to bandwidthPeter Chen1-2/+29
2015-07-27usb: gadget: f_uac2: fix calculation of uac2->p_intervalPeter Chen1-2/+2
2015-02-23usb: gadget: function: f_uac2: fix sparse warningsLad, Prabhakar1-17/+17
2014-10-23usb: gadget: function: Remove redundant usb_free_all_descriptorsPavitrakumar Managutte1-4/+6
2014-10-20usb: gadget: function: uac2: add a release methodFelipe Balbi1-0/+6
2014-10-20usb: gadget: function: uac2: prevent double ep disableFelipe Balbi1-0/+3
2014-10-20usb: gadget: function: uac2: add wMaxPacketSize to ep descFelipe Balbi1-0/+4
2014-09-02usb: gadget: f_uac2: send reasonably sized packetsDaniel Mack1-4/+65
2014-09-02usb: gadget: f_uac2: handle partial dma area wrapDaniel Mack1-9/+23
2014-09-02usb: gadget: f_uac2: introduce agdev_to_uac2_optsDaniel Mack1-2/+8
2014-09-02usb: gadget: f_uac2: add short-hand for 'dev'Daniel Mack1-18/+11
2014-09-02usb: gadget: f_uac2: restructure some code in afunc_set_alt()Daniel Mack1-23/+16
2014-08-20usb: gadget: f_uac2: add configfs supportAndrzej Pietrasiewicz1-0/+105
2014-08-20usb: gadget: f_uac2: use usb_gstrings_attachAndrzej Pietrasiewicz1-16/+17
2014-08-20usb: gadget: f_uac2: remove compatibility layerAndrzej Pietrasiewicz1-124/+0
2014-08-20usb: gadget: f_uac2: convert to new function interface with backward compatibilityAndrzej Pietrasiewicz1-40/+204
2014-08-20usb: gadget: audio: Use container_of to free audio_devAndrzej Pietrasiewicz1-21/+14
2014-07-16usb: gadget: f_uac2: Fix pcm sample size selectionSebastian Reimers1-2/+22
2014-07-16usb: gadget: Gadget directory cleanup - group usb functionsAndrzej Pietrasiewicz1-0/+1354