summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2013-01-17usb: gadget: dummy: fix enumeration with g_multiSebastian Andrzej Siewior1-4/+5
2013-01-11usb: gadget: network: fix bind() error pathSebastian Andrzej Siewior5-11/+10
2013-01-11usb: gadget: uvc: fix error path in uvc_function_bind()Sebastian Andrzej Siewior1-18/+21
2013-01-11usb: gadget: phonet: free requests in pn_bind()'s error pathSebastian Andrzej Siewior1-2/+6
2013-01-11usb: gadget: midi: free hs descriptorsSebastian Andrzej Siewior1-0/+1
2012-10-21usb: gadget: at91_udc: fix dt supportFabio Porcedda1-1/+1
2012-10-07usb: gadget: dummy_hcd: fixup error probe pathSebastian Andrzej Siewior1-4/+4
2012-08-26usb: gadget: u_ether: fix kworker 100% CPU issue with still used interfaces i...Michael Grzeschik1-0/+6
2012-08-09usb: gadget: Fix g_ether interface link statusKevin Cernekee1-6/+6
2012-06-01usb: gadget: fsl_udc_core: dTD's next dtd pointer need to be updated once wri...Peter Chen1-0/+2
2012-04-27Merge tag 'fixes-for-v3.4-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman4-5/+4
2012-04-27usb: gadget: udc-core: fix incompatibility with dummy-hcdAlan Stern1-1/+1
2012-04-27usb: gadget: udc-core: fix wrong call orderFelipe Balbi1-1/+1
2012-04-24usb gadget: uvc: uvc_request_data::length field must be signedLaurent Pinchart2-2/+2
2012-04-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2012-04-19usb: gadget: dummy: do not call pullup() on udc_stop()Felipe Balbi1-1/+0
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/g...Greg Kroah-Hartman7-23/+37
2012-04-12USB: gadget: storage gadgets send wrong error code for unknown commandsAlan Stern2-2/+2
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' ro...Bhupesh 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...Linus 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/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-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_FUNCT...Lothar Waßmann1-17/+17
2012-03-13usb: gadget: Kconfig: fix typo for 'different'Fabio Baltieri1-1/+1