summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd-pci.c
Commit message (Expand)AuthorAgeFilesLines
* usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle2023-10-021-2/+1
* USB: Extend pci resume function to handle PM eventsBasavaraj Natikar2023-05-131-11/+13
* xhci: disable U3 suspended ports in S4 hibernate poweroff_late stageMathias Nyman2022-11-301-0/+13
* USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus2022-09-011-6/+1
* USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green2022-04-231-2/+2
* usb: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy2022-04-211-1/+0
* Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2022-03-261-1/+1
|\
| * USB: hcd-pci: Use PCI_STD_NUM_BARS when checking standard BARsBjorn Helgaas2022-01-261-1/+1
* | PM: sleep: Add device name to suspend_report_result()Youngjin Jang2022-03-081-2/+2
|/
* usb: core: Replace in_interrupt() in commentsAhmed S. Darwish2020-10-281-2/+4
* usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko2020-08-181-1/+4
* usb: hcd: Try MSI interrupts on PCI devicesAndy Shevchenko2020-07-211-4/+10
* usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul2020-05-151-3/+4
* remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig2020-01-061-1/+1
* PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov2019-10-141-1/+1
* Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman2019-09-021-22/+8
|\
| * usb: hcd: use managed device resourcesSchmid, Carsten2019-08-281-22/+8
* | USB: core: hcd-pci: Use dev_get_drvdata where possibleChuhong Yuan2019-07-251-2/+1
|/
* usb: Don't die twice if PCI xhci host is not responding in resumeMathias Nyman2018-09-051-2/+0
* USB: core: Remove redundant license textGreg Kroah-Hartman2017-11-041-14/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB / PCI / PM: Allow the PCI core to do the resume cleanupRafael J. Wysocki2017-06-151-6/+1
* usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski2016-04-131-0/+9
* Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2016-03-171-1/+1
|\
| * usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman2016-01-241-1/+1
* | PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas2016-02-051-1/+0
|/
* USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki2014-12-041-11/+0
* USB: core: hcd-pci: free IRQ before disabling PCI device when shutting downJiang Liu2014-07-221-0/+2
* usb: remove redundant D0 power state setYijing Wang2014-05-271-1/+0
* USB: fix crash during hotplug of PCI USB controller cardAlan Stern2014-04-161-1/+1
* usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen2013-12-081-0/+1
* usb: core: implement AMD remote wakeup quirkHuang Rui2013-09-251-0/+3
* usb: fix some scripts/kernel-doc warningsYacine Belkadi2013-08-031-0/+2
* USB: improve port transitions when EHCI starts upAlan Stern2013-03-281-85/+129
* USB: xhci: correctly enable interruptsHannes Reinecke2013-03-151-9/+14
* USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern2012-06-131-9/+0
* USB: EHCI: fix crash during suspend on ASUS computersAlan Stern2012-04-241-0/+9
* usb: fix defined but not used warnings in hcd-pci.cPaul Gortmaker2012-02-281-0/+2
* USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp2012-02-141-1/+4
* USB: Remove the SAW_IRQ hcd flagAlan Stern2011-11-141-4/+0
* USB: irq: Remove IRQF_DISABLEDYong Zhang2011-09-181-1/+1
* Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2011-03-161-19/+37
|\
| * USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp2011-03-131-4/+23
| * usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp2011-03-131-10/+10
| * USB: move usbcore away from hcd->stateAlan Stern2011-03-071-7/+6
* | PM: Remove CONFIG_PM_OPSRafael J. Wysocki2011-03-151-2/+2
|/
* xHCI: synchronize irq in xhci_suspend()Andiry Xu2011-01-141-1/+6
* USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei2010-11-161-1/+0
* OHCI: work around for nVidia shutdown problemAlan Stern2010-10-221-1/+3
* USB: core: hcd-pci: use for_each_pci_dev()Kulikov Vasiliy2010-08-101-4/+1