usb: add host support for the tilegx architecture
authorChris Metcalf <cmetcalf@tilera.com>
Wed, 9 May 2012 17:58:14 +0000 (13:58 -0400)
committerChris Metcalf <cmetcalf@tilera.com>
Wed, 18 Jul 2012 20:40:29 +0000 (16:40 -0400)
commit47fc28bff82a4dd5f6b41c97e335d10fc78a8e9a
tree829b845956f9f5f6b2997424fa1d6d72244b0d1b
parentd1cc1732cc62034542b042a4506d7c5043bc5e5e
usb: add host support for the tilegx architecture

This change adds OHCI and EHCI support for the tilegx's on-chip
USB hardware.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
arch/tile/Kconfig
arch/tile/kernel/Makefile
arch/tile/kernel/usb.c [new file with mode: 0644]
drivers/usb/host/ehci-hcd.c
drivers/usb/host/ehci-tilegx.c [new file with mode: 0644]
drivers/usb/host/ohci-hcd.c
drivers/usb/host/ohci-tilegx.c [new file with mode: 0644]
include/linux/usb/tilegx.h [new file with mode: 0644]
This page took 0.026186 seconds and 5 git commands to generate.