aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-12Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/stagingLinus Torvalds1-1/+1
2010-08-12Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds5-16/+16
2010-08-11i2c: Add support for custom probe functionJean Delvare1-1/+1
2010-08-11Merge branch 'master' into for-nextJiri Kosina35-826/+1887
2010-08-10USB: remove fake "address-of" expressionsAlan Stern2-15/+11
2010-08-10USB: xhci: Set DMA mask for host.Sarah Sharp1-0/+9
2010-08-10USB: xhci: Don't flush doorbell writes.Sarah Sharp1-5/+0
2010-08-10USB: xhci: Reduce reads and writes of interrupter registers.Sarah Sharp1-8/+10
2010-08-10USB: xhci: Make xhci_set_hc_event_deq() static.Sarah Sharp3-23/+23
2010-08-10USB: xhci: Minimize HW event ring dequeue pointer writes.Sarah Sharp1-13/+37
2010-08-10USB: xhci: Make xhci_handle_event() static.Sarah Sharp2-2/+1
2010-08-10USB: xhci: Remove unnecessary reads of IRQ_PENDING register.Sarah Sharp1-15/+12
2010-08-10USB: xhci: Performance - move xhci_work() into xhci_irq()Sarah Sharp1-43/+30
2010-08-10USB: xhci: Performance - move interrupt handlers into xhci-ring.cSarah Sharp3-103/+104
2010-08-10USB: xhci: Performance - move functions that find ep ring.Sarah Sharp4-48/+85
2010-08-10USB: ehci: fix remove of ehci debugfs dirMing Lei2-41/+21
2010-08-10USB: Add USB 2.0 to ssb ohci driverHauke Mehrtens1-3/+49
2010-08-10usb: imx21-hcd: set task state with schedule_timeout_uninterruptible()Kulikov Vasiliy1-1/+1
2010-08-10usb: host: sl811-hcd: check kzalloc() resultKulikov Vasiliy1-1/+4
2010-08-10USB: xHCI: Isoc urb enqueueAndiry Xu1-1/+6
2010-08-10USB: xHCI: allocate bigger ring for isochronous endpointAndiry Xu1-2/+12
2010-08-10USB: xHCI: Isochronous transfer implementationAndiry Xu2-0/+324
2010-08-10USB: xHCI: Introduce urb_priv structureAndiry Xu4-34/+125
2010-08-10USB: xHCI: Missed Service Error Event processAndiry Xu3-50/+117
2010-08-10USB: xHCI: adds new cases to trb_comp_code switchAndiry Xu1-24/+52
2010-08-10USB: xHCI: remove redundant print messagesAndiry Xu1-15/+0
2010-08-10USB xHCI: handle_tx_event() refactor: process_bulk_intr_tdAndiry Xu1-101/+115
2010-08-10USB: xHCI: handle_tx_event() refactor: process_ctrl_tdAndiry Xu1-78/+106
2010-08-10USB: xHCI: handle_tx_event() refactor: finish_tdAndiry Xu1-73/+112
2010-08-10USB: EHCI: remove dead code in the periodic schedulerAlan Stern2-18/+0
2010-08-10USB: EHCI: reorganize isochronous scheduler routineAlan Stern1-53/+57
2010-08-10USB: EHCI: add missing frame -> microframe conversionAlan Stern2-10/+19
2010-08-10USB: EHCI: simplify remainder computationsAlan Stern1-14/+15
2010-08-10USB: EHCI: remove PCI assumptionAlan Stern3-6/+6
2010-08-10USB: xHCI: Supporting MSI/MSI-XDong Nguyen2-41/+127
2010-08-10USB: host: Remove dead CONFIG_ARCH_KAROChristian Dietrich1-23/+1
2010-08-10USB: ehci_omap: fix device detect issue with modulesAjay Kumar Gupta1-0/+36
2010-08-10USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEMAndrea Righi1-1/+2
2010-08-10USB: xhci: trivial: use ARRAY_SIZEKulikov Vasiliy1-2/+2
2010-08-10USB: UHCI: add support for Intel's wakeup flagsAlan Stern2-14/+23
2010-08-10USB: controller resume should check the root hubAlan Stern4-5/+15
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern7-13/+13
2010-08-10USB: convert usb_hcd bitfields into atomic flagsAlan Stern15-45/+42
2010-08-10USB-BKL: Remove BKL use in uhci-debugAndi Kleen1-13/+7
2010-08-10USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bitsAlek Du3-2/+27
2010-08-10USB: EHCI: EHCI 1.1 addendum: Basic LPM feature supportAlek Du5-1/+127
2010-08-10USB: EHCI: EHCI 1.1 addendum: preparationAlek Du3-7/+139
2010-08-10USB: host: Eliminate NULL dereferenceJulia Lawall1-1/+1
2010-08-10USB: EHCI: make CONFIG_USB_EHCI_TT_NEWSCHED default to YAlan Stern1-4/+7
2010-08-10USB: xhci: Remove obsolete debugging printk.Sarah Sharp1-1/+0