summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-15/+6
2012-03-20gadgetfs: list_for_each_safe() misuseAl Viro1-6/+3
2012-03-20switch open-coded instances of d_make_root() to new helperAl Viro2-9/+3
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds51-668/+2738
2012-03-16usb: gadget: f_fs: Remove lock is held before freeing checksAndi Kleen1-3/+1
2012-03-13usb gadget: fix a section mismatch when compiling g_ffs with CONFIG_USB_FUNCT...Lothar Waßmann1-17/+17
2012-03-13usb: gadget: Kconfig: fix typo for 'different'Fabio Baltieri1-1/+1
2012-03-08USB: gadget: Make g_hid device class conform to spec.Orjan Friberg1-3/+3
2012-03-08TTY: remove unneeded tty->index checksJiri Slaby1-3/+0
2012-03-08TTY: remove re-assignments to tty_driver membersJiri Slaby1-1/+0
2012-03-06usb/gadget/pch_udc: Fix compile errorTomoya MORINAGA1-0/+1
2012-03-02usb: gadgetfs: return number of bytes on ep0 read requestThomas Faber1-0/+2
2012-03-02Allocate correct size (portably) in drivers/usb/gadget/f_midi.c::f_midi_bind()Jesper Juhl1-1/+1
2012-03-02usb: gadget: dummy_hcd: signedness bug in transfer()Dan Carpenter1-1/+1
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-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-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-23usb: at91_udc: linux/prefetch.h included twiceDanny Kukawka1-1/+0
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-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