Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
52a3de5e123b3c36706b3904464a409b70e2d481
/
drivers
/
usb
/
host
/
ohci-hcd.c
bf49571
usb: ohci: Add support for interrupt queues
by Hans de Goede
· 9 years ago
d563e62
usb: ohci: Add an ohci_alloc_urb() function
by Hans de Goede
· 9 years ago
44dbc33
usb: ohci: Do not reuse ed for interrupt endpoints of different devices
by Hans de Goede
· 9 years ago
58b4048
usb: ohci: Add dm support
by Hans de Goede
· 9 years ago
8f761f0
usb: ohci: Skip unnecessary mdelay(1) calls in various places
by Hans de Goede
· 9 years ago
969bb5b
usb: ohci: Remove unnecessary delays from hc_start and power power-on paths
by Hans de Goede
· 9 years ago
47976d2
usb: ohci: Do not resubmit and leak urbs for interrupt packets
by Hans de Goede
· 9 years ago
fa5b9ba
usb: ohci: Don't log an error on interrupt packet timeout
by Hans de Goede
· 9 years ago
8d005ef
usb: ohci: Add proper cache flushing / invalidating for non cache coherent cpus
by Hans de Goede
· 9 years ago
cae01cb
usb: ohci: Fix ctrl in messages with a data-len of 0
by Hans de Goede
· 9 years ago
6651c14
usb: ohci: Move static func and var declarations from ohci.h to ohci-hcd.c
by Hans de Goede
· 9 years ago
26548bb
usb: ohci: Remove unnecessary phcca variable
by Hans de Goede
· 9 years ago
3c5497d
usb: ohci: Move the td array struct to inside the ohci_dev struct
by Hans de Goede
· 9 years ago
19d95d5
usb: ohci: Move the ohci_dev struct to inside the main ohci struct
by Hans de Goede
· 9 years ago
c5613df
usb: ohci: Pass around a pointer to ohci_t rather then accessing global vars
by Hans de Goede
· 9 years ago
69710ce
usb: ohci: Remove unused devgone global variable
by Hans de Goede
· 9 years ago
cba1da4
include: move various macros to include/linux/kernel.h
by Masahiro Yamada
· 10 years ago
f216844
ARM: remove CONFIG_ARM920T defines
by Masahiro Yamada
· 10 years ago
eb838e7
usb: create common header virtual root hub descriptors
by Stephen Warren
· 11 years ago
522c956
usb: ohci-hcd: submit_common_msg: report actual_length properly
by Mateusz Kulikowski
· 11 years ago
06d513e
usb: add enum usb_init_type parameter to usb_lowlevel_init
by Troy Kisky
· 11 years ago
16297cf
usb: new board-specific USB init interface
by Mateusz Zalega
· 11 years ago
1a45966
Add GPL-2.0+ SPDX-License-Identifier to source files
by Wolfgang Denk
· 11 years ago
e532322
arm: Remove support for unused s3c64xx
by Benoît Thébaudeau
· 12 years ago
c60795f
usb: use linux/usb/ch9.h instead of usbdescriptors.h
by Ilya Yanok
· 12 years ago
c7e3b2b
usb: lowlevel interface change to support multiple controllers
by Lucas Stach
· 12 years ago
f1273f1
USB: Fix strict aliasing in ohci-hcd
by Troy Kisky
· 12 years ago
5b84dd6
usb: replace wait_ms() with mdelay()
by Mike Frysinger
· 13 years ago
f9636e8
USB: move keyboard polling into kbd driver
by amartin@nvidia.com
· 13 years ago
5f6aa03
USB: Fix complaints about strict aliasing in OHCI-HCD
by Marek Vasut
· 13 years ago
c4c9fbe
consolidate mdelay by providing a common function for all users
by Anatolij Gustschin
· 13 years ago
6bc52ef
drivers/usb/host/ohci-hcd.c: fix warning: variable ... set but not used
by Wolfgang Denk
· 13 years ago
96820a3
Fix EHCI usb submit timeout and unify with OHCI
by Simon Glass
· 14 years ago
f2443d1
USB: Make non-bulk delay longer in OHCI
by Marek Vasut
· 14 years ago
a5496a1
drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel
by Becky Bruce
· 14 years ago
ac67804
Add a unified s3c24x0 header file
by kevin.morfitt@fearnside-systems.co.uk
· 15 years ago
792a09e
Fix e-mail address of Gary Jennejohn.
by Detlev Zundel
· 15 years ago
2731b9a
drivers/usb: regorganisation
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
[Renamed (99%) from drivers/usb/usb_ohci.c]
ae0b05d
Fix whitespace damage: double space changed to a tab
by Jerry Van Baren
· 16 years ago
d10c5a8
drivers/usb: Move conditional compilation to Makefile
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
50bd005
Merge git://git.denx.de/u-boot into x1
by Markus Klotzbuecher
· 16 years ago
6d0f6bc
rename CFG_ macros to CONFIG_SYS
by Jean-Christophe PLAGNIOL-VILLARD
· 16 years ago
4886720
fix USB initialisation procedure
by Remy Bohmer
· 16 years ago
6f5794a
Refactoring parts of the common USB OHCI code
by Remy Bohmer
· 16 years ago
eba1f2f
Make usb-stop() safe to call multiple times in a row.
by Remy Bohmer
· 16 years ago
e90fb6a
USB EHCI: reset root hub
by Yuri Tikhonov
· 16 years ago
8262813
USB: Add support for OHCI controller on S3C6400
by Guennadi Liakhovetski
· 16 years ago
fb63939
Fix endianess conversion in usb_ohci.c
by Christian Eggers
· 16 years ago
477434c
USB: add support for multiple PCI OHCI controllers
by Sergei Poselenov
· 16 years ago
83fe323
USB: remove a cpu bug workaround for an unsupported architecture.
by Markus Klotzbücher
· 17 years ago
f957576
USB: fix those pesky aliasing warnings issued by gcc-4.2
by Markus Klotzbücher
· 17 years ago
6c0e9a8
Remove duplicate #undef SHOW_INFO in drivers/usb/usb_ohci.c
by Gururaja Hebbar K R
· 17 years ago
2596f5b
usb: Add CFG_OHCI_USE_NPS to common USB-OHCI driver
by Stefan Roese
· 17 years ago
3afac79
USB: Add Philips 1561 PCI-OHCI ids (needed for M5475EVB)
by TsiChung Liew
· 17 years ago
e455866
drivers/usb : move usb drivers to drivers/usb
by Jean-Christophe PLAGNIOL-VILLARD
· 17 years ago
[Renamed from drivers/usb_ohci.c]
e8da58f
Fix build problems with mp2usb board
by Wolfgang Denk
· 17 years ago
f930922
Merge with git://www.denx.de/git/u-boot.git
by Markus Klotzbuecher
· 17 years ago
97213f3
Description: Add NEC's PCI OHCI module ID to the USB OHCI driver
by David Saada
· 17 years ago
4a8527e
MPC5xxx: fix some compiler warnings in USB code
by Martin Krause
· 17 years ago
be5d72d
Minor coding style cleanup. Update CHANGELOG.
by Wolfgang Denk
· 17 years ago
9b7464a
USB: This patch fix readl in ohci swap reg access.
by Jason Jin
· 17 years ago
fc43be4
USB/OHCI: endianness cleanup in the generic ohci driver
by Markus Klotzbuecher
· 17 years ago
4dae14c
USB PCI-OHCI, interrupt pipe and usb event poll support
by Zhang Wei
· 17 years ago
d98c088
USB: (Another) delay for crappy USB keys.
by Rodolfo Giometti
· 18 years ago
ae79f60
USB: remove the S3C24X0_merge #define, which was introduced while
by Markus Klotzbuecher
· 18 years ago
ae3b770
Fix some endianness issues related to the generic ohci driver
by Markus Klotzbuecher
· 18 years ago
7b59b3c
Introduced the configuration option CONFIG_USB_OHCI_NEW in order to be able
by Markus Klotzbuecher
· 18 years ago
53e336e
Modified the mpc5xxx and the ppc4xx cpu to use the generic OHCI driver
by Markus Klotzbuecher
· 18 years ago
ddf83a2
Support generic OHCI support for the s3c24x0 cpu.
by Markus Klotzbuecher
· 18 years ago
301f1aa
Changed the mp2usb (at91rm9200) board to use the generic OHCI driver. Some
by Markus Klotzbuecher
· 18 years ago
24e3764
More cleanup for the delta board and the generic usb_ohci driver. Added
by Markus Klotzbuecher
· 18 years ago
3e326ec
This patch adds USB storage support for the delta board. This is the first
by Markus Klotzbuecher
· 18 years ago