Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0d88f9464850ac13c658d9de808ea2e0a31423be
/
drivers
/
usb
/
host
/
ehci-hcd.c
f549953
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 13 years ago
004c196
USB: EHCI: go back to using the system clock for QH unlinks
by Alan Stern
· 13 years ago
cc62a7e
USB: EHCI: Allow users to override 80% max periodic bandwidth
by Kirill Smelkov
· 13 years ago
4c67045
USB: EHCI: Move sysfs related bits into ehci-sysfs.c
by Kirill Smelkov
· 13 years ago
578333a
USB: change maintainership of ohci-hcd and ehci-hcd
by Alan Stern
· 13 years ago
cc55687
ehci-hcd: remove EOL from MODULE_PARM_DESC for 'hird' option
by Niels de Vos
· 13 years ago
69fff59
USB: remove remaining usages of hcd->state from usbcore and fix regression
by Alan Stern
· 13 years ago
9be0392
USB: EHCI: Add bus glue for GRLIB GRUSBHC controller
by Jan Andersson
· 14 years ago
c430131
USB: EHCI: Support controllers with big endian capability regs
by Jan Andersson
· 14 years ago
502fa84
USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCs
by Gabor Juhos
· 14 years ago
1bcc5aa
USB: Add initial S5P EHCI driver
by Joonyoung Shim
· 14 years ago
4c5811b
Merge branch 'devicetree/next' of git://git.secretlab.ca/git/linux-2.6
by Linus Torvalds
· 14 years ago
79ad3b5
usb: host: Add EHCI driver for NVIDIA Tegra SoCs
by Benoit Goby
· 14 years ago
60b0bf0
usb: EHCI, OHCI: Add configuration for the SH USB controller
by Yoshihiro Shimoda
· 14 years ago
ad93562
USB host: Move AMD PLL quirk to pci-quirks.c
by Andiry Xu
· 14 years ago
d35fb64
dt/usb: Eliminate users of of_platform_{,un}register_driver
by Grant Likely
· 14 years ago
22ced687
USB: EHCI bus glue for on-chip PMC MSP USB controller
by Anoop
· 14 years ago
bcf4081
USB: don't run ehci_reset in ehci_run for tdi device
by Matthieu CASTET
· 14 years ago
f75593c
USB: EHCI: fix DMA deallocation bug
by Alan Stern
· 14 years ago
3e5b08c
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
by Linus Torvalds
· 14 years ago
50401d7
Merge branch 'master' of git://git.infradead.org/users/cbou/linux-cns3xxx into devel-stable
by Russell King
· 14 years ago
36facad
Merge branch 'usb-next' into musb-merge
by Greg Kroah-Hartman
· 14 years ago
b0848ae
USB: EHCI: Add MSM Host Controller driver
by Pavankumar Kondeti
· 14 years ago
0557029
USB: EHCI: ASPM quirk of ISOC on AMD SB800
by Alex He
· 14 years ago
fe4bfb3
Merge branch 'sh/ehci' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 into work
by Greg Kroah-Hartman
· 14 years ago
7f124f4
usb: ehci: introduce CONFIG_USB_EHCI_HCD_OMAP
by Keshava Munegowda
· 14 years ago
760efe6
USB: cns3xxx: Add EHCI and OHCI bus glue for cns3xxx SOCs
by Mac Lin
· 14 years ago
c8c38de
USB host: Adding USB ehci & ohci support for spear platform
by Deepak Sikri
· 14 years ago
02e2c51
USB: EHCI: fix obscure race in ehci_endpoint_disable
by Alan Stern
· 14 years ago
ad78aca
usb: Add support for VIA VT8500 and compatibles in EHCI HCD
by Alexey Charkov
· 14 years ago
63c8455
usb: ehci-hcd: Add support for SuperH EHCI.
by Paul Mundt
· 14 years ago
1643acc
USB: Add EHCI and OHCH glue for OCTEON II SOCs.
by David Daney
· 14 years ago
229aebb
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
65fd427
USB: ehci tdi : let's tdi_reset set host mode
by Matthieu CASTET
· 14 years ago
6396fc3
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
ffda080
USB: EHCI: add missing frame -> microframe conversion
by Alan Stern
· 14 years ago
4307a28
USB: EHCI: fix NULL pointer dererence in HCDs that use HCD_LOCAL_MEM
by Andrea Righi
· 14 years ago
541c7d4
USB: convert usb_hcd bitfields into atomic flags
by Alan Stern
· 14 years ago
5a9cdf3
USB: EHCI: EHCI 1.1 addendum: Enable Per-port change detect bits
by Alek Du
· 14 years ago
48f2497
USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support
by Alek Du
· 14 years ago
aa4d834
USB: EHCI: EHCI 1.1 addendum: preparation
by Alek Du
· 14 years ago
7f26b3a
drivers/usb: Remove unnecessary return's from void functions
by Joe Perches
· 14 years ago
1f23b2d
usb: fix ehci_hcd build failure when both generic-OF and xilinx is selected
by Grant Likely
· 14 years ago
27729aa
USB: make hcd.h public (drivers dependency)
by Eric Lescouet
· 15 years ago
0e5f231
USB: EHCI: defer reclamation of siTDs
by Alan Stern
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
1082f57
USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh
by Clemens Ladisch
· 15 years ago
a8eb7ca
omap3: Replace ARCH_OMAP34XX with ARCH_OMAP3
by Tony Lindgren
· 15 years ago
49d0f07
USB: add missing delay during remote wakeup
by Alan Stern
· 15 years ago
40f8db8
USB: EHCI: add native scatter-gather support
by Alan Stern
· 15 years ago
7e8d5cd
USB: Add EHCI support for MX27 and MX31 based boards
by Daniel Mack
· 15 years ago
dccd574
USB: ehci: Respect IST when scheduling new split iTDs.
by Sarah Sharp
· 15 years ago
54ab2b0
USB: host: ehci: introduce omap ehci-hcd driver
by Felipe Balbi
· 15 years ago
08d3c18
USB: Add support for Xilinx USB host controller
by Julie Zhu
· 15 years ago
d014d04
Merge branch 'for-next' into for-linus
by Jiri Kosina
· 15 years ago
65cb76b
ehci-hcd: Fix typo in an error message
by Ozan Çağlayan
· 15 years ago
ee4ecb8
USB: work around for EHCI with quirky periodic schedules
by Oliver Neukum
· 15 years ago
8d053c7
USB: ehci-dbgp,ehci: Allow early or late use of the dbgp device
by Jason Wessel
· 15 years ago
a448c9d
USB: EHCI: change deschedule logic for interrupt QHs
by Alan Stern
· 15 years ago
3a44494
USB: EHCI: rescan the queue after an unlink
by Alan Stern
· 15 years ago
6e23ec4f
USB: EHCI: OHCI: Remove unnecessary includes of reboot.h
by Anand Gadiyar
· 15 years ago
501c9c0
USB: at91: Add USB EHCI driver for at91sam9g45 series
by Nicolas Ferre
· 15 years ago
331ac6b
USB: EHCI: Add Intel Moorestown EHCI controller HOSTPCx extensions and support phy low power mode
by Alek Du
· 15 years ago
3807e26
USB: EHCI: split ehci_qh into hw and sw parts
by Alek Du
· 15 years ago
403dbd3
USB: EHCI: add need_io_watchdog flag to ehci_hcd
by Alek Du
· 15 years ago
586dfc8
USB: Add nuvoton Ehci driver for w90p910 platform
by Wan ZongShun
· 15 years ago
7a0f0d9
USB: EHCI: fix two new bugs related to Clear-TT-Buffer
by Alan Stern
· 15 years ago
914b701
USB: EHCI: use the new clear_tt_buffer interface
by Alan Stern
· 15 years ago
a455212d
USB: EHCI: update toggle state for linked QHs
by Alan Stern
· 15 years ago
b18ffd4
USB: EHCI: update toggle state for linked QHs
by Alan Stern
· 15 years ago
08f4e58
USB: EHCI: use the new usb debugfs directory
by Greg Kroah-Hartman
· 16 years ago
6a35528
dma-mapping: replace all DMA_64BIT_MASK macro with DMA_BIT_MASK(64)
by Yang Hongyang
· 16 years ago
bc29847
USB: EHCI: Make timer_action out-of-line
by Alan Stern
· 16 years ago
9aa09d2
USB: EHCI: slow down ITD reuse
by Karsten Wiese
· 16 years ago
67b2e02
USB: EHCI: fix handling of dead controllers
by Alan Stern
· 16 years ago
a9b6148
USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.c
by Linus Torvalds
· 16 years ago
eafe5b9
USB: EHCI: fix remote-wakeup support for ARC/TDI core
by Alan Stern
· 16 years ago
9beeee6
USB: EHCI: log a warning if ehci-hcd is not loaded first
by Alan Stern
· 16 years ago
2b70f07
USB: EHCI, OHCI, UHCI: remove version numbers
by Alan Stern
· 16 years ago
cede969f
usb: remove code associated with !CONFIG_PPC_MERGE
by Kumar Gala
· 16 years ago
3c04e20
USB: ehci-dbg: increase debug buffer size for periodic file
by Ming Lei
· 16 years ago
0bcfeb3
USB: ehci: fix some ehci hangs and crashes
by David Brownell
· 16 years ago
b963801
USB: ehci-hcd unlink speedups
by David Brownell
· 16 years ago
21da84a
USB: ehci shutdown refactored
by Sarah Sharp
· 17 years ago
25b70a8
USB: ehci: paranoia, reject large control transfers
by David Brownell
· 17 years ago
d1b1842
USB: ehci: remove obsolete workaround for bogus IRQs
by David Brownell
· 17 years ago
c765d4c
USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT"
by Karsten Wiese
· 17 years ago
9776afc
USB: ehci: minor cleanups
by David Brownell
· 17 years ago
705a752
plat-orion: make ehci-orion available for all Orion families
by Lennert Buytenhek
· 17 years ago
e82cc12
USB: fix ehci unlink regressions
by David Brownell
· 17 years ago
c6dd2e6
USB: POWERPC: ehci: fix ppc build
by Anton Vorontsov
· 17 years ago
e1a4914
USB: fix previous sparse fix which was incorrect
by David Brownell
· 17 years ago
91bc4d3
USB: add ehci-ixp bus glue
by Vladimir Barinov
· 17 years ago
da0e8fb
USB: add ehci-ppc-of bus glue (device-tree aware)
by Valentine Barshak
· 17 years ago
e96ffe2
USB: add Marvell Orion USB host support
by Tzachi Perelstein
· 17 years ago
f570728
USB: ehci-hcd: fix sparse warning about shadowing 'status' symbol
by Marcin Slusarz
· 17 years ago
07d29b6
USB: EHCI: add separate IAA watchdog timer
by Alan Stern
· 17 years ago
694cc20
USB: convert ehci debug files to use debugfs instead of sysfs
by Tony Jones
· 17 years ago
1cb5265
USB: fix up EHCI startup synchronization
by David Brownell
· 17 years ago
32fe019
USB: mutual exclusion for EHCI init and port resets
by Alan Stern
· 17 years ago
Next »