summaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2011-07-253-6/+6
|\
| * Merge branch 'master' into for-nextJiri Kosina2011-07-111-12/+24
| |\
| * | treewide: transciever/transceiver spelling fixesJoe Perches2011-06-241-2/+2
| * | treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2011-06-102-4/+4
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2011-07-231-1/+4
|\ \ \
| * | | fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlersJosef Bacik2011-07-211-1/+4
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2011-07-141-12/+24
|\| |
| * | USB: fsl_udc_core: fix build breakage when building for ARM archAnatolij Gustschin2011-07-011-12/+24
| |/
* / net: remove mm.h inclusion from netdevice.hAlexey Dobriyan2011-06-221-0/+1
|/
* USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurableAlan Stern2011-06-071-4/+1
* USB: dummy-hcd needs the has_tt flagAlan Stern2011-06-071-0/+1
* usb/s3c-hsudc: fix error pathSebastian Andrzej Siewior2011-06-071-2/+4
* usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior2011-06-071-3/+2
* usb/mv_udc_core: fix compileSebastian Andrzej Siewior2011-06-071-4/+4
* usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu2011-06-075-0/+5
* USB: s3c-hsotg: Tone down debuggingMark Brown2011-06-071-10/+12
* usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov2011-06-071-1/+3
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-05-2319-298/+2107
|\
| * USB: gadget: f_audio: Fix invalid dereference of initdataMartin Jackson2011-05-171-1/+1
| * usb: gadget: rndis: don't test against req->lengthFelipe Balbi2011-05-141-2/+1
| * usb/gadget: at91sam9g20 fix end point max packet sizeJean-Christophe PLAGNIOL-VILLARD2011-05-141-1/+1
| * USB: s3c-hsotg: return proper error if clk_get failsJingoo Han2011-05-141-1/+1
| * USB: s3c-hsotg: fix checkpatch warningsJingoo Han2011-05-141-4/+3
| * USB: s3c-hsudc: fix checkpatch error and warningJingoo Han2011-05-141-1/+1
| * USB: s3c-hsudc: use IS_ERR() instead of NULL checkJingoo Han2011-05-141-2/+2
| * USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driverThomas Abraham2011-05-104-0/+1375
| * usb: gadget: Remove the LUN checks which are always trueMaxin B John2011-05-102-2/+2
| * usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros2011-05-101-1/+5
| * usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros2011-05-101-1/+61
| * USB: OTG: msm: Implement charger detectionPavankumar Kondeti2011-05-071-0/+10
| * fsl/usb: Unused endpoint failure for USB gadgetRamneek Mehresh2011-05-071-6/+21
| * USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udcAnji jonnala2011-05-031-14/+17
| * USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udcPavankumar Kondeti2011-05-031-6/+14
| * USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+7
| * USB: gadget: Fix unused variable warning in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
| * USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
| * USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti2011-05-031-1/+1
| * USB: s3c-hsotg: Add copyright stringAnton Tikhomirov2011-05-031-0/+3
| * USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov2011-05-031-5/+0
| * USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov2011-05-031-31/+111
| * USB: s3c-hsotg: Fix control request processingAnton Tikhomirov2011-05-031-8/+9
| * USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov2011-05-031-38/+20
| * USB: s3c-hsotg: Fix core resetAnton Tikhomirov2011-05-031-5/+2
| * USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin2011-05-032-15/+134
| * USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin2011-05-032-31/+112
| * USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin2011-05-032-25/+100
| * usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz2011-04-301-1/+2
| * usb/dummy_hcd: don't probe for udc if hcd failedSebastian Andrzej Siewior2011-04-301-1/+20
| * USB: g_printer required set interface requestJonas Andersson2011-04-301-0/+2
| * USB: dbpg gadget: dont mask out direction bitSven Schnelle2011-04-301-2/+2