aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2016-08-25usb: gadget: f_fs: handle control requests in config 0Felix Hädicke1-2/+3
2016-08-25usb: gadget: composite: let USB functions process ctrl reqs in cfg0Felix Hädicke3-9/+22
2016-08-25usb: gadget: f_fs: handle control requests not directed to interface or endpointFelix Hädicke1-4/+30
2016-08-25usb: gadget: f_hid: add dev to configfsJohannes Berg1-0/+10
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. Tonello2-2/+2
2016-08-25usb: gadget: f_midi: remove alignment code for OUT endpointFelipe F. Tonello1-3/+2
2016-08-25usb: gadget: align buffer size when allocating for OUT endpointFelipe F. Tonello2-1/+18
2016-08-25usb: gadget: change len to size_t on alloc_ep_req()Felipe F. Tonello2-2/+2
2016-08-25usb: gadget: Add per-lun inquiry stringPhilipp Gesang4-6/+57
2016-08-25usb: gadget: net2280: match interrupt endpoints to PIO endpoints and DMA to bulkJussi Kivilinna1-0/+38
2016-08-25usb: gadget: net2280: fix infinite loop in irq handlerJussi Kivilinna1-3/+37
2016-08-25usb: gadget: f_ncm: add SuperSpeed descriptors for CDC NCMJussi Kivilinna1-2/+80
2016-08-25usb: gadget: remove redundant self assignmentColin Ian King1-3/+1
2016-08-25usb: gadget: configfs: log function unbinding as informationRomain Izard1-2/+3
2016-08-25usb: gadget: pxa27x: add phy notifier event handlerRobert Jarzmik1-2/+49
2016-08-25usb: gadget: udc: core: don't starve DMA resourcesFelipe Balbi1-1/+1
2016-08-22usb: gadget: Add the gserial port checking in gs_start_tx()Baolin Wang1-1/+6
2016-08-22usb: gadget: fsl_qe_udc: signedness bug in qe_get_frame()Dan Carpenter1-5/+2
2016-08-22usb: gadget: function: f_rndis: socket buffer may be NULLPeter Chen1-0/+3
2016-08-22usb: gadget: function: f_eem: socket buffer may be NULLPeter Chen1-3/+7
2016-08-11usb: gadget: rndis: free response queue during REMOTE_NDIS_RESET_MSGXerox Lin1-0/+6
2016-08-11usb: udc: core: fix error handlingPeter Chen1-1/+4
2016-08-11usb: gadget: fsl_qe_udc: off by one in setup_received_handle()Dan Carpenter1-1/+1
2016-08-11usb/gadget: fix gadgetfs aio support.Mathieu Laurendeau1-1/+1
2016-08-11usb: gadget: composite: Fix return value in case of errorChristophe JAILLET1-2/+2
2016-08-11usb: gadget: uvc: Fix return value in case of errorChristophe JAILLET1-1/+1
2016-08-11usb: gadget: fix check in sync read from ep in gadgetfsBinyamin Sharet1-1/+1
2016-08-11usb: gadget: configfs: add mutex lock before unregister gadgetWinter Wang1-0/+2
2016-08-11usb: gadget: u_ether: fix dereference after null check coverify warningPeter Chen1-1/+2
2016-08-11usb: gadget: composite: fix dereference after null check coverify warningPeter Chen1-0/+2
2016-07-26Merge tag 'media/v4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds1-1/+1
2016-07-08Merge tag 'v4.7-rc6' into patchworkMauro Carvalho Chehab9-63/+63
2016-07-08[media] vb2: replace void *alloc_ctxs by struct device *alloc_devsHans Verkuil1-1/+1
2016-06-29usb: gadget: f_fs: check for allocation failureDan Carpenter1-0/+2
2016-06-21usb: gadget: pch_udc: reorder spin_[un]lock to avoid deadlockIago Abal1-8/+8
2016-06-21usb: Use (foo *) instead of (foo*).Sandhya Bankar1-1/+1
2016-06-21usb: gadget: f_fs: buffer data from ‘oversized’ OUT requestsMichal Nazarewicz1-21/+109
2016-06-21usb: gadget: f_fs: printk error when excess data is dropped on readMichal Nazarewicz1-15/+46
2016-06-21usb: gadget: bdc: fix spelling mistake: "allocted" -> "allocated"Colin Ian King1-1/+1
2016-06-21usb: gadget: mv_u3d: fix unused-but-set-variable warningsMichal Nazarewicz1-20/+3
2016-06-21usb: gadget: r8a66597: fix unused-but-set-variable warningsMichal Nazarewicz1-18/+6
2016-06-21usb: gadget: m66592: fix unused-but-set-variable warningsMichal Nazarewicz1-18/+6
2016-06-21usb: gadget: fix unused-but-set-variale warningsMichal Nazarewicz11-60/+18
2016-06-21usb: gadget: udc: atmel: Also get regmap for at91sam9x5-pmcAlexandre Belloni1-0/+2
2016-06-21usb: pxa27x_udc: remove unused function argumentArnd Bergmann1-6/+3
2016-06-21usb: gadget: add tracepoints to the gadget APIFelipe Balbi4-55/+526
2016-06-21usb: gadget: move gadget API functions to udc-coreFelipe Balbi1-0/+573
2016-06-20usb: gadget: net2280: add USB2380 supportTim Harvey3-22/+34