summaryrefslogtreecommitdiffstats
path: root/drivers/staging/dwc2/pci.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-03staging: dwc2: remove redundant D0 power state setYijing Wang1-2/+0
2013-05-16staging: dwc2: use devm_ioremap_resource()Laurent Navet1-3/+3
2013-05-16staging: dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 boardFederico Vaga1-0/+4
2013-05-16staging: dwc2: remove some useless debug printsMatthijs Kooijman1-5/+0
2013-05-16staging: dwc2: add const to handling of dwc2_core_paramsStephen Warren1-1/+1
2013-04-11staging: dwc2: set the driver name to "dwc2"Matthijs Kooijman1-1/+1
2013-04-11staging: dwc2: register common irq handler in dwc2_core_initMatthijs Kooijman1-7/+0
2013-04-11staging: dwc2: don't pass IRQ_LEVEL to devm_request_irqMatthijs Kooijman1-1/+1
2013-03-25staging: dwc2: fix wrong setting of DMA masksPaul Zimmerman1-12/+0
2013-03-25staging: dwc2: remove unneeded arguments from two functionsPaul Zimmerman1-3/+4
2013-03-11staging: PCI bus interface for the DWC2 driverPaul Zimmerman1-0/+198