aboutsummaryrefslogtreecommitdiff
path: root/drivers/pci/access.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge branch 'pci/misc'Gravatar Bjorn Helgaas 1-4/+4
2020-07-07PCI: Fix pci_cfg_wait queue locking problemGravatar Bjorn Helgaas 1-6/+2
2020-06-26PCI: Align PCIe capability and PCI accessor return valuesGravatar Bolarinwa Olayemi Saheed 1-4/+4
2019-10-18PCI/AER: Save AER Capability for suspend/resumeGravatar Patel, Mayurkumar 1-1/+1
2019-09-07PCI: Make pcie_downstream_port() available outside of access.cGravatar Mika Westerberg 1-9/+0
2018-10-04PCI: Uninline PCI bus accessors for better ftracingGravatar Keith Busch 1-2/+2
2018-04-04Merge branch 'pci/vpd'Gravatar Bjorn Helgaas 1-368/+0
2018-03-19PCI: Tidy commentsGravatar Bjorn Helgaas 1-5/+7
2018-03-19PCI/VPD: Move VPD access code to vpd.cGravatar Bjorn Helgaas 1-368/+0
2018-02-01Merge branch 'pci/spdx' into nextGravatar Bjorn Helgaas 1-0/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedGravatar Bjorn Helgaas 1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Gravatar Frederick Lawler 1-5/+3
2017-06-28PCI: Provide Kconfig option for lockless config space accessorsGravatar Thomas Gleixner 1-4/+12
2017-05-26PCI: Make error code types consistent in pci_{read,write}_config_*Gravatar Brian Norris 1-6/+6
2017-04-28Merge branch 'pci/misc' into nextGravatar Bjorn Helgaas 1-1/+1
2017-04-19PCI: Include PCI-to-PCIe bridges as "Downstream Ports"Gravatar Bjorn Helgaas 1-1/+2
2017-04-04PCI: Fix typo pci_cfg_access_lock() commentGravatar Brian Norris 1-1/+1
2017-03-29PCI: Don't attempt config access to disconnected devicesGravatar Keith Busch 1-0/+18
2017-03-29PCI: Export PCI device config accessorsGravatar Keith Busch 1-0/+38
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Gravatar Ingo Molnar 1-1/+1
2017-02-15Merge branch 'pci/vpd' into nextGravatar Bjorn Helgaas 1-1/+1
2017-02-03PCI: Increase VPD access timeout to 125msGravatar Matthew R. Ochs 1-1/+1
2017-01-30PCI: Avoid possible deadlock on pci_lock and p->pi_lockGravatar Bjorn Helgaas 1-1/+2
2016-11-21PCI: Warn on possible RW1C corruption for sub-32 bit config writesGravatar Bjorn Helgaas 1-2/+14
2016-04-15PCI: Add pci_set_vpd_size() to set VPD sizeGravatar Hariprasad Shenai 1-0/+42
2016-03-10PCI: Sleep rather than busy-wait for VPD access completionGravatar Bjorn Helgaas 1-8/+10
2016-02-29PCI: Fold struct pci_vpd_pci22 into struct pci_vpdGravatar Bjorn Helgaas 1-30/+17
2016-02-29PCI: Rename VPD symbols to remove unnecessary "pci22"Gravatar Bjorn Helgaas 1-19/+19
2016-02-29PCI: Remove struct pci_vpd_ops.release function pointerGravatar Bjorn Helgaas 1-8/+1
2016-02-29PCI: Move pci_vpd_release() from header file to pci/access.cGravatar Bjorn Helgaas 1-0/+6
2016-02-29PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD codeGravatar Bjorn Helgaas 1-32/+30
2016-02-29PCI: Determine actual VPD size on first accessGravatar Hannes Reinecke 1-2/+85
2016-02-29PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busyGravatar Bjorn Helgaas 1-5/+5
2016-01-08PCI: Fix all whitespace issuesGravatar Bogicevic Sasa 1-4/+4
2015-09-24PCI: Use function 0 VPD for identical functions, regular VPD for othersGravatar Alex Williamson 1-22/+0
2015-09-24PCI: Fix devfn for VPD access through function 0Gravatar Alex Williamson 1-3/+6
2015-07-21PCI: Add dev_flags bit to access VPD through function 0Gravatar Mark Rustad 1-1/+60
2015-07-14PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)Gravatar Bjorn Helgaas 1-10/+13
2015-01-22PCI: Add generic config accessorsGravatar Rob Herring 1-0/+87
2014-11-13PCI: Apply _HPX Link Control settings to all devices with a linkGravatar Yinghai Lu 1-1/+1
2014-06-10PCI: Merge multi-line quoted stringsGravatar Ryan Desfosses 1-4/+1
2014-05-27PCI: Fix return value from pci_user_{read,write}_config_*()Gravatar Gavin Shan 1-8/+4
2014-01-13PCI: Remove unused pci_vpd_truncate()Gravatar Stephen Hemminger 1-24/+0
2013-08-28PCI: Remove pcie_cap_has_devctl()Gravatar Bjorn Helgaas 1-6/+1
2013-08-28PCI: Support PCIe Capability Slot registers only for ports with slotsGravatar Bjorn Helgaas 1-3/+3
2013-08-28PCI: Remove PCIe Capability version checksGravatar Bjorn Helgaas 1-6/+3
2013-08-28PCI: Allow PCIe Capability link-related register access for switchesGravatar Bjorn Helgaas 1-2/+6
2013-02-15PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGSGravatar Alex Williamson 1-1/+1
2013-01-30PCI: Use PCI Express Capability accessorGravatar Myron Stowe 1-2/+2
2012-08-23PCI: Add accessors for PCI Express CapabilityGravatar Jiang Liu 1-0/+202