u-boot-brain/drivers/usb/host
Ilya Yanok c60795f41d usb: use linux/usb/ch9.h instead of usbdescriptors.h
Linux usb/ch9.h seems to have all the same information (and more)
as usbdescriptors.h so use the former instead of the later one.

As a consequense of this change USB_SPEED_* values don't correspond
directly to EHCI speed encoding anymore, I've added necessary
recoding in EHCI driver. Also there is no point to put speed into
pipe anymore so it's removed and a bunch of host drivers fixed to
look at usb_device->speed instead.

Old usbdescriptors.h included is not removed as it seems to be
used by old USB device code.

This makes usb.h and usbdevice.h incompatible. Fortunately the
only place that tries to include both are the old MUSB code and
it needs usb.h only for USB_DMA_MINALIGN used in aligned attribute
on musb_regs structure but this attribute seems to be unneeded
(old MUSB code doesn't support any DMA at all).

Signed-off-by: Ilya Yanok <ilya.yanok@cogentembedded.com>
2012-11-20 00:16:06 +01:00
..
ehci-armada100.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-atmel.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-exynos.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-fsl.c powerpc/usb: fix bug of CPU hang when missing USB PHY clock 2012-10-22 08:25:12 +02:00
ehci-hcd.c usb: use linux/usb/ch9.h instead of usbdescriptors.h 2012-11-20 00:16:06 +01:00
ehci-ixp4xx.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-marvell.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-mpc512x.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-mx5.c mx51: Fix USB PHY clocks 2012-10-15 11:54:11 -07:00
ehci-mx6.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-mxc.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-mxs.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-omap.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-pci.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-ppc4xx.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci-tegra.c tegra20: port to new ehci interface 2012-10-15 11:54:00 -07:00
ehci-vct.c usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
ehci.h usb: ehci: rework to take advantage of new lowlevel interface 2012-10-15 11:54:00 -07:00
isp116x-hcd.c usb: use linux/usb/ch9.h instead of usbdescriptors.h 2012-11-20 00:16:06 +01:00
isp116x.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
Makefile dm: Move s3c24xx USB driver to a proper place 2012-10-18 06:54:18 +02:00
ohci-at91.c AT91: change includes from asm/arch/io.h to asm/io.h 2011-05-18 07:56:51 +02:00
ohci-da8xx.c da8xx/hawkboard: Add support for ohci host controller 2012-09-01 14:58:19 +02:00
ohci-hcd.c usb: use linux/usb/ch9.h instead of usbdescriptors.h 2012-11-20 00:16:06 +01:00
ohci-s3c24xx.c usb: use linux/usb/ch9.h instead of usbdescriptors.h 2012-11-20 00:16:06 +01:00
ohci-s3c24xx.h dm: Move s3c24xx USB driver to a proper place 2012-10-18 06:54:18 +02:00
ohci.h drivers/usb/host/ohci-hcd: rename readl/writel to ohci_readl/ohci_writel 2010-06-30 21:38:10 +02:00
r8a66597-hcd.c usb: lowlevel interface change to support multiple controllers 2012-10-15 11:54:00 -07:00
r8a66597.h usb: r8a66597: Fix argument mistake of inl 2011-08-08 21:40:40 +02:00
s3c64xx-hcd.c s3c64xx: move s3c64xx header files to asm-arm/arch-s3c64xx 2009-11-27 16:26:13 -06:00
sl811-hcd.c usb: use linux/usb/ch9.h instead of usbdescriptors.h 2012-11-20 00:16:06 +01:00
sl811.h drivers/usb: regorganisation 2009-04-06 20:40:46 +02:00
utmi-armada100.c USB: Armada100: Add UTMI PHY interface driver 2012-03-19 00:08:26 +01:00