summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-03-14xhci: Fixes for suspend/resume of shared HCDs.Sarah Sharp3-4/+13
2011-03-14xhci: Fix re-init on power loss after resume.Sarah Sharp1-4/+19
2011-03-14xhci: Make roothub functions deal with device removal.Sarah Sharp1-0/+16
2011-03-14xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports.Sarah Sharp1-0/+18
2011-03-14xhci: Return a USB 3.0 hub descriptor for USB3 roothub.Sarah Sharp1-20/+114
2011-03-14xhci: Register second xHCI roothub.Sarah Sharp6-88/+341
2011-03-14xhci: Change xhci_find_slot_id_by_port() API.Sarah Sharp3-8/+14
2011-03-14xhci: Refactor bus suspend state into a struct.Sarah Sharp5-34/+59
2011-03-14xhci: Index with a port array instead of PORTSC addresses.Sarah Sharp2-53/+95
2011-03-14USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp3-4/+29
2011-03-14usb: Make core allocate resources per PCI-device.Sarah Sharp2-19/+96
2011-03-14usb: Store bus type in usb_hcd, not in driver flags.Sarah Sharp2-3/+8
2011-03-14usb: Change usb_hcd->bandwidth_mutex to a pointer.Sarah Sharp4-17/+26
2011-03-14usb: Refactor irq enabling out of usb_add_hcd()Sarah Sharp1-32/+43
2011-03-14usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp1-10/+10
2011-03-14xhci: Change hcd_priv into a pointer.Sarah Sharp2-8/+30
2011-03-14xhci: Always use usb_hcd in URB instead of converting xhci_hcd.Sarah Sharp2-5/+6
2011-03-14xhci: Modify check for TT info.Sarah Sharp1-3/+2
2011-03-14usb: Make USB 3.0 roothub have a SS EP comp descriptor.Sarah Sharp1-6/+9
2011-03-14USB: Clear "warm" port reset change.Sarah Sharp1-0/+8
2011-03-14USB 3.0 Hub ChangesJohn Youn17-48/+141
2011-03-14xhci: Remove references to HC_STATE_RUNNING.Sarah Sharp2-2/+0
2011-03-14usb: Initialize hcd->state roothubs.Sarah Sharp1-0/+1
2011-03-14xhci: Remove references to HC_STATE_HALT.Sarah Sharp2-8/+2
2011-03-14xHCI: prolong host controller halt time limitAndiry Xu2-3/+3
2011-03-14xHCI: Remove redundant variable in xhci_resume()Andiry Xu1-6/+1
2011-03-14xhci: Rename variables and reduce register reads.Sarah Sharp2-22/+25
2011-03-14xhci: Rework port suspend structures for limited ports.Sarah Sharp3-23/+16
2011-03-14USB: Fix usb_add_hcd() checkpatch errors.Sarah Sharp1-4/+7
2011-03-14USB: Remove bitmap #define from hcd.hSarah Sharp15-46/+38
2011-03-14xhci: Remove old no-op test.Sarah Sharp3-35/+0
2011-03-14usb: Always return 0 or -EBUSY to the runtime PM core.Sarah Sharp1-0/+5
2011-03-12USB: ehci: tegra: Align DMA transfers to 32 bytesRobert Morell1-0/+90
2011-03-12usb: host: Add EHCI driver for NVIDIA Tegra SoCsBenoit Goby5-1/+672
2011-03-12ARM: tegra: Add support for Tegra USB PHYsBenoit Goby4-0/+885
2011-03-12usb: otg: Add ulpi viewport access opsBenoit Goby4-0/+93
2011-03-12USB: serial: ch341: add new idwangyanqing1-0/+1
2011-03-12USB: Only treat lasting over-current conditions as errorsPaul Bolle1-5/+19
2011-03-12ehci-atmel: fix section mismatch warningHubert Feurstein1-3/+3
2011-03-10USB: serial: ftdi_sio: adding support for OLIMEX ARM-USB-OCD-HJF Argentino2-0/+3
2011-03-10USB: serial: option: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626Herton Ronaldo Krzesinski1-1/+2
2011-03-10USB OTG Langwell: use simple IPC command to control VBus power.Hao Wu1-37/+11
2011-03-07ARM: s3c24xx: Switch to common GPIO controlled UDC pullup implementationLars-Peter Clausen6-129/+7
2011-03-07USB: s3c2410_udc: Add common implementation for GPIO controlled pullupsLars-Peter Clausen2-9/+55
2011-03-07arm: omap4: 4430sdp: drop ehci supportAnand Gadiyar1-19/+0
2011-03-07USB: OHCI: use pci_dev->revisionSergei Shtylyov1-2/+2
2011-03-07USB: Rename "msm72k_otg.c" to "msm_otg.c"Pavankumar Kondeti6-5/+5
2011-03-07usb/isp1760: Fix crash when unplugging bugArvid Brodin1-4/+3
2011-03-07USB: move usbcore away from hcd->stateAlan Stern3-21/+51
2011-03-03USB: Remove unused timeout from io_edgeport.cHuzaifa Sidhpurwala1-3/+0