aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2012-04-17USB: gadget/at91_udc: add gpio_to_irq() function to vbus interruptNicolas Ferre1-4/+4
2012-04-16Merge tag 'fixes-for-v3.4-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-linusGreg Kroah-Hartman7-23/+37
2012-04-10usb: gadget: eliminate NULL pointer dereference (bugfix)Andrzej Pietrasiewicz1-1/+1
2012-04-10usb: gadget: uvc: Remove non-required locking from 'uvc_queue_next_buffer' routineBhupesh Sharma1-3/+1
2012-04-10usb: gadget: rndis: fix Missing req->context assignmentLukasz Majewski1-0/+1
2012-04-10usb: gadget: udc-core: fix asymmetric calls in remove_driverKishon Vijay Abraham I1-1/+1
2012-04-10usb: gadget: FunctionFS: make module init & exit __init & __exitAndrzej Pietrasiewicz1-2/+2
2012-04-10usb: gadget: FunctionFS: clear FFS_FL_BOUND flag on unbind (bugfix)Andrzej Pietrasiewicz1-0/+1
2012-04-10usb: s3c-hsotg: Fix big buffers transfer in DMA modeAnton Tikhomirov1-1/+1
2012-04-10usb: s3c-hsotg: Avoid TxFIFO corruption in DMA modeAnton Tikhomirov1-1/+2
2012-04-10usb: s3c-hsotg: Fix maximum patcket size setting for EP0Anton Tikhomirov1-4/+6
2012-04-10usb: s3c-hsotg: Fix TX FIFOs allocationAnton Tikhomirov1-1/+1
2012-04-10usb: fsl_udc_core: prime status stage once data stage has primedPeter Chen1-9/+16
2012-04-10usb: gadget: udc-core: stop UDC on device-initiated disconnectFelipe Balbi1-0/+4
2012-04-08Merge 3.2-rc1 into usb-linusGreg Kroah-Hartman1-1/+0
2012-04-06USB: remove compile warning on gadget/inode.cMichael BRIGHT1-1/+0
2012-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds14-14/+0
2012-03-28Merge tag 'dt2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-3/+39
2012-03-28Remove all #inclusions of asm/system.hDavid Howells14-14/+0
2012-03-27f_phonet: fix skb truesize underestimationEric Dumazet1-1/+1
2012-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2012-03-27Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2-7/+8
2012-03-27Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-4/+4
2012-03-25net: add a truesize parameter to skb_add_rx_frag()Eric Dumazet1-1/+1
2012-03-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus 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-16USB: at91: Device udc add dt supportJean-Christophe PLAGNIOL-VILLARD2-3/+39
2012-03-13usb gadget: fix a section mismatch when compiling g_ffs with CONFIG_USB_FUNCTIONFS_ETHLothar 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-08Merge branch 'next/cleanup-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanupOlof Johansson1-2/+2
2012-03-07Merge branch 'topic/cleanup-s3c24xx' into next/cleanup-s3c24xxKukjin Kim1-2/+2
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-03ARM: S3C24XX: change the ARCH_S3C2410 to ARCH_S3C24XXKukjin Kim1-2/+2
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/balbi/usb into usb-nextGreg Kroah-Hartman37-523/+2623
2012-03-01Merge tag 'xceiv-for-v3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg 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/linux/usb/storage.hSebastian Andrzej Siewior3-21/+2