aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/pci-driver.c
AgeCommit message (Expand)Author
2020-12-15Merge branch 'pci/misc'Bjorn Helgaas
2020-11-30PCI: Fix kernel-doc markupMauro Carvalho Chehab
2020-11-20PCI: Avoid duplicate IDs in driver dynamic IDs listZhenzhong Duan
2020-11-20PCI: Move pci_match_device() ahead of new_id_store()Zhenzhong Duan
2020-10-22Merge tag 'pci-v5.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig
2020-09-29PCI/PM: Remove unused pcibios_pm_opsVaibhav Gupta
2020-07-08PCI: Restrict probe functions to housekeeping CPUsAlex Belits
2020-04-24PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()Rafael J. Wysocki
2020-04-24PM: sleep: core: Rename dev_pm_may_skip_resume()Rafael J. Wysocki
2020-04-24PM: sleep: core: Rework the power.may_skip_resume handlingRafael J. Wysocki
2020-04-24PM: sleep: core: Do not skip callbacks in the resume phaseRafael J. Wysocki
2019-11-20PCI/PM: Add missing link delays required by the PCIe specMika Westerberg
2019-11-20PCI/PM: Move power state update away from pci_power_up()Rafael J. Wysocki
2019-11-20PCI/PM: Remove unused pci_driver.suspend_late() hookBjorn Helgaas
2019-11-20PCI/PM: Remove unused pci_driver.resume_early() hookBjorn Helgaas
2019-11-20PCI/PM: Use pci_WARN() to include device informationBjorn Helgaas
2019-11-20PCI/PM: Use PCI dev_printk() wrappers for consistencyBjorn Helgaas
2019-11-20PCI/PM: Make power management op coding style consistentBjorn Helgaas
2019-11-20PCI/PM: Run resume fixups before disabling wakeup eventsBjorn Helgaas
2019-11-20PCI/PM: Clear PCIe PME Status even for legacy power managementBjorn Helgaas
2019-11-20PCI/PM: Always return devices to D0 when thawingDexuan Cui
2019-07-15Merge tag 'pci-v5.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-07-08Merge branch 'pm-sleep'Rafael J. Wysocki
2019-07-03PCI: PM: Simplify bus-level hibernation callbacksRafael J. Wysocki
2019-07-03PM: ACPI/PCI: Resume all devices during hibernationRafael J. Wysocki
2019-06-30Merge back PCI power management material for v5.3.Rafael J. Wysocki
2019-06-27PCI: PM/ACPI: Refresh all stale power state data in pci_pm_complete()Rafael J. Wysocki
2019-06-26PCI: PM: Avoid skipping bus-level PM on platforms without ACPIRafael J. Wysocki
2019-06-24Merge back PCI power management material for v5.3.Rafael J. Wysocki
2019-06-17PCI: PM: Replace pci_dev_keep_suspended() with two functionsRafael J. Wysocki
2019-06-14PCI: PM: Skip devices in D0 for suspend-to-idleRafael J. Wysocki
2019-06-13PCI: Always allow probing with driver_overrideAlex Williamson
2019-05-30PCI: Return error if cannot probe VFAlex Williamson
2019-05-27PCI: PM: Avoid possible suspend-to-idle issueRafael J. Wysocki
2019-05-07Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-02-08PCI: Clean up usage of __u32 typeLogan Gunthorpe
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-12-15PCI: Remove unused attr variable in pci_dma_configureNathan Chancellor
2018-12-13ACPI / scan: Refactor _CCA enforcementRobin Murphy
2018-12-12PCI / PM: Allow runtime PM without callback functionsJarkko Nikula
2018-08-15Merge branch 'pci/misc'Bjorn Helgaas
2018-07-30PCI: Call dma_debug_add_bus() for pci_bus_type from PCI coreChristoph Hellwig
2018-06-29PCI/IOV: Reset total_VFs limit after detaching PF driverJakub Kicinski
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-05Merge tag 'pm-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2018-05-24PCI / PM: Do not clear state_saved for devices that remain suspendedRafael J. Wysocki
2018-05-17PCI/AER: Factor out error reporting to drivers/pci/pcie/err.cOza Pawandeep
2018-05-03drivers: remove force dma flag from busesChristoph Hellwig