summaryrefslogtreecommitdiff
path: root/drivers/usb/gadget
AgeCommit message (Expand)AuthorFilesLines
2011-07-02usb: gadget: dummy_hcd: use less checks for USB_SPEED_SUPERSebastian Andrzej Siewior1-16/+14
2011-07-02usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possibleSebastian Andrzej Siewior1-8/+3
2011-07-02usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()Sebastian Andrzej Siewior1-7/+8
2011-07-02usb: gadget: dummy_hcd: use dummy_pullup() instead of open codingSebastian Andrzej Siewior1-27/+7
2011-07-02usb: gadget: chips: remove ifdef trickeryFelipe Balbi1-149/+33
2011-07-02usb: gadget: ci13xx_udc: fix usb_ep_enable() callFelipe Balbi1-2/+5
2011-07-02usb: gadget: s3c2410_udc: use platform ids insteadSebastian Andrzej Siewior1-20/+9
2011-07-02usb: gadget: add platform module alias where it is missingSebastian Andrzej Siewior5-1/+5
2011-07-02usb: gadget: net2272: cleanup pci_register_driver() error pathSebastian Andrzej Siewior1-5/+26
2011-07-02usb: gadget: dummy_hcd: add 'is_high_speed' parameterTatyana Brokhman1-5/+15
2011-07-02usb: gadget: dummy_hcd: add SuperSpeed supportTatyana Brokhman2-88/+477
2011-07-02usb: gadget: dummy_hcd: use the shared_hcd infrastructureTatyana Brokhman1-237/+270
2011-07-02usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman3-21/+248
2011-07-02usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman13-0/+14
2011-07-02USB: fsl_udc_core: fix build breakage when building for ARM archAnatolij Gustschin1-12/+24
2011-06-28usb: gadget: add streams support to the gadget frameworkTatyana Brokhman1-25/+100
2011-06-28usb: gadget: coding style fixTatyana Brokhman2-16/+48
2011-06-28usb: gadget: use config_ep_by_speed() instead of ep_choose()Tatyana Brokhman14-294/+126
2011-06-28usb: gadget: configure endpoint according to gadget speedTatyana Brokhman2-0/+86
2011-06-28usb: gadget: add usb_endpoint_descriptor to struct usb_epTatyana Brokhman25-108/+104
2011-06-28usb: gadget: convert all users to the new udc infrastructureSebastian Andrzej Siewior24-133/+355
2011-06-28usb: gadget: introduce UDC ClassFelipe Balbi1-0/+418
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-2/+2
2011-06-22net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-06-16USB: deprecate g_file_storageAlan Stern2-7/+9
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman11-24/+32
2011-06-10treewide: Convert uses of struct resource to resource_size(ptr)Joe Perches2-4/+4
2011-06-07USB: CONFIG_USB_GADGET_DUALSPEED is not user-configurableAlan Stern1-4/+1
2011-06-07USB: dummy-hcd needs the has_tt flagAlan Stern1-0/+1
2011-06-07USB: net2272: driver for PLX NET2272 USB device controllerSeth Levy5-0/+3357
2011-06-07usb/gadget: (fusb300_udc) Remove unused function fusb300_ep0_completeGuenter Roeck1-5/+0
2011-06-07usb/s3c-hsudc: fix error pathSebastian Andrzej Siewior1-2/+4
2011-06-07usb/pxa25x_udc: cleanup the LUBBOCK err pathSebastian Andrzej Siewior1-3/+2
2011-06-07usb/mv_udc_core: fix compileSebastian Andrzej Siewior1-4/+4
2011-06-07usb: gadget: include <linux/prefetch.h> to fix compiling errorBryan Wu5-0/+5
2011-06-07USB: s3c-hsotg: Tone down debuggingMark Brown1-10/+12
2011-06-07usb-gadget: unlock data->lock mutex on error path in ep_write()Alexey Khoroshilov1-1/+3
2011-05-23Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds19-298/+2107
2011-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2011-05-20sanitize <linux/prefetch.h> usageLinus Torvalds5-0/+5
2011-05-19Haavard Skinnemoen has left AtmelJean Delvare1-1/+1
2011-05-18drivercore: revert addition of of_match to struct deviceGrant Likely1-2/+5
2011-05-17USB: gadget: f_audio: Fix invalid dereference of initdataMartin Jackson1-1/+1
2011-05-14usb: gadget: rndis: don't test against req->lengthFelipe Balbi1-2/+1
2011-05-14usb/gadget: at91sam9g20 fix end point max packet sizeJean-Christophe PLAGNIOL-VILLARD1-1/+1
2011-05-14USB: s3c-hsotg: return proper error if clk_get failsJingoo Han1-1/+1
2011-05-14USB: s3c-hsotg: fix checkpatch warningsJingoo Han1-4/+3
2011-05-14USB: s3c-hsudc: fix checkpatch error and warningJingoo Han1-1/+1
2011-05-14USB: s3c-hsudc: use IS_ERR() instead of NULL checkJingoo Han1-2/+2
2011-05-11USB: Gadget: Add Samsung S3C24XX USB High-Speed controller driverThomas Abraham4-0/+1375