summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | usb: gadget: langwell: don't use the_controller when it's not neededFelipe Balbi2011-10-131-8/+8
| * | | | | usb: gadget: at91_udc: change french comments to englishRobert Schwebel2011-10-131-8/+8
| * | | | | usb: gadget: pxa25x: is_vbus_present is goneArnd Bergmann2011-10-131-7/+1
| * | | | | usb: gadget: storage: fix mass storage gadgets to work with Synopsys UDCPaul Zimmerman2011-10-132-18/+18
| * | | | | USB: gadget: f_midi: allow a dynamic number of input and output portsDaniel Mack2011-10-132-108/+191
| * | | | | USB: gadget: midi: refactor the device codeDaniel Mack2011-10-132-1197/+80
| * | | | | USB: gadget: midi: add midi function driverDaniel Mack2011-10-131-0/+923
| * | | | | usb gadget: fix langwell_udc.c build errorRandy Dunlap2011-10-131-14/+14
| * | | | | usb: gadget: r8a66597-udc: add support for SUDMACYoshihiro Shimoda2011-10-132-20/+370
| * | | | | usb: gadget: r8a66597-udc: use dev_*() instead of printk()Yoshihiro Shimoda2011-10-132-40/+60
| * | | | | usb: gadget: r8a66597-udc: add function for external controllerYoshihiro Shimoda2011-10-131-15/+19
| * | | | | usb: gadget: r8a66597-udc: change prototype of r8a66597_write_fifoYoshihiro Shimoda2011-10-132-4/+4
| * | | | | USB: ftdi_sio: add PID for Sony Ericsson UrbanHakan Kvist2011-10-042-2/+6
| * | | | | usb: Add module.h to various dwc3 driversPaul Gortmaker2011-10-042-0/+2
| * | | | | usb: dwc3: convert structures into bitshiftsFelipe Balbi2011-10-043-137/+48
| * | | | | usb: dwc3: gadget: allow clock gating to workFelipe Balbi2011-10-042-0/+14
| * | | | | usb: dwc3: core: cache GHWPARAMS* registersFelipe Balbi2011-10-041-0/+17
| * | | | | usb: dwc3: add struct dwc3_hwparamsFelipe Balbi2011-10-041-0/+26
| * | | | | usb: dwc3: gadget: implement streams supportFelipe Balbi2011-10-042-4/+36
| * | | | | usb: dwc3: gadget: add support for BurstsFelipe Balbi2011-10-041-0/+1
| * | | | | usb: dwc3: gadget: fix DMA offset calculationPaul Zimmerman2011-10-041-1/+1
| * | | | | usb: dwc3: gadget: make DWC3_EP_WEDGE do the right thingPaul Zimmerman2011-10-041-1/+5
| * | | | | usb: dwc3: gadget: driver should not wait for RxFIFO to drainPaul Zimmerman2011-10-041-19/+0
| * | | | | usb: dwc3: gadget: fix DEPSTARTCFG for non-EP0 EPsPaul Zimmerman2011-10-043-1/+12
| * | | | | usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior2011-10-0410-10/+0
| * | | | | usb: dwc3: ep0: fix debug outputSebastian Andrzej Siewior2011-10-041-1/+1
| * | | | | usb: dwc3: ep0: remove second giveback in error caseSebastian Andrzej Siewior2011-10-041-1/+0
| * | | | | usb: dwc3: ep0: fix debug messageFelipe Balbi2011-10-041-4/+4
| * | | | | usb: dwc3: ep0: ignore direction on 2-stage transferFelipe Balbi2011-10-041-4/+4
| * | | | | usb: dwc3: ep0: Make USB30CV happy with SetAddressFelipe Balbi2011-10-041-22/+9
| * | | | | USB: add quirk for Logitech C300 web camJon Levell2011-09-291-0/+3
| * | | | | user namespace: usb: make usb urbs user namespace aware (v2)Serge Hallyn2011-09-291-17/+13
| * | | | | USB: message: cleanup min_t() cast in usb_sg_init()Dan Carpenter2011-09-291-1/+1
| * | | | | USB: qcserial: add device ID for "HP un2430 Mobile Broadband Module"Rigbert Hamisch2011-09-291-0/+1
| * | | | | usb/core/devio.c: Check for printer class specific requestMatthias Dellweg2011-09-261-3/+18
| * | | | | USB: pid_ns: ensure pid is not freed during kill_pid_info_as_uidSerge Hallyn2011-09-261-2/+4
| * | | | | USB: UHCI: improve comments and logic for root-hub suspendAlan Stern2011-09-261-32/+34
| * | | | | USB: Update USB default wakeup settingsAlan Stern2011-09-261-1/+8
| * | | | | usb/xhci: remove CONFIG_PCI in xhci.c's probe functionSebastian Andrzej Siewior2011-09-264-9/+8
| * | | | | usb/xhci: move xhci_gen_setup() away from -pci.Sebastian Andrzej Siewior2011-09-263-91/+91
| * | | | | usb/xhci: refactor xhci_pci_setup()Sebastian Andrzej Siewior2011-09-261-27/+54
| * | | | | usb/xhci: replace pci_*_consistent() with dma_*_coherent()Sebastian Andrzej Siewior2011-09-261-19/+19
| * | | | | usb/xhci: hide MSI code behind PCI barsSebastian Andrzej Siewior2011-09-261-62/+98
| * | | | | usb/xhci: group MSI interrupt registration into its own functionSebastian Andrzej Siewior2011-09-261-28/+42
| * | | | | usb/host: introduce USB_ARCH_HAS_XHCIFelipe Balbi2011-09-262-1/+7
| * | | | | xHCI: fix debug messageAndiry Xu2011-09-261-1/+1
| * | | | | xHCI: AMD isoc link TRB chain bit quirkAndiry Xu2011-09-264-38/+51
| * | | | | usbcore: add sysfs support to xHCI usb2 hardware LPMAndiry Xu2011-09-261-1/+58
| * | | | | xHCI: set USB2 hardware LPMAndiry Xu2011-09-267-1/+115
| * | | | | xHCI: test USB2 software LPMAndiry Xu2011-09-264-1/+211
OpenPOWER on IntegriCloud