summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2011-05-03USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udcAnji jonnala1-14/+17
2011-05-03USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udcPavankumar Kondeti1-6/+14
2011-05-03USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udcPavankumar Kondeti1-1/+7
2011-05-03USB: gadget: Fix unused variable warning in ci13xxx_udcPavankumar Kondeti1-1/+1
2011-05-03USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti1-1/+1
2011-05-03USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti1-1/+1
2011-05-03USB: s3c-hsotg: Add copyright stringAnton Tikhomirov1-0/+3
2011-05-03USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov1-5/+0
2011-05-03USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov1-31/+111
2011-05-03USB: s3c-hsotg: Fix control request processingAnton Tikhomirov1-8/+9
2011-05-03USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov1-38/+20
2011-05-03USB: s3c-hsotg: Fix core resetAnton Tikhomirov1-5/+2
2011-05-03USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin2-15/+134
2011-05-03USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin2-31/+112
2011-05-03USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin2-25/+100
2011-04-30usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz1-1/+2
2011-04-30usb/dummy_hcd: don't probe for udc if hcd failedSebastian Andrzej Siewior1-1/+20
2011-04-30USB: g_printer required set interface requestJonas Andersson1-0/+2
2011-04-30USB: dbpg gadget: dont mask out direction bitSven Schnelle1-2/+2
2011-04-30USB: dbgp gadget: set MaxpacketSize0Sven Schnelle1-0/+1
2011-04-30USB: dbgp gadget: fix return value of dbgp_setupSven Schnelle1-5/+4
2011-04-19Merge 2.6.39-rc4 into usb-nextGreg Kroah-Hartman6-91/+66
2011-04-15Revert "usb: usb_storage: do not align length of request for CBW to maxp size"Greg Kroah-Hartman3-10/+49
2011-04-14usb: gadget: storage_common: use kstrto*()Michal Nazarewicz1-6/+9
2011-04-14usb: fix a typo in a commentWeiping Pan(潘卫平)1-1/+1
2011-04-14usb: gadget: f_mass_storage: If 'ro'/'cdrom' specified, open file as read-onlyRoger Quadros1-0/+1
2011-04-14usb: gadget: f_mass_storage: Fix Bulk-only RESET handlingRoger Quadros1-0/+5
2011-04-14USB: g_file_storage: don't send padding when stall=nAlan Stern2-84/+23
2011-04-14usb: usb_storage: do not align length of request for CBW to maxp sizeMian Yousaf Kaukab3-49/+10
2011-04-14usb: renesas_usbhs: Add Renesas USBHS GadgetKuninori Morimoto2-0/+27
2011-04-14USB: fsl_qe_udc: send ZLP when zero flag and length % maxpacket == 0Valentin Longchamp1-2/+18
2011-04-14usb: pch_udc: unlock on allocation failureDan Carpenter1-3/+5
2011-04-14usb/gadget: don't leak hs_descriptorsSebastian Andrzej Siewior1-0/+1
2011-04-14usb: gadget: eem: fix echo command processingYauheni Kaliuta1-2/+6
2011-04-14usb: r8a66597-udc: fix spinlock usageYoshihiro Shimoda1-0/+2
2011-04-14USB: usb-gadget: unlock data->lock mutex on error path in ep_read()Alexey Khoroshilov1-1/+3
2011-03-31Fix common misspellingsLucas De Marchi17-45/+45
2011-03-26Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King1-69/+7
2011-03-17Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds5-2432/+0
2011-03-17Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds1-6/+8
2011-03-16ARM: pxa25x_udc: stop handling gpio-vbus internallyDmitry Eremin-Solenikov1-69/+7
2011-03-14USB 3.0 Hub ChangesJohn Youn1-2/+2
2011-03-14USB: Remove bitmap #define from hcd.hSarah Sharp1-2/+2
2011-03-07USB: s3c2410_udc: Add common implementation for GPIO controlled pullupsLars-Peter Clausen1-9/+51
2011-03-07USB: Rename "msm72k_otg.c" to "msm_otg.c"Pavankumar Kondeti1-1/+1
2011-03-03USB: Remove unused is_iso from fsl_udc_core.cHuzaifa Sidhpurwala1-2/+0
2011-03-03usb-gadget: fix warning in ethernetStephen Hemminger1-1/+1
2011-02-28f_phonet: avoid pskb_pull(), fix OOPS with CONFIG_HIGHMEMRémi Denis-Courmont1-5/+10
2011-02-28dt/usb: Eliminate users of of_platform_{,un}register_driverGrant Likely1-6/+8
2011-02-25usb: gadget: composite: fix req->length in composite_setup()Maulik Mankad1-1/+1