index
:
delta/linux-stable.git
baserock/v2.6.28.9/aspeed
baserock/v2.6.28.9/openbmc_aspeed_wedge
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.2.y
linux-6.3.y
linux-rolling-lts
linux-rolling-stable
master
git.kernel.org: pub/scm/linux/kernel/git/stable/linux-stable.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
isp1760-hcd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/
Laurent Pinchart
2015-01-27
1
-2231
/
+0
*
usb: isp1760: Move PORT1 configuration to core code
Laurent Pinchart
2015-01-27
1
-9
/
+0
*
usb: isp1760: Initialize the bus interface in core code
Laurent Pinchart
2015-01-27
1
-54
/
+13
*
usb: isp1760: Move core code to isp1760-core.c
Laurent Pinchart
2015-01-27
1
-32
/
+10
*
usb: isp1760: Reorganize header files
Laurent Pinchart
2015-01-27
1
-56
/
+74
*
usb: isp1760: Prefix driver data structures with isp1760_
Laurent Pinchart
2015-01-27
1
-7
/
+8
*
usb: isp1760: Decouple usb_hdc and isp1760_priv
Laurent Pinchart
2015-01-27
1
-6
/
+15
*
usb: isp1760: Use the managed devm_ioremap_resource() API
Laurent Pinchart
2015-01-27
1
-13
/
+7
*
usb: isp1760: Pass resource pointer to isp1760_register
Laurent Pinchart
2015-01-27
1
-6
/
+5
*
usb: isp1760: Remove busname argument to isp1760_register
Laurent Pinchart
2015-01-27
1
-1
/
+1
*
usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_
Laurent Pinchart
2015-01-27
1
-2
/
+2
*
usb: isp1760: Fix indentation in probe error path
Laurent Pinchart
2015-01-27
1
-3
/
+3
*
usb: isp1760: Don't expose hcd to glue code from isp1760_register
Laurent Pinchart
2015-01-27
1
-8
/
+10
*
usb: isp1760: Manage device driver data in common code
Laurent Pinchart
2015-01-27
1
-0
/
+2
*
usb: isp1760: Move removal cleanup code to isp1760-hcd.c
Laurent Pinchart
2015-01-27
1
-0
/
+10
*
usb: isp1760: Use the gpio descriptor API
Laurent Pinchart
2015-01-27
1
-12
/
+12
*
PM: Eliminate CONFIG_PM_RUNTIME
Rafael J. Wysocki
2014-12-19
1
-1
/
+1
*
usb: hub: rename khubd to hub_wq in documentation and comments
Petr Mladek
2014-09-23
1
-3
/
+3
*
usb: hcd: move controller wakeup setting initialization to individual driver
Peter Chen
2013-12-08
1
-0
/
+1
*
USB: remove remaining instances of USB_SUSPEND
Alan Stern
2013-05-15
1
-1
/
+1
*
usb/isp1760: declare schedule_ptds() and errata2_function() static
Arvid Brodin
2013-01-30
1
-2
/
+2
*
isp1760-hcd: fix possible memory leak if urb could not be enqueued
Michael Grzeschik
2012-04-18
1
-1
/
+5
*
isp1760-hcd: move dequeued qtds to the front in qh
Michael Grzeschik
2012-04-18
1
-0
/
+1
*
isp1760-hcd: don't confuse parsers on kmem_cache_create
Michael Grzeschik
2012-04-18
1
-1
/
+1
*
usb/isp1760: Fix race condition memory leak
Arvid Brodin
2011-11-26
1
-18
/
+12
*
usb/isp1760: Simpler queue head list code.
Arvid Brodin
2011-11-26
1
-25
/
+19
*
usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.
Joachim Foerster
2011-10-19
1
-0
/
+17
*
usb/isp1760: Clear TT buffer on interrupted low & full speed transfers
Arvid Brodin
2011-08-22
1
-9
/
+74
*
usb/isp1760: Fix problems that trigger WARNING at line 1136.
Arvid Brodin
2011-08-22
1
-18
/
+20
*
usb/isp1760: Fix missing endpoint unlink when no mem during enqueue
Arvid Brodin
2011-08-22
1
-6
/
+3
*
usb/isp1760: Use polling instead of SOF interrupts to fix Errata 2
Arvid Brodin
2011-08-22
1
-44
/
+94
*
usb/isp1760: Move isp1760_run within file (prepare for next patch)
Arvid Brodin
2011-08-22
1
-68
/
+68
*
usb/isp1760: Move some code (prepare for next patch)
Arvid Brodin
2011-08-22
1
-27
/
+18
*
usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlink
Arvid Brodin
2011-08-08
1
-0
/
+3
*
usb/isp1760: Fix bug preventing the unlinking of control urbs
Arvid Brodin
2011-06-27
1
-1
/
+1
*
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
[next]