summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2012-03-02Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dtArnd Bergmann3-9/+10
2012-03-01Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman37-523/+2623
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Greg Kroah-Hartman16-54/+63
2012-03-01Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Nicolas Ferre1-1/+1
2012-02-28usb/gadget: use common defines within the storage gadgetSebastian Andrzej Siewior3-45/+24
2012-02-28usb/storage: a couple defines from drivers/usb/storage/transport.h to include...Sebastian Andrzej Siewior3-21/+2
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_parame...Fabio 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