aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/dwc3/dwc3-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-15usb: dwc3: convert to pcim_enable_device()Andy Shevchenko1-8/+3
2014-05-15usb: dwc3: no need to initialize ret variableAndy Shevchenko1-1/+1
2014-04-21usb: phy: rename <linux/usb/usb_phy_gen_xceiv.h> to <linux/usb/usb_phy_generic.h>Felipe Balbi1-1/+1
2014-04-21usb: phy: rename usb_nop_xceiv to usb_phy_genericFelipe Balbi1-3/+3
2013-12-19usb: dwc3: fix the glue drivers using the nop phyHeikki Krogerus1-0/+1
2013-12-06usb: dwc3: pci: remove DEFINE_PCI_DEVICE_TABLE macroJingoo Han1-1/+1
2013-09-29Merge 3.12-rc3 into usb-nextGreg Kroah-Hartman1-0/+2
2013-09-26usb: dwc3: add support for MerrifieldDavid Cohen1-0/+2
2013-09-25usb: dwc3: Remove redundant pci_set_drvdataSachin Kamat1-2/+0
2013-09-17usb: dwc3: pci: add support for BayTrailHeikki Krogerus1-0/+2
2013-08-09Merge branch 'nop-phy-rename' into nextFelipe Balbi1-4/+4
2013-08-09usb: phy: rename nop_usb_xceiv => usb_phy_gen_xceivSebastian Andrzej Siewior1-4/+4
2013-08-02usb: dwc3: pci: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han1-7/+3
2013-07-29usb: dwc3: switch to GPL v2 onlyFelipe Balbi1-28/+8
2013-06-12Merge tag 'usb-for-v3.11' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-nextGreg Kroah-Hartman1-1/+0
2013-06-01usb: dwc3: remove redundant D0 power state setYijing Wang1-1/+0
2013-05-28usb: dwc3: pci: PHY should be deleted later than dwc3 corePeter Chen1-1/+1
2013-03-18usb: dwc3: pci: add basic suspend/resume supportFelipe Balbi1-0/+38
2013-03-04usb: dwc3: glue layers shouldn't know about the core IPFelipe Balbi1-2/+0
2012-11-21usb: remove use of __devexitBill Pemberton1-1/+1
2012-11-21usb: remove use of __devinitBill Pemberton1-2/+2
2012-11-21usb: remove use of __devexit_pBill Pemberton1-1/+1
2012-10-31usb: dwc3: remove custom unique id handlingSebastian Andrzej Siewior1-14/+2
2012-09-10usb: dwc3: pci: add nop transceiver supportFelipe Balbi1-0/+67
2012-03-20Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-27/+26
2012-03-13usb: dwc3: pci: fix another failure path in dwc3_pci_probe()Felipe Balbi1-0/+1
2012-03-02usb: dwc3: pci: fix failure path in dwc3_pci_probe()Paul Zimmerman1-1/+3
2012-03-02usb: dwc3: clean up whitespace damage, typos, missing parens, etc.Paul Zimmerman1-2/+2
2012-03-02usb: dwc3: use devm_xxx functionsChanho Park1-25/+21
2012-02-09DWC3: use module_pci_driverGreg Kroah-Hartman1-11/+1
2012-01-04drivers/usb/dwc3/dwc3-pci.c: introduce missing kfreeJulia Lawall1-1/+1
2011-12-12usb: dwc3: move dwc3 device ID bitmap to core.cFelipe Balbi1-40/+5
2011-12-12usb: dwc3: fetch mode of operation from HWFelipe Balbi1-2/+2
2011-10-04usb: dwc: remove "All rights reserved" statement.Sebastian Andrzej Siewior1-1/+0
2011-08-23usb: include module.h in the DesignWare USB3 DRD driverStephen Rothwell1-0/+1
2011-08-22usb: Introduce DesignWare USB3 DRD DriverFelipe Balbi1-0/+219