aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/pci/pci-driver.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-12PCI/PM: Simplify pci_pm_suspend_noirq()Rajvi Jingar1-12/+7
2022-09-12PCI/PM: Always disable PTM for all devices during suspendBjorn Helgaas1-0/+11
2022-05-31Merge tag 'iommu-updates-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-0/+18
2022-05-05PCI/PM: Replace pci_set_power_state() in pci_pm_thaw_noirq()Rafael J. Wysocki1-2/+7
2022-05-05PCI/PM: Drop the runtime_d3cold device flagRafael J. Wysocki1-2/+0
2022-05-05PCI/PM: Resume subordinate bus in bus type callbacksRafael J. Wysocki1-2/+13
2022-05-05PCI/PM: Power up all devices during runtime resumeRafael J. Wysocki1-1/+1
2022-05-05PCI/PM: Define pci_restore_standard_config() only for CONFIG_PM_SLEEPKrzysztof Kozlowski1-6/+11
2022-04-28bus: platform,amba,fsl-mc,PCI: Add device DMA ownership managementLu Baolu1-0/+18
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+16
2022-03-08PM: sleep: Add device name to suspend_report_result()Youngjin Jang1-7/+7
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-2/+2
2022-02-16pci: Decouple HK_FLAG_WQ and HK_FLAG_DOMAIN cpumask fetchFrederic Weisbecker1-5/+16
2021-11-11Revert "PCI: Use to_pci_driver() instead of pci_dev->driver"Bjorn Helgaas1-17/+16
2021-11-11Revert "PCI: Remove struct pci_dev->driver"Bjorn Helgaas1-0/+4
2021-11-05Merge branch 'pci/misc'Bjorn Helgaas1-1/+1
2021-11-05Merge branch 'pci/hotplug'Bjorn Helgaas1-1/+1
2021-10-18PCI: Remove struct pci_dev->driverUwe Kleine-König1-4/+0
2021-10-18PCI: Use to_pci_driver() instead of pci_dev->driverUwe Kleine-König1-16/+17
2021-10-16PCI/ERR: Reduce compile time for CONFIG_PCIEAER=nLukas Wunner1-1/+1
2021-10-12PCI: Drop pci_device_probe() test of !pci_dev->driverUwe Kleine-König1-1/+1
2021-10-12PCI: Drop pci_device_remove() test of pci_dev->driverUwe Kleine-König1-9/+7
2021-10-08PCI: Correct misspelled and remove duplicated wordsKrzysztof Wilczyński1-1/+1
2021-09-02Merge tag 'vfio-v5.15-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds1-7/+21
2021-08-26PCI: Add 'override_only' field to struct pci_device_idMax Gurtovoy1-7/+21
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-2/+1
2021-05-19PCI: Add support for dev_groups to struct pci_driverAndrey Grodzovsky1-0/+1
2020-12-15Merge branch 'pci/misc'Bjorn Helgaas1-2/+2
2020-11-30PCI: Fix kernel-doc markupMauro Carvalho Chehab1-2/+2
2020-11-20PCI: Avoid duplicate IDs in driver dynamic IDs listZhenzhong Duan1-1/+1
2020-11-20PCI: Move pci_match_device() ahead of new_id_store()Zhenzhong Duan1-72/+73
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-26/+0
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig1-0/+1
2020-09-29PCI/PM: Remove unused pcibios_pm_opsVaibhav Gupta1-26/+0
2020-07-08PCI: Restrict probe functions to housekeeping CPUsAlex Belits1-1/+4
2020-04-24PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki1-4/+4
2020-04-24PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki1-2/+2
2020-04-24PM: sleep: core: Rework the power.may_skip_resume handlingRafael J. Wysocki1-5/+3
2020-04-24PM: sleep: core: Do not skip callbacks in the resume phaseRafael J. Wysocki1-8/+10
2019-11-20PCI/PM: Add missing link delays required by the PCIe specMika Westerberg1-1/+10
2019-11-20PCI/PM: Move power state update away from pci_power_up()Rafael J. Wysocki1-0/+1
2019-11-20PCI/PM: Remove unused pci_driver.suspend_late() hookBjorn Helgaas1-21/+1
2019-11-20PCI/PM: Remove unused pci_driver.resume_early() hookBjorn Helgaas1-17/+6
2019-11-20PCI/PM: Use pci_WARN() to include device informationBjorn Helgaas1-17/+17
2019-11-20PCI/PM: Use PCI dev_printk() wrappers for consistencyBjorn Helgaas1-5/+6
2019-11-20PCI/PM: Make power management op coding style consistentBjorn Helgaas1-40/+36
2019-11-20PCI/PM: Run resume fixups before disabling wakeup eventsBjorn Helgaas1-9/+7
2019-11-20PCI/PM: Clear PCIe PME Status even for legacy power managementBjorn Helgaas1-2/+1
2019-11-20PCI/PM: Always return devices to D0 when thawingDexuan Cui1-6/+11
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-7/+9