aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2011-07-01usb: gadget: dummy_hcd: use gadget_to_dummy_hcd() where possibleSebastian Andrzej Siewior1-8/+3
2011-07-01usb: gadget: dummy_hcd: set gadget.is_otg before calling bind()Sebastian Andrzej Siewior1-7/+8
2011-07-01usb: gadget: dummy_hcd: use dummy_pullup() instead of open codingSebastian Andrzej Siewior1-27/+7
2011-07-01usb: gadget: chips: remove ifdef trickeryFelipe Balbi1-149/+33
2011-07-01usb: gadget: ci13xx_udc: fix usb_ep_enable() callFelipe Balbi1-2/+5
2011-07-01usb: gadget: s3c2410_udc: use platform ids insteadSebastian Andrzej Siewior1-20/+9
2011-07-01usb: gadget: add platform module alias where it is missingSebastian Andrzej Siewior5-1/+5
2011-07-01usb: gadget: net2272: cleanup pci_register_driver() error pathSebastian Andrzej Siewior1-5/+26
2011-07-01usb: gadget: dummy_hcd: add 'is_high_speed' parameterTatyana Brokhman1-5/+15
2011-07-01usb: gadget: dummy_hcd: add SuperSpeed supportTatyana Brokhman2-88/+477
2011-07-01usb: gadget: dummy_hcd: use the shared_hcd infrastructureTatyana Brokhman1-237/+270
2011-07-01usb: gadget: add SuperSpeed support to the Gadget FrameworkTatyana Brokhman3-21/+248
2011-07-01usb: gadget: add max_speed to usb_composite_driverTatyana Brokhman13-0/+14
2011-07-01usb: musb: update musb_platform_ops docs to match codeMike Frysinger1-1/+1
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 Siewior26-143/+388
2011-06-28usb: gadget: introduce UDC ClassFelipe Balbi1-0/+418
2011-06-15USB: deprecate g_file_storageAlan Stern2-7/+9
2011-06-14usb: renesas_usbhs: fixup connection failKuninori Morimoto3-3/+12
2011-06-14Merge 3.0-rc2 into usb-linus as it's needed by some USB patchesGreg Kroah-Hartman30-49/+186
2011-06-08USB: serial: add another 4N-GALAXY.DE PID to ftdi_sio driverSteffen Sledz2-0/+2
2011-06-07Revert "USB: option: add ID for ZTE MF 330"Greg Kroah-Hartman1-5/+0
2011-06-07usb: renesas_usbhs: add DMAEngine supportKuninori Morimoto7-3/+516
2011-06-07usb: renesas_usbhs: tidyup pio handler nameKuninori Morimoto3-13/+13
2011-06-07usb: renesas_usbhs: tifyup packet start timingKuninori Morimoto2-17/+11
2011-06-07usb: renesas_usbhs: add pipe/fifo linkKuninori Morimoto4-12/+55
2011-06-07usb: renesas_usbhs: add usbhsf_fifoKuninori Morimoto4-24/+77
2011-06-07usb: renesas_usbhs: shrink spin lock areaKuninori Morimoto4-291/+177
2011-06-07usb: renesas_usbhs: remove usbhsg_queue_getKuninori Morimoto1-19/+5
2011-06-07usb: renesas_usbhs: modify data transfer interruptKuninori Morimoto5-294/+204
2011-06-07usb: renesas_usbhs: modify data transfer methodKuninori Morimoto3-163/+148
2011-06-07usb: renesas_usbhs: modify packet queue control methodKuninori Morimoto5-24/+53
2011-06-07usb: renesas_usbhs: divide data transfer functionsKuninori Morimoto6-60/+150
2011-06-07usb: renesas_usbhs: fifo became independent from pipe.Kuninori Morimoto7-251/+290
2011-06-07usb: renesas_usbhs: modify pipe direction flagsKuninori Morimoto2-1/+11
2011-06-07ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' optionNiels de Vos1-1/+1
2011-06-07USB: wusbcore: return negative error codesDan Carpenter1-2/+2
2011-06-07drivers/usb/host/ohci-pxa27x.c: add missing clk_putJulia Lawall1-2/+5
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-storage: redo incorrect readsAlan Stern4-1/+62
2011-06-06USB: net2272: driver for PLX NET2272 USB device controllerSeth Levy5-0/+3357
2011-06-06USB: Add "authorized_default" parameter to the usbcore moduleCarl-Daniel Hailfinger1-1/+16
2011-06-06usb/gadget: (fusb300_udc) Remove unused function fusb300_ep0_completeGuenter Roeck1-5/+0
2011-06-06USB: ehci-s5p: add PM supportJingoo Han1-0/+95
2011-06-06usb/renesas_usbhs: free uep on removalSebastian Andrzej Siewior1-0/+1