index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
isp1760-hcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb/isp1760: Fix possible unlink problems
Arvid Brodin
2011-05-19
1
-52
/
+95
*
usb/isp1760: Move function isp1760_endpoint_disable() within file.
Arvid Brodin
2011-05-19
1
-34
/
+34
*
usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code paths
Arvid Brodin
2011-05-02
1
-665
/
+647
*
usb/isp1760: Report correct urb status after unlink
Arvid Brodin
2011-05-02
1
-0
/
+1
*
usb/isp1760: Remove unneeded OR map and HcBufferStatus code
Arvid Brodin
2011-05-02
1
-55
/
+8
*
usb/isp1760: Clean up urb enqueueing
Arvid Brodin
2011-05-02
1
-198
/
+129
*
usb/isp1760: Remove false error printout
Arvid Brodin
2011-05-02
1
-6
/
+5
*
Revert "USB: isp1760-hcd: move imask clear after pending work is done"
Greg Kroah-Hartman
2011-04-14
1
-3
/
+1
*
USB: isp1760-hcd: move imask clear after pending work is done
Richard Retanubun
2011-04-13
1
-1
/
+3
*
usb: fix ips1760-hcd printk format warning
Randy Dunlap
2011-04-13
1
-1
/
+1
*
USB 3.0 Hub Changes
John Youn
2011-03-13
1
-2
/
+2
*
USB: Remove bitmap #define from hcd.h
Sarah Sharp
2011-03-13
1
-3
/
+3
*
usb/isp1760: Fix crash when unplugging bug
Arvid Brodin
2011-03-07
1
-4
/
+3
*
usb/isp1760: Handle toggle bit in queue heads only
Arvid Brodin
2011-02-28
1
-33
/
+21
*
usb/isp1760: Replace period calculation for INT packets with something readable
Arvid Brodin
2011-02-28
1
-69
/
+37
*
usb/isp1760: Consolidate printouts and remove unused code
Arvid Brodin
2011-02-28
1
-207
/
+190
*
usb/isp1760: Remove redundant "data_buffer" member from struct inter_packet_info
Arvid Brodin
2011-02-28
1
-9
/
+2
*
usb/isp1760: Clean up payload address handling
Arvid Brodin
2011-02-28
1
-104
/
+93
*
usb/isp1760: Remove redundant variables and defines
Arvid Brodin
2011-02-28
1
-68
/
+58
*
usb/isp1760: Move to native-endian ptds
Arvid Brodin
2011-02-28
1
-339
/
+324
*
USB: isp1760: Implement solution for erratum 2
Sebastian Andrzej Siewior
2011-02-17
1
-6
/
+16
*
USB: isp1760: use a write barrier to ensure proper ndelay timing
Michael Hennerich
2010-08-23
1
-0
/
+2
*
USB: convert usb_hcd bitfields into atomic flags
Alan Stern
2010-08-10
1
-2
/
+1
*
USB: isp1760: Soften DW3 X/transaction error bit handling
Anton Vorontsov
2010-05-20
1
-4
/
+3
*
USB: straighten out port feature vs. port status usage
Alan Stern
2010-05-20
1
-9
/
+9
*
USB: remove bogus USB_PORT_FEAT_*_SPEED symbols
Alan Stern
2010-05-20
1
-1
/
+1
*
USB: make hcd.h public (drivers dependency)
Eric Lescouet
2010-05-20
1
-1
/
+1
*
USB: isp1760: Flush the D-cache for the pipe-in transfer buffers
Catalin Marinas
2010-03-02
1
-0
/
+10
*
USB: Fix level of isp1760 Reloading ptd error message
Colin Tuckley
2010-01-20
1
-3
/
+3
*
USB: isp1760: allow platform devices to customize devflags
Michael Hennerich
2009-09-23
1
-0
/
+4
*
USB: isp1760: urb_dequeue doesn't always find the urbs
Warren Free
2009-05-28
1
-2
/
+22
*
USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.c
Catalin Marinas
2009-03-24
1
-0
/
+14
*
USB: replace uses of __constant_{endian}
Harvey Harrison
2009-03-24
1
-2
/
+2
*
USB: Make the isp1760_register function prototype more generic
Catalin Marinas
2009-03-24
1
-3
/
+4
*
USB: isp1760: don't auto disable Port1 on ISP1761
Thomas Hommel
2009-01-07
1
-7
/
+6
*
USB: ISP1760: fixed trivial math in comment
Enrico Scholz
2008-08-21
1
-1
/
+1
*
usb: isp1760: don't be noisy about short packets.
Sebastian Siewior
2008-08-13
1
-3
/
+3
*
usb: ISP1760: improve pre-fetch timing
Enrico Scholz
2008-08-13
1
-13
/
+31
*
usb: return error code instead of 0 in the enqueue function.
Sebastian Siewior
2008-08-13
1
-2
/
+1
*
USB: isp1760: Support board-specific hardware configurations
Nate Case
2008-07-21
1
-14
/
+53
*
USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long'
Andrew Morton
2008-07-21
1
-2
/
+2
*
USB: isp1760-hcd.c: make 2 functions static
Adrian Bunk
2008-07-21
1
-4
/
+4
*
USB: usb dev_set_name() instead of dev->bus_id
Kay Sievers
2008-07-21
1
-1
/
+1
*
USB: isp1760: Assign resource fields before adding hcd
Nate Case
2008-06-11
1
-4
/
+4
*
USB: isp1760: fix printk format
Randy Dunlap
2008-05-14
1
-2
/
+2
*
USB: ISP1760 HCD driver
Sebastian Siewior
2008-05-02
1
-0
/
+2231