aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core/hcd-pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-01USB: hcd-pci: Drop the unused id parameter from usb_hcd_pci_probe()Heikki Krogerus1-6/+1
2022-04-23USB: hcd-pci: Fully suspend across freeze/thaw cycleEvan Green1-2/+2
2022-04-21usb: Prepare cleanup of powerpc's asm/prom.hChristophe Leroy1-1/+0
2022-03-26Merge tag 'usb-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang1-2/+2
2022-01-26USB: hcd-pci: Use PCI_STD_NUM_BARS when checking standard BARsBjorn Helgaas1-1/+1
2020-10-28usb: core: Replace in_interrupt() in commentsAhmed S. Darwish1-2/+4
2020-08-18usb: hcd: Fix use after free in usb_hcd_pci_remove()Andy Shevchenko1-1/+4
2020-07-21usb: hcd: Try MSI interrupts on PCI devicesAndy Shevchenko1-4/+10
2020-05-15usb: hci: add hc_driver as argument for usb_hcd_pci_probeVinod Koul1-3/+4
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2019-10-14PCI: Add PCI_STD_NUM_BARS for the number of standard BARsDenis Efremov1-1/+1
2019-09-02Merge 5.3-rc7 into usb-nextGreg Kroah-Hartman1-22/+8
2019-08-28usb: hcd: use managed device resourcesSchmid, Carsten1-22/+8
2019-07-25USB: core: hcd-pci: Use dev_get_drvdata where possibleChuhong Yuan1-2/+1
2018-09-05usb: Don't die twice if PCI xhci host is not responding in resumeMathias Nyman1-2/+0
2017-11-04USB: core: Remove redundant license textGreg Kroah-Hartman1-14/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-06-15USB / PCI / PM: Allow the PCI core to do the resume cleanupRafael J. Wysocki1-6/+1
2016-04-13usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski1-0/+9
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+1
2016-02-05PCI: Remove includes of asm/pci-bridge.hBjorn Helgaas1-1/+0
2016-01-24usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman1-1/+1
2014-12-04USB / PM: Drop CONFIG_PM_RUNTIME from the USB coreRafael J. Wysocki1-11/+0
2014-07-22USB: core: hcd-pci: free IRQ before disabling PCI device when shutting downJiang Liu1-0/+2
2014-05-27usb: remove redundant D0 power state setYijing Wang1-1/+0
2014-04-16USB: fix crash during hotplug of PCI USB controller cardAlan Stern1-1/+1
2013-12-08usb: hcd: move controller wakeup setting initialization to individual driverPeter Chen1-0/+1
2013-09-25usb: core: implement AMD remote wakeup quirkHuang Rui1-0/+3
2013-08-03usb: fix some scripts/kernel-doc warningsYacine Belkadi1-0/+2
2013-03-28USB: improve port transitions when EHCI starts upAlan Stern1-85/+129
2013-03-15USB: xhci: correctly enable interruptsHannes Reinecke1-9/+14
2012-06-13USB: add NO_D3_DURING_SLEEP flag and revert 151b61284776be2Alan Stern1-9/+0
2012-04-24USB: EHCI: fix crash during suspend on ASUS computersAlan Stern1-0/+9
2012-02-28usb: fix defined but not used warnings in hcd-pci.cPaul Gortmaker1-0/+2
2012-02-14USB: Don't fail USB3 probe on missing legacy PCI IRQ.Sarah Sharp1-1/+4
2011-11-14USB: Remove the SAW_IRQ hcd flagAlan Stern1-4/+0
2011-09-18USB: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-03-16Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds1-19/+37
2011-03-15PM: Remove CONFIG_PM_OPSRafael J. Wysocki1-2/+2
2011-03-13USB: Set usb_hcd->state and flags for shared roothubs.Sarah Sharp1-4/+23
2011-03-13usb: Make usb_hcd_pci_probe labels more descriptive.Sarah Sharp1-10/+10
2011-03-07USB: move usbcore away from hcd->stateAlan Stern1-7/+6
2011-01-14xHCI: synchronize irq in xhci_suspend()Andiry Xu1-1/+6
2010-11-16USB: make usb_mark_last_busy use pm_runtime_mark_last_busyMing Lei1-1/+0
2010-10-22OHCI: work around for nVidia shutdown problemAlan Stern1-1/+3
2010-08-10USB: core: hcd-pci: use for_each_pci_dev()Kulikov Vasiliy1-4/+1
2010-08-10USB: add runtime PM for PCI-based host controllersAlan Stern1-14/+62
2010-08-10USB: fix race between root-hub wakeup & controller suspendAlan Stern1-0/+12
2010-08-10USB: add do_wakeup parameter for PCI HCD suspendAlan Stern1-1/+3