summaryrefslogtreecommitdiff
path: root/drivers/staging/dwc2/pci.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Move DWC2 driver out of stagingPaul Zimmerman1-178/+0
2013-12-03staging: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-09-26staging: dwc2: add microframe scheduler from downstream Pi kernelDom Cobley1-0/+1
2013-08-31staging: dwc2: validate the value for phy_utmi_widthMatthijs Kooijman1-1/+1
2013-07-24staging: dwc2: add driver parameter to set AHB config register valuePaul Zimmerman1-1/+1
2013-06-03staging: dwc2: remove redundant D0 power state setYijing Wang1-2/+0
2013-05-17staging: dwc2: use devm_ioremap_resource()Laurent Navet1-3/+3
2013-05-17staging: dwc2/pci.c: add STMICRO vendor and device ID for STA2X11 boardFederico Vaga1-0/+4
2013-05-17staging: dwc2: remove some useless debug printsMatthijs Kooijman1-5/+0
2013-05-17staging: dwc2: add const to handling of dwc2_core_paramsStephen Warren1-1/+1
2013-04-12staging: 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-26staging: dwc2: fix wrong setting of DMA masksPaul Zimmerman1-12/+0
2013-03-26staging: dwc2: remove unneeded arguments from two functionsPaul Zimmerman1-3/+4
2013-03-12staging: PCI bus interface for the DWC2 driverPaul Zimmerman1-0/+198