summaryrefslogtreecommitdiff
path: root/drivers/pci/access.c
AgeCommit message (Expand)Author
2023-12-13PCI: Move pci_clear_and_set_dword() helper to PCI headerShuai Xue
2023-08-25PCI: Simplify pcie_capability_clear_and_set_word() control flowBjorn Helgaas
2023-08-10PCI: Add locking to RMW PCI Express Capability Register accessorsIlpo Järvinen
2022-11-04PCI: Access Link 2 registers only for devices with LinksMaciej W. Rozycki
2022-03-04PCI: Reduce warnings on possible RW1C corruptionMark Tomlinson
2021-11-18PCI: Use PCI_ERROR_RESPONSE to identify config read errorsNaveen Naidu
2021-11-18PCI: Drop error data fabrication when config read failsNaveen Naidu
2021-11-18PCI: Use PCI_SET_ERROR_RESPONSE() for disconnected devicesNaveen Naidu
2021-11-18PCI: Set error response data when config read failsNaveen Naidu
2020-08-05Merge branch 'pci/misc'Bjorn Helgaas
2020-07-07PCI: Fix pci_cfg_wait queue locking problemBjorn Helgaas
2020-06-26PCI: Align PCIe capability and PCI accessor return valuesBolarinwa Olayemi Saheed
2019-10-18PCI/AER: Save AER Capability for suspend/resumePatel, Mayurkumar
2019-09-07PCI: Make pcie_downstream_port() available outside of access.cMika Westerberg
2018-10-04PCI: Uninline PCI bus accessors for better ftracingKeith Busch
2018-04-04Merge branch 'pci/vpd'Bjorn Helgaas
2018-03-19PCI: Tidy commentsBjorn Helgaas
2018-03-19PCI/VPD: Move VPD access code to vpd.cBjorn Helgaas
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler
2017-06-28PCI: Provide Kconfig option for lockless config space accessorsThomas Gleixner
2017-05-26PCI: Make error code types consistent in pci_{read,write}_config_*Brian Norris
2017-04-28Merge branch 'pci/misc' into nextBjorn Helgaas
2017-04-19PCI: Include PCI-to-PCIe bridges as "Downstream Ports"Bjorn Helgaas
2017-04-04PCI: Fix typo pci_cfg_access_lock() commentBrian Norris
2017-03-29PCI: Don't attempt config access to disconnected devicesKeith Busch
2017-03-29PCI: Export PCI device config accessorsKeith Busch
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar
2017-02-15Merge branch 'pci/vpd' into nextBjorn Helgaas
2017-02-03PCI: Increase VPD access timeout to 125msMatthew R. Ochs
2017-01-30PCI: Avoid possible deadlock on pci_lock and p->pi_lockBjorn Helgaas
2016-11-21PCI: Warn on possible RW1C corruption for sub-32 bit config writesBjorn Helgaas
2016-04-15PCI: Add pci_set_vpd_size() to set VPD sizeHariprasad Shenai
2016-03-10PCI: Sleep rather than busy-wait for VPD access completionBjorn Helgaas
2016-02-29PCI: Fold struct pci_vpd_pci22 into struct pci_vpdBjorn Helgaas
2016-02-29PCI: Rename VPD symbols to remove unnecessary "pci22"Bjorn Helgaas
2016-02-29PCI: Remove struct pci_vpd_ops.release function pointerBjorn Helgaas
2016-02-29PCI: Move pci_vpd_release() from header file to pci/access.cBjorn Helgaas
2016-02-29PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD codeBjorn Helgaas
2016-02-29PCI: Determine actual VPD size on first accessHannes Reinecke
2016-02-29PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busyBjorn Helgaas
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa
2015-09-24PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson
2015-09-24PCI: Fix devfn for VPD access through function 0Alex Williamson
2015-07-21PCI: Add dev_flags bit to access VPD through function 0Mark Rustad
2015-07-14PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)Bjorn Helgaas
2015-01-22PCI: Add generic config accessorsRob Herring
2014-11-13PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses