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
/
uhci-q.c
Age
Commit message (
Expand
)
Author
Files
Lines
2008-04-25
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
1
-1
/
+1
2007-10-25
USB: fix scheduling of Iso URBs in uhci-hcd
Alan Stern
1
-5
/
+14
2007-10-13
USB: Eliminate urb->status usage!
Alan Stern
1
-8
/
+4
2007-10-13
USB: add urb->unlinked field
Alan Stern
1
-6
/
+3
2007-10-13
USB: centralize -EREMOTEIO handling
Alan Stern
1
-8
/
+0
2007-10-13
USB: remove Iso status value in uhci-hcd
Alan Stern
1
-8
/
+3
2007-10-13
USB: make HCDs responsible for managing endpoint queues
Alan Stern
1
-15
/
+17
2007-07-20
UHCI: short control URBs get a status stage
Alan Stern
1
-21
/
+38
2007-04-28
UHCI: Add some WARN_ON()s
Alan Stern
1
-4
/
+12
2007-03-27
UHCI: Fix problem caused by lack of terminating QH
Alan Stern
1
-70
/
+24
2007-02-24
UHCI: Eliminate asynchronous skeleton Queue Headers
Alan Stern
1
-22
/
+171
2007-02-24
UHCI: Add macros for computing DMA values
Alan Stern
1
-16
/
+14
2007-02-11
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
1
-3
/
+1
2007-02-08
UHCI: fix bandwidth allocation
Alan Stern
1
-66
/
+175
2007-02-08
UHCI: no dummy TDs for Iso QHs
Alan Stern
1
-7
/
+10
2006-12-07
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
1
-1
/
+1
2006-10-05
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
1
-8
/
+7
2006-09-01
uhci-hcd: fix list access bug
Alan Stern
1
-1
/
+1
2006-09-01
UHCI: don't stop at an Iso error
Alan Stern
1
-1
/
+1
2006-08-03
USB: UHCI: Don't test the Short Packet Detect bit
Alan Stern
1
-1
/
+3
2006-06-22
[PATCH] UHCI: Improve FSBR-off timing
Alan Stern
1
-20
/
+51
2006-06-22
[PATCH] UHCI: various updates
David Brownell
1
-1
/
+1
2006-06-22
[PATCH] UHCI: remove ISO TDs as they are used
Alan Stern
1
-30
/
+73
2006-06-22
[PATCH] UHCI: store the period in the queue header
Alan Stern
1
-17
/
+55
2006-06-22
[PATCH] UHCI: fix race in ISO dequeuing
Alan Stern
1
-12
/
+36
2006-06-22
[PATCH] UHCI: Work around old Intel bug
Alan Stern
1
-1
/
+15
2006-06-22
[PATCH] UHCI: Reimplement FSBR
Alan Stern
1
-40
/
+128
2006-06-22
[PATCH] UHCI: Eliminate the TD-removal list
Alan Stern
1
-65
/
+27
2006-06-22
[PATCH] UHCI: Move code for cleaning up unlinked URBs
Alan Stern
1
-24
/
+33
2006-06-22
[PATCH] UHCI: Remove non-iso TDs as they are used
Alan Stern
1
-36
/
+42
2006-06-22
[PATCH] UHCI: Common result routine for Control/Bulk/Interrupt
Alan Stern
1
-217
/
+125
2006-06-22
[PATCH] USB: UHCI: fix obscure bug in enqueue()
Alan Stern
1
-9
/
+15
2006-06-22
[PATCH] USB: UHCI: store the endpoint type in the QH structure
Alan Stern
1
-16
/
+18
2006-03-21
[PATCH] USB core and HCDs: don't put_device while atomic
Alan Stern
1
-2
/
+0
2006-03-21
[PATCH] uhci-hcd: fix mistaken usage of list_prepare_entry
Alan Stern
1
-1
/
+1
2006-03-21
[PATCH] UHCI: Don't log short transfers
Alan Stern
1
-1
/
+1
2006-03-21
[PATCH] UHCI: improve debugging code
Alan Stern
1
-11
/
+1
2006-03-21
[PATCH] UHCI: remove main list of URBs
Alan Stern
1
-357
/
+274
2006-03-21
[PATCH] UHCI: use dummy TDs
Alan Stern
1
-61
/
+77
2006-03-21
[PATCH] UHCI: use one QH per endpoint, not per URB
Alan Stern
1
-529
/
+456
2006-02-01
[PATCH] USB: UHCI: No FSBR until device is configured
Alan Stern
1
-2
/
+2
2006-01-05
[PATCH] USB: UHCI: edit some comments
Alan Stern
1
-9
/
+9
2006-01-05
[PATCH] USB: UHCI: change uhci_explen macro
Alan Stern
1
-6
/
+6
2005-10-29
[PATCH] UHCI: Improve handling of iso TDs
Alan Stern
1
-13
/
+26
2005-10-29
[PATCH] USB: UHCI: Split apart the physical and logical framelist arrays
Alan Stern
1
-10
/
+10
2005-10-29
[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULL
Alan Stern
1
-5
/
+0
2005-10-28
[PATCH] gfp_t: drivers/usb
Al Viro
1
-1
/
+1
2005-09-12
[PATCH] USB UHCI: remove the FSBR kernel timer
Alan Stern
1
-1
/
+1
2005-07-12
[PATCH] USB: Fix kmalloc's flags type in USB
Olav Kongas
1
-1
/
+1
2005-06-28
[PATCH] UHCI: Don't store device pointer in QH or TD
Alan Stern
1
-22
/
+10
[next]