]> git.baikalelectronics.ru Git - kernel.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)
commit43e505df5a4dc8c8d2ec9a32790e267cd2d8ef4f
treea745653349bb15e732a02c90e28f1c179fe7dc81
parent8273cde39e93557f3e05a26a35a012c384cfabdd
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]