index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-05
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-35
/
+14
2009-12-01
USB: work around for EHCI with quirky periodic schedules
Oliver Neukum
4
-0
/
+20
2009-12-01
USB: EHCI: don't send Clear-TT-Buffer following a STALL
Alan Stern
1
-2
/
+14
2009-11-28
pcmcia: rework the irq_req_t typedef
Dominik Brodowski
1
-1
/
+0
2009-11-28
pcmcia: remove deprecated handle_to_dev() macro
Dominik Brodowski
1
-1
/
+1
2009-11-18
USB: xhci: Fix scratchpad deallocation.
Sarah Sharp
1
-1
/
+1
2009-11-18
USB: xhci: Fix TRB physical to virtual address translation.
Sarah Sharp
1
-2
/
+5
2009-11-18
USB: xhci: Fix bug memory free after failed initialization.
Sarah Sharp
1
-3
/
+5
2009-11-18
USB: ohci: quirk AMD prefetch for USB 1.1 ISO transfer
Libin Yang
4
-6
/
+46
2009-11-09
pcmcia: use dynamic debug infrastructure, deprecate CS_CHECK (misc drivers)
Dominik Brodowski
1
-33
/
+13
2009-10-31
USB: r8a66597-hcd: fix cannot detect a device when uses_new_polling is set
Yoshihiro Shimoda
1
-10
/
+13
2009-10-15
USB: ehci: Fix IST boundary checking interval math.
Sarah Sharp
1
-6
/
+6
2009-10-15
USB: whci-hcd: always do an update after processing a halted qTD
David Vrabel
2
-0
/
+8
2009-10-15
USB: whci-hcd: handle early deletion of endpoints
David Vrabel
2
-14
/
+25
2009-10-12
Revert "USB: Work around BIOS bugs by quiescing USB controllers earlier"
Linus Torvalds
1
-1
/
+1
2009-10-10
USB: ehci: Fix isoc scheduling boundary checking.
Sarah Sharp
1
-0
/
+1
2009-10-10
USB: isp1362: fix build warnings on 64-bit systems
Mike Frysinger
2
-15
/
+15
2009-10-10
USB: xhci: Fix dropping endpoints from the xHC schedule.
Sarah Sharp
1
-1
/
+1
2009-10-10
USB: xhci: Don't wait for a disable slot cmd when HC dies.
Sarah Sharp
1
-0
/
+9
2009-10-10
USB: xhci: Handle canceled URBs when HC dies.
Sarah Sharp
1
-0
/
+12
2009-10-10
USB: xhci: Stop debugging polling loop when HC dies.
Sarah Sharp
1
-0
/
+6
2009-10-02
const: constify remaining file_operations
Alexey Dobriyan
1
-3
/
+3
2009-09-25
Merge branch 'origin' into for-linus
Russell King
41
-903
/
+5995
2009-09-23
USB: Add hub descriptor update hook for xHCI
Sarah Sharp
1
-0
/
+1
2009-09-23
USB: xhci: Support USB hubs.
Sarah Sharp
4
-0
/
+92
2009-09-23
USB: xhci: Set multi-TT field for LS/FS devices under hubs.
Sarah Sharp
1
-4
/
+2
2009-09-23
USB: xhci: Set route string for all devices.
Sarah Sharp
1
-1
/
+1
2009-09-23
USB: xhci: Fix command wait list handling.
Sarah Sharp
1
-17
/
+29
2009-09-23
USB: xhci: Change how xHCI commands are handled.
Sarah Sharp
4
-53
/
+186
2009-09-23
USB: xhci: Refactor input device context setup.
Sarah Sharp
1
-9
/
+18
2009-09-23
USB: xhci: Endpoint representation refactoring.
Sarah Sharp
4
-100
/
+115
2009-09-23
USB: ehci-dbgp,ehci: Allow dbpg to work with suspend/resume
Jason Wessel
1
-0
/
+7
2009-09-23
USB: ehci-dbgp,ehci: Allow early or late use of the dbgp device
Jason Wessel
3
-20
/
+37
2009-09-23
USB: EHCI: change deschedule logic for interrupt QHs
Alan Stern
3
-34
/
+40
2009-09-23
USB: EHCI: rescan the queue after an unlink
Alan Stern
3
-12
/
+50
2009-09-23
USB: ohci-ep93xx.c: remove unused variable
H Hartley Sweeten
1
-1
/
+0
2009-09-23
USB: isp1362: Correct use of ! and &
Julia Lawall
1
-4
/
+8
2009-09-23
USB: EHCI: ensure all watchdog timer events are deleted when suspending usb
Jon Hunter
1
-0
/
+5
2009-09-23
USB: Work around BIOS bugs by quiescing USB controllers earlier
David Woodhouse
1
-1
/
+1
2009-09-23
USB: isp1362: fix pulldown register defines and conf logic
Ken MacLeod
2
-3
/
+3
2009-09-23
USB: ohci-pxa27x: Allow NOCP and OCPM to be cleared
Aric Blumer
1
-0
/
+4
2009-09-23
USB: EHCI: OHCI: Remove unnecessary includes of reboot.h
Anand Gadiyar
3
-3
/
+0
2009-09-23
USB: at91: modify OHCI driver to allow shared interrupts
Nicolas Ferre
1
-1
/
+1
2009-09-23
USB: at91: Add USB EHCI driver for at91sam9g45 series
Nicolas Ferre
2
-0
/
+235
2009-09-23
USB: uhci: rm repeatedly evaluation for urbp->qh
Bob Liu
1
-1
/
+0
2009-09-23
USB: NXP ISP1362 USB host driver
Lothar Wassmann
4
-0
/
+3997
2009-09-23
USB: au1xxx: add dev_pm_ops
Manuel Lauss
2
-29
/
+27
2009-09-23
USB: isp1760: allow platform devices to customize devflags
Michael Hennerich
3
-1
/
+26
2009-09-23
USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and suppor...
Alek Du
3
-6
/
+65
2009-09-23
USB: EHCI: split ehci_qh into hw and sw parts
Alek Du
6
-81
/
+127
[next]