aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/ehci-vt8500.c (follow)
AgeCommit message (Collapse)AuthorFilesLines
2011-05-03USB: EHCI: Support controllers with big endian capability regsJan Andersson1-1/+2
The two first HC capability registers (CAPLENGTH and HCIVERSION) are defined as one 8-bit and one 16-bit register. Most HC implementations have selected to treat these registers as part of a 32-bit register, giving the same layout for both big and small endian systems. This patch adds a new quirk, big_endian_capbase, to support controllers with big endian register interfaces that treat HCIVERSION and CAPLENGTH as individual registers. Signed-off-by: Jan Andersson <jan@gaisler.com> Acked-by: Alan Stern <stern@rowland.harvard.edu> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2010-11-11usb: Add support for VIA VT8500 and compatibles in EHCI HCDAlexey Charkov1-0/+172
VIA and WonderMedia Systems-on-Chip feature a standard EHCI host controller. This adds necessary glue to use the standard driver with these systems. Signed-off-by: Alexey Charkov <alchark@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>