aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-28usb: gadget: goku: use generic map/unmap routinesFelipe Balbi1-10/+8
2012-02-28usb: gadget: net2280: use generic map/unmap routinesFelipe Balbi1-10/+9
2012-02-28usb: gadget: net2272: use generic map/umap routinesFelipe Balbi1-10/+8
2012-02-28usb: gadget: r8a66597: use generic map/unmap routinesFelipe Balbi1-8/+2
2012-02-28usb: gadget: amd5536: use generic map/unmap routinesFelipe Balbi1-27/+6
2012-02-28usb: gadget: langwell: use generic map/unmap functionsFelipe Balbi1-38/+7
2012-02-28usb: gadget: add generic map/unmap request utilitiesFelipe Balbi1-0/+52
2012-02-28Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanupArnd Bergmann1-1/+1
2012-02-27usb: amd5536udc: Remove old CVS markersCyril Roelandt1-1/+1
2012-02-27usb: amd5536udc: Fix the type of ep_stringCyril Roelandt1-1/+1
2012-02-27usb: amd5536udc: use the DEFINE_PCI_DEVICE_TABLE macroCyril Roelandt1-1/+1
2012-02-27usb: amd5536udc: Fix indentationCyril Roelandt1-3/+3
2012-02-27usb: amd5536udc: Fix coding style issues.Cyril Roelandt1-4/+4
2012-02-27usb: amd5536udc: Fix brace coding style issues.Cyril Roelandt1-57/+36
2012-02-27usb: otg: Convert all users to pass struct usb_otg for OTG functionsHeikki Krogerus8-16/+23
2012-02-27usb: Convert all users to new usb_phyHeikki Krogerus9-28/+30
2012-02-24usb: fsl_udc_core: Fix scheduling while atomic dump messagePeter Chen1-10/+8
2012-02-24usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz14-0/+17
2012-02-23ARM: at91/PMC: make register base soc independentJean-Christophe PLAGNIOL-VILLARD1-3/+3
2012-02-23usb: at91_udc: linux/prefetch.h included twiceDanny Kukawka1-1/+0
2012-02-23ARM: at91: make matrix register base soc independentJean-Christophe PLAGNIOL-VILLARD1-4/+5
2012-02-15usb: gadget: Add Audio Class 2.0 DriverJassi Brar3-9/+1485
2012-02-15usb: gadget: audio: Move string IDs to audio.cJassi Brar2-23/+23
2012-02-15usb: gadget: Rename audio function to uac1Jassi Brar4-7/+7
2012-02-13usb: otg: Rename otg_transceiver to usb_phyHeikki Krogerus9-10/+10
2012-02-09usb: gadget: add usb3.0 descriptors to serial gadgetsSebastian Andrzej Siewior3-1/+93
2012-02-09usb: gadget: clean the ep in autoconf before returning it.Sebastian Andrzej Siewior1-6/+10
2012-02-09usb: gadget: pch_udc: Detecting VBUS through GPIO with interruptTomoya MORINAGA1-4/+83
2012-02-09usb: gadget: pch_udc: Detecting VBUS through GPIOTomoya MORINAGA1-3/+142
2012-02-09usb: gadget: dummy_hcd: fix null-deref free reqSebastian Andrzej Siewior1-1/+3
2012-02-09usb: gadget: dummy_hcd: don't assign ->desc on error caseSebastian Andrzej Siewior1-1/+1
2012-02-03ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD1-2/+2
2012-01-30usb: gadget: Add Interface Association Descriptor to ECMPraveena Nadahally1-0/+25
2012-01-30usb: gadget: zero: fix bug in loopback autoresume handlingTimo Juhani Lindfors1-1/+1
2012-01-24usb: gadget: f_mass_storage: Use "bool" instead of "int" in fsg_module_parametersFabio Estevam1-5/+5
2012-01-24usb: gadget: check for streams only for SS udcsSebastian Andrzej Siewior1-1/+1
2012-01-24usb: gadget: fsl_udc: fix the usage of udc->max_epPeter Chen1-2/+2
2012-01-24usb: gadget: SS Isoc endpoints use comp_desc->bMaxBurst tooPaul Zimmerman1-4/+3
2012-01-24usb: gadget: storage: endian fixAndiry Xu1-3/+3
2012-01-24usb: gadget: langwell: don't call gadget's disconnect()Alexander Shishkin1-10/+8
2012-01-24usb: gadget: langwell: drop langwell_otg supportAlexander Shishkin2-88/+2
2012-01-24usb: gadget: f_mass_storage: remove one FSG_NO_INTR_EPSebastian Andrzej Siewior1-1/+0
2012-01-24usb: gadget: update Michal Nazarewicz's email addressMichal Nazarewicz8-8/+8
2012-01-24usb: gadget: dummy_hcd: clean up checkpatchSebastian Andrzej Siewior1-221/+211
2012-01-24usb: dummy_hcd: use usb_endpoint_type()Sebastian Andrzej Siewior1-3/+3
2012-01-24usb: gadget: dummy_hcd: complete stream supportSebastian Andrzej Siewior1-16/+181
2012-01-24usb: gadget: pch_udc: Add debug messageTomoya MORINAGA1-2/+6
2012-01-24usb: gadget: pch_udc: Reduce redundant interruptTomoya MORINAGA1-3/+6
2012-01-24usb: gadget: pch_udc: Fix usb/gadget/pch_udc: Fix ether gadget connect/disconnect issueTomoya MORINAGA1-4/+66
2012-01-24usb: gadget: pch_udc: Fix USB suspend issueTomoya MORINAGA1-1/+8