summaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-pci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: dwc3: pci: pass the platform device as a parameter to dwc3_pci_quirks()Heikki Krogerus2016-04-281-8/+5Star
* usb: dwc3: pci: make build-in device properties availableHeikki Krogerus2016-04-281-3/+4
* usb: dwc3: pci: add ID for one more Intel Broxton platformHeikki Krogerus2016-04-061-0/+2
* usb: dwc3: pci: add support for Intel Broxton SOCHeikki Krogerus2015-11-161-0/+4
* usb: dwc3: pci: Set enblslpm quirk for Synopsys platformsJohn Youn2015-10-091-0/+1
* usb: dwc3: pci: Add platform data for Synopsys HAPSJohn Youn2015-10-091-0/+15
* usb: dwc3: pci: trivial: FormattingJohn Youn2015-10-091-8/+8
* usb: dwc3: pci: Add the PCI Product ID for Synopsys USB 3.1John Youn2015-10-091-0/+5
* usb: dwc3: pci: Add the Synopsys HAPS AXI Product IDJohn Youn2015-10-091-0/+5
* usb: dwc3: pci: passing forward the ACPI companionHeikki Krogerus2015-09-271-0/+1
* usb: dwc3: pci: make better use of gpiod APIUwe Kleine-König2015-07-291-10/+16
* usb: dwc3: pci: add quirk for BaytrailsHeikki Krogerus2015-05-131-0/+36
* usb: move definition of PCI_VENDOR_ID_SYNOPSYS to linux/pci_ids.hJoseph Kogut2015-03-101-2/+0Star
* Merge tag 'v3.19-rc5' into nextFelipe Balbi2015-01-191-0/+4
|\
| * usb: dwc3: pci: add support for Intel Sunrise Point PCHHeikki Krogerus2014-12-221-0/+4
* | usb: dwc3: pci: code cleanupHeikki Krogerus2015-01-151-54/+42Star
* | usb: dwc3: pci: rely on default PM callbacks from PCI driver utilityHeikki Krogerus2015-01-151-34/+0Star
* | usb: dwc3: pci: remove registration of NOP PHYsHeikki Krogerus2015-01-151-68/+0Star
|/
* usb: dwc3: add support for AMD Nolan platformHuang Rui2014-11-031-0/+26
* usb: dwc3: initialize platform data at pci glue layerHuang Rui2014-11-031-0/+9
* usb: dwc3: pci: Add PCI ID for Intel BraswellAlan Cox2014-10-201-0/+2
* usb: dwc3: remove unnecessary OOM messagesJingoo Han2014-08-201-3/+1Star
* usb: dwc3: convert to pcim_enable_device()Andy Shevchenko2014-05-151-8/+3Star
* usb: dwc3: no need to initialize ret variableAndy Shevchenko2014-05-151-1/+1
* usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generi...Felipe Balbi2014-04-211-1/+1
* usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi2014-04-211-3/+3
* usb: dwc3: fix the glue drivers using the nop phyHeikki Krogerus2013-12-191-0/+1
* usb: dwc3: pci: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han2013-12-061-1/+1
* Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman2013-09-301-0/+2
|\
| * usb: dwc3: add support for MerrifieldDavid Cohen2013-09-271-0/+2
* | usb: dwc3: Remove redundant pci_set_drvdataSachin Kamat2013-09-261-2/+0Star
|/
* usb: dwc3: pci: add support for BayTrailHeikki Krogerus2013-09-171-0/+2
* Merge branch 'nop-phy-rename' into nextFelipe Balbi2013-08-091-4/+4
|\
| * usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior2013-08-091-4/+4
* | usb: dwc3: pci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-021-7/+3Star
* | usb: dwc3: switch to GPL v2 onlyFelipe Balbi2013-07-291-28/+8Star
|/
* Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2013-06-121-1/+0Star
|\
| * usb: dwc3: remove redundant D0 power state setYijing Wang2013-05-311-1/+0Star
* | usb: dwc3: pci: PHY should be deleted later than dwc3 corePeter Chen2013-05-281-1/+1
|/
* usb: dwc3: pci: add basic suspend/resume supportFelipe Balbi2013-03-181-0/+38
* usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi2013-03-041-2/+0Star
* usb: remove use of __devexitBill Pemberton2012-11-211-1/+1
* usb: remove use of __devinitBill Pemberton2012-11-211-2/+2
* usb: remove use of __devexit_pBill Pemberton2012-11-211-1/+1
* usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior2012-10-311-14/+2Star
* usb: dwc3: pci: add nop transceiver supportFelipe Balbi2012-09-101-0/+67
* Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-03-201-27/+26Star
|\
| * usb: dwc3: pci: fix another failure path in dwc3_pci_probe()Felipe Balbi2012-03-131-0/+1
| * usb: dwc3: pci: fix failure path in dwc3_pci_probe()Paul Zimmerman2012-03-021-1/+3
| * usb: dwc3: clean up whitespace damage, typos, missing parens, etc.Paul Zimmerman2012-03-021-2/+2