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