summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2/hcd.h
Commit message (Collapse)AuthorAgeFilesLines
* staging: dwc2: remove unneeded arguments from two functionsPaul Zimmerman2013-03-261-3/+3
| | | | | | | | | Remove the unneeded struct device *dev argument from dwc2_hcd_init() and dwc2_hcd_remove(), and pass in the value through the hsotg->dev member instead Signed-off-by: Paul Zimmerman <paulz@synopsys.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
* staging: HCD files for the DWC2 driverPaul Zimmerman2013-03-121-0/+737
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>