Age | Commit message (Expand) | Author | Files | Lines |
2011-10-27 | Merge branch 'gpio' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-c... | Linus Torvalds | 1 | -1/+1 |
2011-10-25 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 67 | -646/+3010 |
2011-10-20 | usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB. | Joachim Foerster | 3 | -15/+72 |
2011-10-19 | QE/FHCI: fixed the CONTROL bug | Jerry Huang | 1 | -4/+15 |
2011-10-19 | EHCI: workaround for MosChip controller bug | Alan Stern | 5 | -8/+49 |
2011-10-19 | usb/isp1760: Let OF bindings depend on general CONFIG_OF instead of PPC_OF . | Joachim Foerster | 1 | -4/+6 |
2011-10-19 | USB: Fix runtime wakeup on OHCI | Matthew Garrett | 1 | -4/+1 |
2011-10-19 | xHCI/USB: Make xHCI driver have a BOS descriptor. | Sarah Sharp | 1 | -0/+34 |
2011-10-13 | usb: gadget: renesas_usbhs: add mod_host support | Kuninori Morimoto | 1 | -0/+13 |
2011-09-27 | USB: UHCI: improve comments and logic for root-hub suspend | Alan Stern | 1 | -32/+34 |
2011-09-27 | usb/xhci: remove CONFIG_PCI in xhci.c's probe function | Sebastian Andrzej Siewior | 4 | -9/+8 |
2011-09-27 | usb/xhci: move xhci_gen_setup() away from -pci. | Sebastian Andrzej Siewior | 3 | -91/+91 |
2011-09-27 | usb/xhci: refactor xhci_pci_setup() | Sebastian Andrzej Siewior | 1 | -27/+54 |
2011-09-27 | usb/xhci: replace pci_*_consistent() with dma_*_coherent() | Sebastian Andrzej Siewior | 1 | -19/+19 |
2011-09-27 | usb/xhci: hide MSI code behind PCI bars | Sebastian Andrzej Siewior | 1 | -62/+98 |
2011-09-27 | usb/xhci: group MSI interrupt registration into its own function | Sebastian Andrzej Siewior | 1 | -28/+42 |
2011-09-27 | usb/host: introduce USB_ARCH_HAS_XHCI | Felipe Balbi | 1 | -1/+1 |
2011-09-27 | xHCI: fix debug message | Andiry Xu | 1 | -1/+1 |
2011-09-27 | xHCI: AMD isoc link TRB chain bit quirk | Andiry Xu | 4 | -38/+51 |
2011-09-27 | xHCI: set USB2 hardware LPM | Andiry Xu | 4 | -1/+87 |
2011-09-27 | xHCI: test USB2 software LPM | Andiry Xu | 4 | -1/+211 |
2011-09-27 | xHCI: Check host USB2 LPM capability | Andiry Xu | 3 | -0/+27 |
2011-09-27 | xHCI: Clear PLC for USB2 root hub ports | Andiry Xu | 1 | -0/+4 |
2011-09-27 | xHCI: test and clear RWC bit | Andiry Xu | 3 | -10/+20 |
2011-09-27 | xHCI: set link state | Andiry Xu | 3 | -47/+33 |
2011-09-27 | EHCI : introduce a common ehci_setup | Matthieu CASTET | 1 | -0/+29 |
2011-09-20 | xhci-mem.c: xhci_segment_free: No need for checking seg argument | Kautuk Consul | 1 | -2/+0 |
2011-09-20 | xhci-mem.c: Check for ring->first_seg != NULL | Kautuk Consul | 1 | -10/+12 |
2011-09-20 | xhci: USB 3.0 BW checking. | Sarah Sharp | 2 | -5/+67 |
2011-09-20 | xhci: Fix mult base in endpoint bandwidth info. | Sarah Sharp | 2 | -5/+7 |
2011-09-20 | usb/xhci: ignore xhci version while checking for the link quirk | Sebastian Andrzej Siewior | 2 | -4/+2 |
2011-09-20 | USB: xHCI: prevent infinite loop when processing MSE event | Andiry Xu | 1 | -0/+19 |
2011-09-20 | USB: xhci: Set change bit when warm reset change is set. | Greg KH | 1 | -1/+1 |
2011-09-18 | USB: irq: Remove IRQF_DISABLED | Yong Zhang | 41 | -45/+45 |
2011-09-18 | usb: ehci: remove the 1st wmb in qh_append_tds | Ming Lei | 1 | -1/+1 |
2011-09-18 | usb: ehci: fix comment for EHCI_SHRINK_JIFFIES | Ming Lei | 1 | -1/+1 |
2011-09-18 | usb: ehci: only prepare zero packet for out transfer if required | Ming Lei | 1 | -2/+3 |
2011-09-18 | usb: ehci: remove wmb in qh_update | Ming Lei | 1 | -2/+0 |
2011-09-10 | xhci: Redundant check in xhci_check_args for xhci->devs | sifram.rajas@gmail.com | 1 | -2/+1 |
2011-09-10 | xHCI: refine td allocation | Andiry Xu | 2 | -17/+12 |
2011-09-10 | xhci: Don't print short isoc packets. | Sarah Sharp | 1 | -1/+2 |
2011-09-10 | xhci: Add software BW checking quirk to Intel PPT xHCI | Sarah Sharp | 1 | -0/+1 |
2011-09-10 | xhci: Implement HS/FS/LS bandwidth checking. | Sarah Sharp | 2 | -2/+312 |
2011-09-10 | xhci: Track interval bandwidth tables per port/TT. | Sarah Sharp | 3 | -3/+293 |
2011-09-10 | xhci: Store endpoint bandwidth information. | Sarah Sharp | 3 | -0/+96 |
2011-09-10 | xhci: Store information about roothubs and TTs. | Sarah Sharp | 3 | -1/+189 |
2011-09-10 | xhci: Store the "real" root port number. | Sarah Sharp | 2 | -0/+2 |
2011-09-10 | xhci: Refactor endpoint limit checking. | Sarah Sharp | 1 | -18/+14 |
2011-09-10 | xhci: Rename virt_dev->port to fake_port. | Sarah Sharp | 3 | -4/+4 |
2011-09-10 | xhci: If no endpoints changed, don't issue BW command. | Sarah Sharp | 1 | -0/+6 |