summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-04-021-1/+1
|\
| * f_phonet: fix skb truesize underestimationEric Dumazet2012-03-271-1/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-2814-14/+0
|\ \
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-2814-14/+0
* | | Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-282-3/+39
|\ \ \ | |_|/ |/| |
| * | USB: at91: Device udc add dt supportJean-Christophe PLAGNIOL-VILLARD2012-03-162-3/+39
| * | Merge branch 'irqdomain/next' of git://git.secretlab.ca/git/linux-2.6Nicolas Ferre2012-03-011-1/+1
| |\ \
* | \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-03-271-1/+1
|\ \ \ \
| * | | | net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet2012-03-251-1/+1
* | | | | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-272-7/+8
|\ \ \ \ \
| * \ \ \ \ Merge branches 'depends/irqdomain' and 'at91/base2+cleanup' into next/dtArnd Bergmann2012-03-023-9/+10
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | ARM: at91/PMC: make register base soc independentJean-Christophe PLAGNIOL-VILLARD2012-02-231-3/+3
| | * | | ARM: at91: make matrix register base soc independentJean-Christophe PLAGNIOL-VILLARD2012-02-231-4/+5
* | | | | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-03-271-4/+4
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-03-081-2/+2
| |\ \ \ \
| | * \ \ \ Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim2012-03-071-2/+2
| | |\ \ \ \
| | | * | | | ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim2012-03-031-2/+2
| * | | | | | Merge branch 'cleanup-3.4' of git://github.com/hzhuang1/linux into next/cleanupArnd Bergmann2012-02-281-1/+1
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | / / | | |_|_|/ / | |/| | | |
| * | | | | ARM: at91: code removal of CAP9 SoCJean-Christophe PLAGNIOL-VILLARD2012-02-031-2/+2
| | |/ / / | |/| | |
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-03-212-15/+6
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | gadgetfs: list_for_each_safe() misuseAl Viro2012-03-201-6/+3
| * | | | switch open-coded instances of d_make_root() to new helperAl Viro2012-03-202-9/+3
| | |/ / | |/| |
* | | | Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-2051-668/+2738
|\ \ \ \
| * | | | usb: gadget: f_fs: Remove lock is held before freeing checksAndi Kleen2012-03-161-3/+1
| * | | | usb gadget: fix a section mismatch when compiling g_ffs with CONFIG_USB_FUNCT...Lothar Waßmann2012-03-131-17/+17
| * | | | usb: gadget: Kconfig: fix typo for 'different'Fabio Baltieri2012-03-131-1/+1
| * | | | USB: gadget: Make g_hid device class conform to spec.Orjan Friberg2012-03-081-3/+3
| * | | | usb/gadget/pch_udc: Fix compile errorTomoya MORINAGA2012-03-061-0/+1
| * | | | usb: gadgetfs: return number of bytes on ep0 read requestThomas Faber2012-03-021-0/+2
| * | | | Allocate correct size (portably) in drivers/usb/gadget/f_midi.c::f_midi_bind()Jesper Juhl2012-03-021-1/+1
| * | | | usb: gadget: dummy_hcd: signedness bug in transfer()Dan Carpenter2012-03-021-1/+1
| * | | | Merge tag 'gadget-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2012-03-0137-523/+2623
| |\ \ \ \
| | * | | | usb: gadget: goku: use generic map/unmap routinesFelipe Balbi2012-02-281-10/+8
| | * | | | usb: gadget: net2280: use generic map/unmap routinesFelipe Balbi2012-02-281-10/+9
| | * | | | usb: gadget: net2272: use generic map/umap routinesFelipe Balbi2012-02-281-10/+8
| | * | | | usb: gadget: r8a66597: use generic map/unmap routinesFelipe Balbi2012-02-281-8/+2
| | * | | | usb: gadget: amd5536: use generic map/unmap routinesFelipe Balbi2012-02-281-27/+6
| | * | | | usb: gadget: langwell: use generic map/unmap functionsFelipe Balbi2012-02-281-38/+7
| | * | | | usb: gadget: add generic map/unmap request utilitiesFelipe Balbi2012-02-281-0/+52
| | * | | | usb: amd5536udc: Remove old CVS markersCyril Roelandt2012-02-271-1/+1
| | * | | | usb: amd5536udc: Fix the type of ep_stringCyril Roelandt2012-02-271-1/+1
| | * | | | usb: amd5536udc: use the DEFINE_PCI_DEVICE_TABLE macroCyril Roelandt2012-02-271-1/+1
| | * | | | usb: amd5536udc: Fix indentationCyril Roelandt2012-02-271-3/+3
| | * | | | usb: amd5536udc: Fix coding style issues.Cyril Roelandt2012-02-271-4/+4
| | * | | | usb: amd5536udc: Fix brace coding style issues.Cyril Roelandt2012-02-271-57/+36
| | * | | | usb: fsl_udc_core: Fix scheduling while atomic dump messagePeter Chen2012-02-241-10/+8
| | * | | | usb: gadget: Clear usb_endpoint_descriptor inside the struct usb_ep on disableIdo Shayevitz2012-02-2414-0/+17
| | * | | | usb: at91_udc: linux/prefetch.h included twiceDanny Kukawka2012-02-231-1/+0
| | * | | | usb: gadget: Add Audio Class 2.0 DriverJassi Brar2012-02-153-9/+1485
| | * | | | usb: gadget: audio: Move string IDs to audio.cJassi Brar2012-02-152-23/+23
OpenPOWER on IntegriCloud