u-boot-brain/drivers/usb/musb
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
..
am35x.c musb: am35x: Workaround for fifo read issue 2010-08-12 16:40:00 +02:00
am35x.h musb: MSC host support for AM35x 2010-08-12 16:40:00 +02:00
blackfin_usb.c usb: musb: blackfin: check anomaly workarounds at runtime too 2011-04-02 09:38:24 +02:00
blackfin_usb.h usb: musb: fix Blackfin DMA register padding 2010-02-03 22:06:59 +01:00
da8xx.c da8xx/hawkboard: Add support for ohci host controller 2012-09-01 14:58:19 +02:00
davinci.c arm, usb, davinci: make USBPHY_CTL register configurable 2011-11-03 22:56:24 +01:00
davinci.h musb: Add host support for DM365 EVM 2010-02-03 22:06:59 +01:00
Makefile Switch from archive libraries to partial linking 2010-11-17 21:02:18 +01:00
musb_core.c usb: musb: constify a bit 2010-10-22 21:41:46 +02:00
musb_core.h usb: use linux/usb/ch9.h instead of usbdescriptors.h 2012-11-20 00:16:06 +01:00
musb_debug.h OMAP3 Add usb device support 2009-12-20 12:47:37 +01:00
musb_hcd.c usb: use linux/usb/ch9.h instead of usbdescriptors.h 2012-11-20 00:16:06 +01:00
musb_hcd.h usb: musb: add virtual root hub control support 2010-01-12 20:11:27 +01:00
musb_udc.c USB: musb_udc: Make musb_peri_rx_ep check for MUSB_RXCSR_RXPKTRDY 2012-10-23 08:33:17 -07:00
omap3.c ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and OMAP4 2010-08-05 10:11:34 -04:00
omap3.h ARMV7: Restructure omap3 musb driver to allow code sharing between OMAP3 and OMAP4 2010-08-05 10:11:34 -04:00