summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2011-05-03USB: octeon2-common: Don't reinitialize the clocks.David Daney1-14/+24
2011-05-03Merge branch 'for-usb-next' of git+ssh://master.kernel.org/pub/scm/linux/kern...Greg Kroah-Hartman8-448/+762
2011-05-03usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code pathsArvid Brodin2-699/+679
2011-05-03usb/isp1760: Report correct urb status after unlinkArvid Brodin1-0/+1
2011-05-03usb/isp1760: Remove unneeded OR map and HcBufferStatus codeArvid Brodin2-62/+13
2011-05-03usb/isp1760: Clean up urb enqueueingArvid Brodin1-198/+129
2011-05-03usb/isp1760: Remove false error printoutArvid Brodin1-6/+5
2011-05-03USB: s3c-hsotg: Add copyright stringAnton Tikhomirov1-0/+3
2011-05-03USB: s3c-hsotg: Fix hang up after resetAnton Tikhomirov1-5/+0
2011-05-03USB: s3c-hsotg: Fix stall condition processingAnton Tikhomirov1-31/+111
2011-05-03USB: s3c-hsotg: Fix control request processingAnton Tikhomirov1-8/+9
2011-05-03USB: s3c-hsotg: Fix interrupt cleaning codeAnton Tikhomirov1-38/+20
2011-05-03USB: s3c-hsotg: Fix core resetAnton Tikhomirov1-5/+2
2011-05-03USB: extend ehci-fsl and fsl_udc_core driver for OTG operationAnatolij Gustschin5-15/+212
2011-05-03USB: add Freescale USB OTG Transceiver driverLi Yang6-0/+2088
2011-05-03USB: fsl_udc_core: support device mode of MPC5121E DR USB ControllerAnatolij Gustschin2-31/+112
2011-05-03USB: fsl_udc_core: prepare for SoCs with BE registers and descriptorsAnatolij Gustschin2-25/+100
2011-05-03USB: fix build of FSL MPH DR OF platform driverAnatolij Gustschin1-0/+1
2011-05-03USB: ehci-fsl: add MPC5121E specific suspend and resumeAnatolij Gustschin2-0/+157
2011-05-03xhci 1.0: Set transfer burst last packet count field.Sarah Sharp2-1/+41
2011-05-03xhci 1.0: Set transfer burst count field.Sarah Sharp2-1/+27
2011-05-03xhci 1.0: Update TD size field format.Sarah Sharp1-6/+70
2011-05-03xhci 1.0: Only interrupt on short packet for IN EPs.Sarah Sharp1-21/+24
2011-05-03xhci: Remove sparse warning about cmd_status.Sarah Sharp1-2/+2
2011-05-03usbcore: warm reset USB3 port in SS.Inactive stateAndiry Xu1-0/+46
2011-05-03usbcore: Refine USB3.0 device suspend and resumeAndiry Xu2-41/+41
2011-05-03xHCI: report USB3.0 portstatus comply with USB3.0 specificationAndiry Xu2-27/+66
2011-05-03xHCI: Set link state supportAndiry Xu1-0/+41
2011-05-03xHCI: Clear link state change supportAndiry Xu1-0/+5
2011-05-03xHCI: warm reset supportAndiry Xu1-0/+11
2011-05-03usb/ch9: use proper endianess for wBytesPerIntervalSebastian Andrzej Siewior2-2/+2
2011-05-03xhci: Remove recursive call to xhci_handle_eventMatt Evans1-7/+11
2011-05-03xhci: Add an assertion to check for virt_dev=0 bug.Matt Evans1-0/+11
2011-05-03xhci: Add rmb() between reading event validity & event data access.Matt Evans1-0/+5
2011-05-03xhci: Make xHCI driver endian-safeMatt Evans6-341/+360
2011-05-03usb: factor out state_string() on otg driversAnatolij Gustschin3-60/+41
2011-05-03usb/usbtest: fix test10 on superpseedSebastian Andrzej Siewior1-0/+2
2011-05-03usb/usbtest: print super on super speedSebastian Andrzej Siewior1-0/+3
2011-04-30xhci-hcd: Include <linux/slab.h> in xhci-pci.cBen Hutchings1-0/+1
2011-04-30usb: core: Change usb_create_sysfs_intf_files()' return type to voidMichal Nazarewicz3-11/+7
2011-04-30USB: add queued-unlinks test case to usbtest driverAlan Stern1-2/+118
2011-04-30USB: ehci: tegra: fix USB1 port reset issueJim Lin1-0/+72
2011-04-30USB: ohci-s3c2410: use resource_size()Jingoo Han1-1/+1
2011-04-30USB: ohci-s3c2410: use __devinit and __devexit macros for probe and removeJingoo Han1-3/+3
2011-04-30usb: gadget: storage_common: use kstrto*() [bug fix]Michal Nazarewicz1-1/+2
2011-04-30usb/dummy_hcd: don't probe for udc if hcd failedSebastian Andrzej Siewior1-1/+20
2011-04-30usb/hcd: don't return 0 on error in usb_add_hcd()Sebastian Andrzej Siewior1-0/+1
2011-04-30usb: renesas_usbhs: add autonomy modeKuninori Morimoto4-7/+95
2011-04-30usb: renesas_usbhs: use delayed_work instead of work_structKuninori Morimoto2-5/+7
2011-04-30usb: renesas_usbhs: prevent NULL pointer crashKuninori Morimoto1-15/+19