Age | Commit message (Expand) | Author | Files | Lines |
2011-04-15 | Revert "USB: isp1760-hcd: move imask clear after pending work is done" | Greg Kroah-Hartman | 1 | -3/+1 |
2011-04-14 | xHCI: Implement AMD PLL quirk | Andiry Xu | 4 | -1/+32 |
2011-04-14 | xhci: Tell USB core both roothubs lost power. | Sarah Sharp | 1 | -1/+3 |
2011-04-14 | USB: xhci - also free streams when resetting devices | Dmitry Torokhov | 1 | -4/+12 |
2011-04-14 | xhci: Fix NULL pointer deref in handle_port_status() | Sarah Sharp | 1 | -0/+11 |
2011-04-14 | USB: xhci - fix math in xhci_get_endpoint_interval() | Dmitry Torokhov | 1 | -28/+62 |
2011-04-14 | USB: xhci: simplify logic of skipping missed isoc TDs | Dmitry Torokhov | 1 | -78/+94 |
2011-04-14 | USB: xhci - remove excessive 'inline' markings | Dmitry Torokhov | 2 | -8/+8 |
2011-04-14 | USB: xhci: unsigned char never equals -1 | Dan Carpenter | 3 | -6/+9 |
2011-04-14 | USB: xhci - fix unsafe macro definitions | Dmitry Torokhov | 1 | -3/+3 |
2011-04-14 | USB: isp1760-hcd: move imask clear after pending work is done | Richard Retanubun | 1 | -1/+3 |
2011-04-14 | USB host: Fix lockdep warning in AMD PLL quirk | Joerg Roedel | 1 | -43/+74 |
2011-04-14 | USB: ohci-au1xxx: fix warning "__BIG_ENDIAN" is not defined | Yoichi Yuasa | 1 | -1/+1 |
2011-04-14 | USB: EHCI: unlink unused QHs when the controller is stopped | Alan Stern | 1 | -6/+9 |
2011-04-14 | usb: fix ips1760-hcd printk format warning | Randy Dunlap | 1 | -1/+1 |
2011-03-31 | Fix common misspellings | Lucas De Marchi | 13 | -19/+19 |
2011-03-29 | drivers: Final irq namespace conversion | Thomas Gleixner | 1 | -1/+1 |
2011-03-24 | Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -12/+0 |
2011-03-23 | ehci-hcd: Bug fix: don't set a QH's Halt bit | Alan Stern | 1 | -12/+0 |
2011-03-23 | tmio: Silence warnings introduced by mfd changes | Andres Salomon | 1 | -4/+4 |
2011-03-23 | mfd: mfd_cell is now implicitly available to tc6393xb drivers | Andres Salomon | 1 | -4/+4 |
2011-03-18 | Merge branch 'devel-stable' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 1 | -5/+0 |
2011-03-17 | Merge branch 'remove' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 3 | -267/+0 |
2011-03-17 | Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 7 | -35/+25 |
2011-03-17 | Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 40 | -2752/+3089 |
2011-03-14 | xhci: Clean up cycle bit math used during stalls. | Sarah Sharp | 1 | -5/+3 |
2011-03-14 | xhci: Fix cycle bit calculation during stall handling. | Sarah Sharp | 1 | -0/+14 |
2011-03-14 | xhci: Update internal dequeue pointers after stalls. | Sarah Sharp | 2 | -3/+35 |
2011-03-14 | USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol. | Sarah Sharp | 1 | -2/+0 |
2011-03-14 | xhci: Return canceled URBs immediately when host is halted. | Sarah Sharp | 2 | -2/+9 |
2011-03-14 | xhci: Fixes for suspend/resume of shared HCDs. | Sarah Sharp | 3 | -4/+13 |
2011-03-14 | xhci: Fix re-init on power loss after resume. | Sarah Sharp | 1 | -4/+19 |
2011-03-14 | xhci: Make roothub functions deal with device removal. | Sarah Sharp | 1 | -0/+16 |
2011-03-14 | xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports. | Sarah Sharp | 1 | -0/+18 |
2011-03-14 | xhci: Return a USB 3.0 hub descriptor for USB3 roothub. | Sarah Sharp | 1 | -20/+114 |
2011-03-14 | xhci: Register second xHCI roothub. | Sarah Sharp | 6 | -88/+341 |
2011-03-14 | xhci: Change xhci_find_slot_id_by_port() API. | Sarah Sharp | 3 | -8/+14 |
2011-03-14 | xhci: Refactor bus suspend state into a struct. | Sarah Sharp | 5 | -34/+59 |
2011-03-14 | xhci: Index with a port array instead of PORTSC addresses. | Sarah Sharp | 2 | -53/+95 |
2011-03-14 | USB: Set usb_hcd->state and flags for shared roothubs. | Sarah Sharp | 1 | -0/+2 |
2011-03-14 | xhci: Change hcd_priv into a pointer. | Sarah Sharp | 2 | -8/+30 |
2011-03-14 | xhci: Always use usb_hcd in URB instead of converting xhci_hcd. | Sarah Sharp | 2 | -5/+6 |
2011-03-14 | xhci: Modify check for TT info. | Sarah Sharp | 1 | -3/+2 |
2011-03-14 | USB 3.0 Hub Changes | John Youn | 11 | -28/+31 |
2011-03-14 | xhci: Remove references to HC_STATE_RUNNING. | Sarah Sharp | 2 | -2/+0 |
2011-03-14 | xhci: Remove references to HC_STATE_HALT. | Sarah Sharp | 2 | -8/+2 |
2011-03-14 | xHCI: prolong host controller halt time limit | Andiry Xu | 2 | -3/+3 |
2011-03-14 | xHCI: Remove redundant variable in xhci_resume() | Andiry Xu | 1 | -6/+1 |
2011-03-14 | xhci: Rename variables and reduce register reads. | Sarah Sharp | 2 | -22/+25 |
2011-03-14 | xhci: Rework port suspend structures for limited ports. | Sarah Sharp | 3 | -23/+16 |