]> git.baikalelectronics.ru Git - kernel.git/commit
staging: HCD files for the DWC2 driver
authorPaul Zimmerman <Paul.Zimmerman@synopsys.com>
Tue, 12 Mar 2013 00:47:59 +0000 (17:47 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 12 Mar 2013 01:16:37 +0000 (18:16 -0700)
commit8507cdab548f2b24a273eba403d9a8bca6d0aad4
treef78d84be5836e49ba80d06191b1591aa41d59eb4
parent8091bbf435148a480df282a3885f6cce6dbc17d8
staging: HCD files for the DWC2 driver

These files contain the HCD code, and implement the Linux
hc_driver API. Support for both slave mode and buffer DMA mode
of the controller is included.

Signed-off-by: Paul Zimmerman <paulz@synopsys.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/dwc2/hcd.c [new file with mode: 0644]
drivers/staging/dwc2/hcd.h [new file with mode: 0644]
drivers/staging/dwc2/hcd_intr.c [new file with mode: 0644]
drivers/staging/dwc2/hcd_queue.c [new file with mode: 0644]