aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/access.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-10-18PCI/AER: Save AER Capability for suspend/resumePatel, Mayurkumar1-1/+1
2019-09-07PCI: Make pcie_downstream_port() available outside of access.cMika Westerberg1-9/+0
2018-10-04PCI: Uninline PCI bus accessors for better ftracingKeith Busch1-2/+2
2018-04-04Merge branch 'pci/vpd'Bjorn Helgaas1-368/+0
2018-03-19PCI: Tidy commentsBjorn Helgaas1-5/+7
2018-03-19PCI/VPD: Move VPD access code to vpd.cBjorn Helgaas1-368/+0
2018-02-01Merge branch 'pci/spdx' into nextBjorn Helgaas1-0/+1
2018-01-26PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas1-0/+1
2018-01-18PCI: Add wrappers for dev_printk()Frederick Lawler1-5/+3
2017-06-28PCI: Provide Kconfig option for lockless config space accessorsThomas Gleixner1-4/+12
2017-05-26PCI: Make error code types consistent in pci_{read,write}_config_*Brian Norris1-6/+6
2017-04-28Merge branch 'pci/misc' into nextBjorn Helgaas1-1/+1
2017-04-19PCI: Include PCI-to-PCIe bridges as "Downstream Ports"Bjorn Helgaas1-1/+2
2017-04-04PCI: Fix typo pci_cfg_access_lock() commentBrian Norris1-1/+1
2017-03-29PCI: Don't attempt config access to disconnected devicesKeith Busch1-0/+18
2017-03-29PCI: Export PCI device config accessorsKeith Busch1-0/+38
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-15Merge branch 'pci/vpd' into nextBjorn Helgaas1-1/+1
2017-02-03PCI: Increase VPD access timeout to 125msMatthew R. Ochs1-1/+1
2017-01-30PCI: Avoid possible deadlock on pci_lock and p->pi_lockBjorn Helgaas1-1/+2
2016-11-21PCI: Warn on possible RW1C corruption for sub-32 bit config writesBjorn Helgaas1-2/+14
2016-04-15PCI: Add pci_set_vpd_size() to set VPD sizeHariprasad Shenai1-0/+42
2016-03-10PCI: Sleep rather than busy-wait for VPD access completionBjorn Helgaas1-8/+10
2016-02-29PCI: Fold struct pci_vpd_pci22 into struct pci_vpdBjorn Helgaas1-30/+17
2016-02-29PCI: Rename VPD symbols to remove unnecessary "pci22"Bjorn Helgaas1-19/+19
2016-02-29PCI: Remove struct pci_vpd_ops.release function pointerBjorn Helgaas1-8/+1
2016-02-29PCI: Move pci_vpd_release() from header file to pci/access.cBjorn Helgaas1-0/+6
2016-02-29PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD codeBjorn Helgaas1-32/+30
2016-02-29PCI: Determine actual VPD size on first accessHannes Reinecke1-2/+85
2016-02-29PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busyBjorn Helgaas1-5/+5
2016-01-08PCI: Fix all whitespace issuesBogicevic Sasa1-4/+4
2015-09-24PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson1-22/+0
2015-09-24PCI: Fix devfn for VPD access through function 0Alex Williamson1-3/+6
2015-07-21PCI: Add dev_flags bit to access VPD through function 0Mark Rustad1-1/+60
2015-07-14PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)Bjorn Helgaas1-10/+13
2015-01-22PCI: Add generic config accessorsRob Herring1-0/+87
2014-11-13PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu1-1/+1
2014-06-10PCI: Merge multi-line quoted stringsRyan Desfosses1-4/+1
2014-05-27PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan1-8/+4
2014-01-13PCI: Remove unused pci_vpd_truncate()Stephen Hemminger1-24/+0
2013-08-28PCI: Remove pcie_cap_has_devctl()Bjorn Helgaas1-6/+1
2013-08-28PCI: Support PCIe Capability Slot registers only for ports with slotsBjorn Helgaas1-3/+3
2013-08-28PCI: Remove PCIe Capability version checksBjorn Helgaas1-6/+3
2013-08-28PCI: Allow PCIe Capability link-related register access for switchesBjorn Helgaas1-2/+6
2013-02-15PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGSAlex Williamson1-1/+1
2013-01-30PCI: Use PCI Express Capability accessorMyron Stowe1-2/+2
2012-08-23PCI: Add accessors for PCI Express CapabilityJiang Liu1-0/+202
2012-06-12PCI: export pci_user functions for use by other driversAlex Williamson1-2/+4
2012-01-06PCI: Introduce INTx check & mask APIJan Kiszka1-1/+1
2012-01-06PCI: Rework config space blocking servicesJan Kiszka1-26/+48