summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)Author
2011-07-11Merge branch 'master' into for-nextJiri Kosina
2011-07-01USB: fsl_udc_core: fix build breakage when building for ARM archAnatolij Gustschin
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches
2011-06-07USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurableAlan Stern
2011-06-07USB: dummy-hcd needs the has_tt flagAlan Stern
2011-06-06usb/s3c-hsudc: fix error pathSebastian Andrzej Siewior
2011-06-06usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior
2011-06-06usb/mv_udc_core: fix compileSebastian Andrzej Siewior
2011-06-06usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu
2011-06-06USB: s3c-hsotg: Tone down debuggingMark Brown
2011-06-06usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds
2011-05-18Haavard Skinnemoen has left AtmelJean Delvare
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely
2011-05-17USB: gadget: f_audio: Fix invalid dereference of initdataMartin Jackson
2011-05-13usb: gadget: rndis: don't test against req->lengthFelipe Balbi
2011-05-13usb/gadget: at91sam9g20 fix end point max packet sizeJean-Christophe PLAGNIOL-VILLARD
2011-05-13USB: s3c-hsotg: return proper error if clk_get failsJingoo Han
2011-05-13USB: s3c-hsotg: fix checkpatch warningsJingoo Han
2011-05-13USB: s3c-hsudc: fix checkpatch error and warningJingoo Han
2011-05-13USB: s3c-hsudc: use IS_ERR() instead of NULL checkJingoo Han
2011-05-10USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driverThomas Abraham
2011-05-10usb: gadget: Remove the LUN checks which are always trueMaxin B John
2011-05-10usb: gadget: f_mass_storage: Make us pass USBCV MSC Compliance testsRoger Quadros
2011-05-10usb: gadget: composite: Allow function drivers to pause control transfersRoger Quadros
2011-05-06USB: OTG: msm: Implement charger detectionPavankumar Kondeti
2011-05-06fsl/usb: Unused endpoint failure for USB gadgetRamneek Mehresh
2011-05-03USB: gadget: Initialize ep0 once while registering gadget in ci13xxx_udcAnji jonnala
2011-05-03USB: gadget: Use ep0out for control OUT data phase in ci13xxx_udcPavankumar Kondeti
2011-05-03USB: gadget: Fix bug in endpoint feature request processing in ci13xxx_udcPavankumar Kondeti
2011-05-03USB: gadget: Fix unused variable warning in ci13xxx_udcPavankumar Kondeti
2011-05-03USB: gadget: Use bitwise AND operator to test flags in ci13xxx_udcPavankumar Kondeti
2011-05-03USB: gadget: Fix typo (s/EBUSY/-EBUSY) in ci13xxx_udcPavankumar Kondeti
2011-05-02USB: s3c-hsotg: Add copyright stringAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix control request processingAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov
2011-05-02USB: s3c-hsotg: Fix core resetAnton Tikhomirov
2011-05-02USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin
2011-05-02USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin
2011-05-02USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin
2011-04-29usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz
2011-04-29usb/dummy_hcd: don't probe for udc if hcd failedSebastian Andrzej Siewior
2011-04-29USB: g_printer required set interface requestJonas Andersson
2011-04-29USB: dbpg gadget: dont mask out direction bitSven Schnelle
2011-04-29USB: dbgp gadget: set MaxpacketSize0Sven Schnelle