Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
068c65c557b5470eb7458cc5d507211eddc97e7d
/
drivers
/
usb
/
isp1760
/
isp1760-hcd.c
4d3db7d
usb: isp1760: use msecs_to_jiffies for time conversion
by Nicholas Mc Guire
· 10 years ago
4d4bac4
Merge tag 'usb-for-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next
by Greg Kroah-Hartman
· 10 years ago
d21daf1
usb: isp1760: Fix USB disabled check
by Laurent Pinchart
· 10 years ago
7ef077a
usb: isp1760: Move driver from drivers/usb/host/ to drivers/usb/isp1760/
by Laurent Pinchart
· 10 years ago
[Renamed from drivers/usb/host/isp1760-hcd.c]
9a66e13
usb: isp1760: Move PORT1 configuration to core code
by Laurent Pinchart
· 10 years ago
5171446
usb: isp1760: Initialize the bus interface in core code
by Laurent Pinchart
· 10 years ago
4b1a577
usb: isp1760: Move core code to isp1760-core.c
by Laurent Pinchart
· 10 years ago
e19c99e
usb: isp1760: Reorganize header files
by Laurent Pinchart
· 10 years ago
ea0b1fa
usb: isp1760: Prefix driver data structures with isp1760_
by Laurent Pinchart
· 10 years ago
cdd36e8
usb: isp1760: Decouple usb_hdc and isp1760_priv
by Laurent Pinchart
· 10 years ago
10feee1
usb: isp1760: Use the managed devm_ioremap_resource() API
by Laurent Pinchart
· 10 years ago
4942e00
usb: isp1760: Pass resource pointer to isp1760_register
by Laurent Pinchart
· 10 years ago
d69292a
usb: isp1760: Remove busname argument to isp1760_register
by Laurent Pinchart
· 10 years ago
5a6356a
usb: isp1760: Prefix init_kmem_once and deinit_kmem_cache with isp1760_
by Laurent Pinchart
· 10 years ago
3057375
usb: isp1760: Fix indentation in probe error path
by Laurent Pinchart
· 10 years ago
f0bdbb0
usb: isp1760: Don't expose hcd to glue code from isp1760_register
by Laurent Pinchart
· 10 years ago
57f068b
usb: isp1760: Manage device driver data in common code
by Laurent Pinchart
· 10 years ago
10c73f0
usb: isp1760: Move removal cleanup code to isp1760-hcd.c
by Laurent Pinchart
· 10 years ago
7eb42c6
usb: isp1760: Use the gpio descriptor API
by Laurent Pinchart
· 10 years ago
464ed18
PM: Eliminate CONFIG_PM_RUNTIME
by Rafael J. Wysocki
· 10 years ago
37ebb54
usb: hub: rename khubd to hub_wq in documentation and comments
by Petr Mladek
· 10 years ago
3c9740a
usb: hcd: move controller wakeup setting initialization to individual driver
by Peter Chen
· 11 years ago
98f541c
USB: remove remaining instances of USB_SUSPEND
by Alan Stern
· 12 years ago
de9c630
usb/isp1760: declare schedule_ptds() and errata2_function() static
by Arvid Brodin
· 12 years ago
8788fa0
isp1760-hcd: fix possible memory leak if urb could not be enqueued
by Michael Grzeschik
· 13 years ago
8cb2268
isp1760-hcd: move dequeued qtds to the front in qh
by Michael Grzeschik
· 13 years ago
94011ec
isp1760-hcd: don't confuse parsers on kmem_cache_create
by Michael Grzeschik
· 13 years ago
c64391f
usb/isp1760: Fix race condition memory leak
by Arvid Brodin
· 13 years ago
e08f6a27
usb/isp1760: Simpler queue head list code.
by Arvid Brodin
· 13 years ago
3a7655f
usb/isp1760: Allow to optionally trigger low-level chip reset via GPIOLIB.
by Joachim Foerster
· 13 years ago
74ad602
usb/isp1760: Clear TT buffer on interrupted low & full speed transfers
by Arvid Brodin
· 13 years ago
6477acc
usb/isp1760: Fix problems that trigger WARNING at line 1136.
by Arvid Brodin
· 13 years ago
38679b7
usb/isp1760: Fix missing endpoint unlink when no mem during enqueue
by Arvid Brodin
· 13 years ago
6d50c60
usb/isp1760: Use polling instead of SOF interrupts to fix Errata 2
by Arvid Brodin
· 13 years ago
0ba7905
usb/isp1760: Move isp1760_run within file (prepare for next patch)
by Arvid Brodin
· 13 years ago
e25e0eb2
usb/isp1760: Move some code (prepare for next patch)
by Arvid Brodin
· 13 years ago
17d3e14
usb/isp1760: Added missing call to usb_hcd_check_unlink_urb() during unlink
by Arvid Brodin
· 13 years ago
8b1ab60
usb/isp1760: Fix bug preventing the unlinking of control urbs
by Arvid Brodin
· 13 years ago
d05b6ec
usb/isp1760: Fix possible unlink problems
by Arvid Brodin
· 14 years ago
079cdb0
usb/isp1760: Move function isp1760_endpoint_disable() within file.
by Arvid Brodin
· 14 years ago
71a9f9d
usb/isp1760: Improve urb queueing, get rid of BUG():s in normal code paths
by Arvid Brodin
· 14 years ago
22bea9c
usb/isp1760: Report correct urb status after unlink
by Arvid Brodin
· 14 years ago
eb1a796
usb/isp1760: Remove unneeded OR map and HcBufferStatus code
by Arvid Brodin
· 14 years ago
3453773
usb/isp1760: Clean up urb enqueueing
by Arvid Brodin
· 14 years ago
847ed3e
usb/isp1760: Remove false error printout
by Arvid Brodin
· 14 years ago
753d853
Revert "USB: isp1760-hcd: move imask clear after pending work is done"
by Greg Kroah-Hartman
· 14 years ago
5808544
USB: isp1760-hcd: move imask clear after pending work is done
by Richard Retanubun
· 14 years ago
d06847f
usb: fix ips1760-hcd printk format warning
by Randy Dunlap
· 14 years ago
dbe79bb
USB 3.0 Hub Changes
by John Youn
· 23 years ago
da13051
USB: Remove bitmap #define from hcd.h
by Sarah Sharp
· 14 years ago
d3cf2a8
usb/isp1760: Fix crash when unplugging bug
by Arvid Brodin
· 14 years ago
7adc14b1
usb/isp1760: Handle toggle bit in queue heads only
by Arvid Brodin
· 14 years ago
65f1b52
usb/isp1760: Replace period calculation for INT packets with something readable
by Arvid Brodin
· 14 years ago
6bda21b
usb/isp1760: Consolidate printouts and remove unused code
by Arvid Brodin
· 14 years ago
bbaa387
usb/isp1760: Remove redundant "data_buffer" member from struct inter_packet_info
by Arvid Brodin
· 14 years ago
a041d8e
usb/isp1760: Clean up payload address handling
by Arvid Brodin
· 14 years ago
fd436ae
usb/isp1760: Remove redundant variables and defines
by Arvid Brodin
· 14 years ago
bedc0c3
usb/isp1760: Move to native-endian ptds
by Arvid Brodin
· 14 years ago
b14e840
USB: isp1760: Implement solution for erratum 2
by Sebastian Andrzej Siewior
· 14 years ago
ebb8a4e
USB: isp1760: use a write barrier to ensure proper ndelay timing
by Michael Hennerich
· 14 years ago
541c7d4
USB: convert usb_hcd bitfields into atomic flags
by Alan Stern
· 14 years ago
0954e1c
USB: isp1760: Soften DW3 X/transaction error bit handling
by Anton Vorontsov
· 15 years ago
749da5f
USB: straighten out port feature vs. port status usage
by Alan Stern
· 15 years ago
288ead4
USB: remove bogus USB_PORT_FEAT_*_SPEED symbols
by Alan Stern
· 15 years ago
27729aa
USB: make hcd.h public (drivers dependency)
by Eric Lescouet
· 15 years ago
db8516f
USB: isp1760: Flush the D-cache for the pipe-in transfer buffers
by Catalin Marinas
· 15 years ago
c0d7414
USB: Fix level of isp1760 Reloading ptd error message
by Colin Tuckley
· 15 years ago
9da69c6
USB: isp1760: allow platform devices to customize devflags
by Michael Hennerich
· 15 years ago
0afb20e
USB: isp1760: urb_dequeue doesn't always find the urbs
by Warren Free
· 16 years ago
e6bdfe3
USB: isp1760: Add a delay before reading the SKIPMAP registers in isp1760-hcd.c
by Catalin Marinas
· 16 years ago
551509d
USB: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
f9031f2
USB: Make the isp1760_register function prototype more generic
by Catalin Marinas
· 16 years ago
42c6539
USB: isp1760: don't auto disable Port1 on ISP1761
by Thomas Hommel
· 16 years ago
380ec67
USB: ISP1760: fixed trivial math in comment
by Enrico Scholz
· 16 years ago
7839b51
usb: isp1760: don't be noisy about short packets.
by Sebastian Siewior
· 16 years ago
3f02a95
usb: ISP1760: improve pre-fetch timing
by Enrico Scholz
· 16 years ago
a36c27d
usb: return error code instead of 0 in the enqueue function.
by Sebastian Siewior
· 16 years ago
3faefc8
USB: isp1760: Support board-specific hardware configurations
by Nate Case
· 16 years ago
d249afd
USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long'
by Andrew Morton
· 16 years ago
473bca9
USB: isp1760-hcd.c: make 2 functions static
by Adrian Bunk
· 17 years ago
0031a06
USB: usb dev_set_name() instead of dev->bus_id
by Kay Sievers
· 17 years ago
e6942d6
USB: isp1760: Assign resource fields before adding hcd
by Nate Case
· 17 years ago
2202647
USB: isp1760: fix printk format
by Randy Dunlap
· 17 years ago
db11e47
USB: ISP1760 HCD driver
by Sebastian Siewior
· 17 years ago