dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/tile/gxio
Chris Metcalf d1cc1732cc arch/tile: provide kernel support for the tilegx USB shim
This change adds support for accessing the USB shim from within the
kernel.  Note that this change by itself does not allow the kernel
to act as a host or as a device; it merely exposes the built-in on-chip
hardware to the kernel.

The <arch/usb_host.h> and <arch/usb_host_def.h> headers are empty at
the moment because the kernel does not require any types or definitions
specific to the tilegx USB shim; the generic USB core code is all we need.
The headers are left in as stubs so that we don't need to modify the
hypervisor header (drv_usb_host_intf.h) from upstream.

Signed-off-by: Chris Metcalf <cmetcalf@tilera.com>
2012-07-18 16:40:24 -04:00
..
Kconfig arch/tile: provide kernel support for the tilegx USB shim 2012-07-18 16:40:24 -04:00
Makefile arch/tile: provide kernel support for the tilegx USB shim 2012-07-18 16:40:24 -04:00
dma_queue.c
iorpc_globals.c
iorpc_mpipe.c arch/tile: provide kernel support for the tilegx mPIPE shim 2012-07-11 16:04:55 -04:00
iorpc_mpipe_info.c arch/tile: provide kernel support for the tilegx mPIPE shim 2012-07-11 16:04:55 -04:00
iorpc_trio.c arch/tile: provide kernel support for the tilegx TRIO shim 2012-07-11 16:04:58 -04:00
iorpc_usb_host.c arch/tile: provide kernel support for the tilegx USB shim 2012-07-18 16:40:24 -04:00
kiorpc.c
mpipe.c arch/tile: provide kernel support for the tilegx mPIPE shim 2012-07-11 16:04:55 -04:00
trio.c arch/tile: provide kernel support for the tilegx TRIO shim 2012-07-11 16:04:58 -04:00
usb_host.c arch/tile: provide kernel support for the tilegx USB shim 2012-07-18 16:40:24 -04:00