]> git.openfabrics.org - ~shefty/rdma-dev.git/commit
staging: Core files for the DWC2 driver
authorPaul Zimmerman <Paul.Zimmerman@synopsys.com>
Tue, 12 Mar 2013 00:47:58 +0000 (17:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Mar 2013 01:16:36 +0000 (18:16 -0700)
commit56f5b1cff22a1d6eeb3f7fc6981b8a55af43332b
treea745653349bb15e732a02c90e28f1c179fe7dc81
parent6f98b1a250cb6055ab5dde41a181b2c9cf026bc9
staging: Core files for the DWC2 driver

The core code provides basic services for accessing and managing
the DWC_otg hardware. These services are used by both the Host
Controller Driver and (in future) the Peripheral Controller Driver.

Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dwc2/core.c [new file with mode: 0644]
drivers/staging/dwc2/core.h [new file with mode: 0644]
drivers/staging/dwc2/core_intr.c [new file with mode: 0644]
drivers/staging/dwc2/hw.h [new file with mode: 0644]