index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-28
usb/isp1760: Clean up payload address handling
Arvid Brodin
2
-111
/
+95
2011-02-28
usb/isp1760: Remove redundant variables and defines
Arvid Brodin
2
-69
/
+58
2011-02-28
usb/isp1760: Move to native-endian ptds
Arvid Brodin
2
-355
/
+337
2011-02-28
usb: host: uhci-hcd.c Remove one to many n's in a word.
Justin P. Mattock
1
-1
/
+1
2011-02-28
dt/usb: Eliminate users of of_platform_{,un}register_driver
Grant Likely
7
-35
/
+25
2011-02-25
USB: EHCI bus glue for on-chip PMC MSP USB controller
Anoop
3
-2
/
+401
2011-02-25
USB: EHCI: Fix compiler warnings with MSM driver
Pavankumar Kondeti
1
-1
/
+3
2011-02-25
ehci: Check individual port status registers on resume
Matthew Garrett
1
-1
/
+22
2011-02-22
USB: xhci: mark local functions as static
Dmitry Torokhov
3
-8
/
+8
2011-02-20
USB: xhci: fix couple sparse annotations
Dmitry Torokhov
1
-2
/
+2
2011-02-20
USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself
Dmitry Torokhov
4
-7
/
+8
2011-02-20
xhci: Fix an error in count_sg_trbs_needed()
Paul Zimmerman
1
-1
/
+1
2011-02-20
xhci: Fix errors in the running total calculations in the TRB math
Paul Zimmerman
1
-0
/
+3
2011-02-20
xhci: Clarify some expressions in the TRB math
Paul Zimmerman
1
-12
/
+10
2011-02-20
xhci: Avoid BUG() in interrupt context
Paul Zimmerman
1
-4
/
+9
2011-02-17
usb: isp1362-hcd: use bitmap_clear() and bitmap_set()
Akinobu Mita
1
-5
/
+2
2011-02-17
USB: make ehci msm driver use ehci_run.
Matthieu CASTET
1
-87
/
+5
2011-02-17
USB: don't run ehci_reset in ehci_run for tdi device
Matthieu CASTET
2
-3
/
+9
2011-02-17
USB: isp1760: Implement solution for erratum 2
Sebastian Andrzej Siewior
2
-6
/
+17
2011-02-17
USB: Mark EHCI LPM functions as __maybe_unused
Maksim Rayskiy
1
-2
/
+3
2011-02-17
Merge 2.6.38-rc5 into usb-next
Greg Kroah-Hartman
14
-131
/
+160
2011-02-17
Revert "USB host: Move AMD PLL quirk to pci-quirks.c"
Greg Kroah-Hartman
10
-311
/
+222
2011-02-11
ARM i.MX ehci: do ehci init in board specific functions
Sascha Hauer
1
-5
/
+0
2011-02-04
USB: Fix trout build failure with ci13xxx_msm gadget
Pavankumar Kondeti
1
-0
/
+2
2011-02-04
USB: HCD: Add usb_hcd prefix to exported functions
Robert Morell
1
-2
/
+3
2011-02-04
USB: EHCI: Rearrange create_companion_file() to avoid GCC-4.6 warnings.
David Daney
1
-2
/
+3
2011-02-04
USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings.
David Daney
1
-8
/
+10
2011-02-04
USB: EHCI: Cleanup and rewrite ehci_vdgb().
David Daney
1
-3
/
+1
2011-02-04
USB: EHCI: Remove dead code from ehci-sched.c
David Daney
1
-3
/
+0
2011-02-04
USB host: Move AMD PLL quirk to pci-quirks.c
Andiry Xu
10
-222
/
+311
2011-02-03
USB: EHCI: fix scheduling while atomic during suspend
Yin Kangkai
3
-2
/
+9
2011-02-03
Merge branch 'for-greg' of git://gitorious.org/usb/usb into usb-next
Greg Kroah-Hartman
1
-3
/
+3
2011-02-03
USB SL811HS HCD: Fix memory leak in sl811h_urb_enqueue()
Jesper Juhl
1
-0
/
+1
2011-02-01
usb: ehci-omap: Show fatal probing time errors to end user
Jarkko Nikula
1
-3
/
+3
2011-01-24
ARM: lh7a40x: remove unmaintained platform support
Russell King
3
-267
/
+0
2011-01-24
Merge branch 'for-usb-linus' of master.kernel.org:/pub/scm/linux/kernel/git/sarah/xhci into usb-linus
Greg Kroah-Hartman
3
-85
/
+82
2011-01-22
USB: ehci-mxc: add work-around for efika mx/sb bug
Arnaud Patard (Rtp)
1
-0
/
+21
2011-01-22
USB: unbreak ehci-mxc on otg port of i.MX27
Eric Bénard
1
-2
/
+2
2011-01-22
USB: ehci-fsl: Fix 'have_sysif_regs' detection
Peter Tyser
3
-19
/
+8
2011-01-22
USB: EHCI: fix DMA deallocation bug
Alan Stern
1
-7
/
+12
2011-01-22
USB: EHCI: ASPM quirk of ISOC on AMD Hudson
Alex He
1
-13
/
+20
2011-01-14
xhci: Remove more doorbell-related reads
Matthew Wilcox
2
-26
/
+17
2011-01-14
xHCI: fix printk_ratelimit() usage
Andiry Xu
1
-2
/
+2
2011-01-14
xHCI: replace dev_dbg() with xhci_dbg()
Andiry Xu
1
-5
/
+6
2011-01-14
xHCI: fix cycle bit set in giveback_first_trb()
Andiry Xu
1
-7
/
+21
2011-01-14
xHCI: remove redundant parameter in giveback_first_trb()
Andiry Xu
1
-8
/
+6
2011-01-14
xHCI: fix queue_trb in isoc transfer
Andiry Xu
1
-1
/
+4
2011-01-14
xhci: Use GFP_NOIO during device reset.
Sarah Sharp
1
-2
/
+6
2011-01-14
xhci: Do not run xhci_cleanup_msix with irq disabled
Zhang Rui
1
-2
/
+4
2011-01-14
xHCI: synchronize irq in xhci_suspend()
Andiry Xu
1
-31
/
+15
[prev]
[next]