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
2010-10-22
usb: makefile cleanup
matt mooney
2
-10
/
+11
2010-10-22
USB: imx21-hcd accept arbitary transfer buffer alignement.
Martin Fuzzey
2
-35
/
+169
2010-10-22
USB: imx21-hcd: Fix isochronous endpoint idle
Martin Fuzzey
1
-17
/
+39
2010-10-22
USB: imx21-hcd: refactor hardware data memory management
Martin Fuzzey
1
-14
/
+16
2010-10-22
USB: imx21-hcd: remove unused variable
Martin Fuzzey
1
-2
/
+0
2010-10-22
USB: UHCI: add native scatter-gather support(v1)
Ming Lei
1
-4
/
+29
2010-10-22
USB: add USB EHCI support for MPC5121 SoC
Anatolij Gustschin
5
-32
/
+177
2010-10-22
USB: add platform glue driver for FSL USB DR controller
Anatolij Gustschin
3
-0
/
+224
2010-10-22
usb: change to new flag variable
matt mooney
1
-3
/
+1
2010-10-22
usb: omap: ohci: Missing driver unregister in module exit
Keshava Munegowda
1
-0
/
+3
2010-10-22
usb: host: oxu210hp-hcd: Use static const char * const where possible
Joe Perches
1
-1
/
+1
2010-10-22
USB: isp1362-hcd: Removes CONFIG_USB_OTG dependent code, fix build breakage
Javier Martinez Canillas
1
-7
/
+0
2010-10-22
OHCI: work around for nVidia shutdown problem
Alan Stern
4
-8
/
+38
2010-10-22
USB: ohci-sm501: add iounmap on error path
Dan Carpenter
1
-1
/
+3
2010-10-22
USB: ehci tdi : let's tdi_reset set host mode
Matthieu CASTET
4
-15
/
+20
2010-09-21
USB: EHCI: Disable langwell/penwell LPM capability
Alek Du
1
-0
/
+5
2010-09-04
USB: ehci-ppc-of: problems in unwind
Dan Carpenter
1
-5
/
+7
2010-08-24
USB: xHCI: update ring dequeue pointer when process missed tds
Andiry Xu
1
-0
/
+4
2010-08-24
USB: xhci: Remove buggy assignment in next_trb()
John Youn
1
-1
/
+1
2010-08-24
USB: isp1760: use a write barrier to ensure proper ndelay timing
Michael Hennerich
1
-0
/
+2
2010-08-12
Merge branch 'i2c-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2010-08-12
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
5
-16
/
+16
2010-08-11
i2c: Add support for custom probe function
Jean Delvare
1
-1
/
+1
2010-08-11
USB: remove fake "address-of" expressions
Alan Stern
2
-15
/
+11
2010-08-11
USB: xhci: Set DMA mask for host.
Sarah Sharp
1
-0
/
+9
2010-08-11
USB: xhci: Don't flush doorbell writes.
Sarah Sharp
1
-5
/
+0
2010-08-11
USB: xhci: Reduce reads and writes of interrupter registers.
Sarah Sharp
1
-8
/
+10
2010-08-11
USB: xhci: Make xhci_set_hc_event_deq() static.
Sarah Sharp
3
-23
/
+23
2010-08-11
USB: xhci: Minimize HW event ring dequeue pointer writes.
Sarah Sharp
1
-13
/
+37
2010-08-11
USB: xhci: Make xhci_handle_event() static.
Sarah Sharp
2
-2
/
+1
2010-08-11
USB: xhci: Remove unnecessary reads of IRQ_PENDING register.
Sarah Sharp
1
-15
/
+12
2010-08-11
USB: xhci: Performance - move xhci_work() into xhci_irq()
Sarah Sharp
1
-43
/
+30
2010-08-11
USB: xhci: Performance - move interrupt handlers into xhci-ring.c
Sarah Sharp
3
-103
/
+104
2010-08-11
USB: xhci: Performance - move functions that find ep ring.
Sarah Sharp
4
-48
/
+85
2010-08-11
USB: ehci: fix remove of ehci debugfs dir
Ming Lei
2
-41
/
+21
2010-08-11
USB: Add USB 2.0 to ssb ohci driver
Hauke Mehrtens
1
-3
/
+49
2010-08-11
usb: imx21-hcd: set task state with schedule_timeout_uninterruptible()
Kulikov Vasiliy
1
-1
/
+1
2010-08-11
usb: host: sl811-hcd: check kzalloc() result
Kulikov Vasiliy
1
-1
/
+4
2010-08-11
USB: xHCI: Isoc urb enqueue
Andiry Xu
1
-1
/
+6
2010-08-11
USB: xHCI: allocate bigger ring for isochronous endpoint
Andiry Xu
1
-2
/
+12
2010-08-11
USB: xHCI: Isochronous transfer implementation
Andiry Xu
2
-0
/
+324
2010-08-11
USB: xHCI: Introduce urb_priv structure
Andiry Xu
4
-34
/
+125
2010-08-11
USB: xHCI: Missed Service Error Event process
Andiry Xu
3
-50
/
+117
2010-08-11
USB: xHCI: adds new cases to trb_comp_code switch
Andiry Xu
1
-24
/
+52
2010-08-11
USB: xHCI: remove redundant print messages
Andiry Xu
1
-15
/
+0
2010-08-11
USB xHCI: handle_tx_event() refactor: process_bulk_intr_td
Andiry Xu
1
-101
/
+115
2010-08-11
USB: xHCI: handle_tx_event() refactor: process_ctrl_td
Andiry Xu
1
-78
/
+106
2010-08-11
USB: xHCI: handle_tx_event() refactor: finish_td
Andiry Xu
1
-73
/
+112
2010-08-11
USB: EHCI: remove dead code in the periodic scheduler
Alan Stern
2
-18
/
+0
2010-08-11
USB: EHCI: reorganize isochronous scheduler routine
Alan Stern
1
-53
/
+57
[next]