aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pci/access.c
Commit message (Expand)AuthorAge
* PCI: Uninline PCI bus accessors for better ftracingKeith Busch2018-10-04
* Merge branch 'pci/vpd'Bjorn Helgaas2018-04-04
|\
| * PCI/VPD: Move VPD access code to vpd.cBjorn Helgaas2018-03-19
* | PCI: Tidy commentsBjorn Helgaas2018-03-19
|/
* Merge branch 'pci/spdx' into nextBjorn Helgaas2018-02-01
|\
| * PCI: Add SPDX GPL-2.0 when no license was specifiedBjorn Helgaas2018-01-26
* | PCI: Add wrappers for dev_printk()Frederick Lawler2018-01-18
|/
* PCI: Provide Kconfig option for lockless config space accessorsThomas Gleixner2017-06-28
* PCI: Make error code types consistent in pci_{read,write}_config_*Brian Norris2017-05-26
* Merge branch 'pci/misc' into nextBjorn Helgaas2017-04-28
|\
| * PCI: Fix typo pci_cfg_access_lock() commentBrian Norris2017-04-04
* | PCI: Include PCI-to-PCIe bridges as "Downstream Ports"Bjorn Helgaas2017-04-19
* | PCI: Don't attempt config access to disconnected devicesKeith Busch2017-03-29
* | PCI: Export PCI device config accessorsKeith Busch2017-03-29
|/
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* Merge branch 'pci/vpd' into nextBjorn Helgaas2017-02-15
|\
| * PCI: Increase VPD access timeout to 125msMatthew R. Ochs2017-02-03
* | PCI: Avoid possible deadlock on pci_lock and p->pi_lockBjorn Helgaas2017-01-30
|/
* PCI: Warn on possible RW1C corruption for sub-32 bit config writesBjorn Helgaas2016-11-21
* PCI: Add pci_set_vpd_size() to set VPD sizeHariprasad Shenai2016-04-15
* PCI: Sleep rather than busy-wait for VPD access completionBjorn Helgaas2016-03-10
* PCI: Fold struct pci_vpd_pci22 into struct pci_vpdBjorn Helgaas2016-02-29
* PCI: Rename VPD symbols to remove unnecessary "pci22"Bjorn Helgaas2016-02-29
* PCI: Remove struct pci_vpd_ops.release function pointerBjorn Helgaas2016-02-29
* PCI: Move pci_vpd_release() from header file to pci/access.cBjorn Helgaas2016-02-29
* PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD codeBjorn Helgaas2016-02-29
* PCI: Determine actual VPD size on first accessHannes Reinecke2016-02-29
* PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busyBjorn Helgaas2016-02-29
* PCI: Fix all whitespace issuesBogicevic Sasa2016-01-08
* PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson2015-09-24
* PCI: Fix devfn for VPD access through function 0Alex Williamson2015-09-24
* PCI: Add dev_flags bit to access VPD through function 0Mark Rustad2015-07-21
* PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)Bjorn Helgaas2015-07-14
* PCI: Add generic config accessorsRob Herring2015-01-22
* PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu2014-11-13
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-10
* PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan2014-05-27
* PCI: Remove unused pci_vpd_truncate()Stephen Hemminger2014-01-13
* PCI: Remove pcie_cap_has_devctl()Bjorn Helgaas2013-08-28
* PCI: Support PCIe Capability Slot registers only for ports with slotsBjorn Helgaas2013-08-28
* PCI: Remove PCIe Capability version checksBjorn Helgaas2013-08-28
* PCI: Allow PCIe Capability link-related register access for switchesBjorn Helgaas2013-08-28
* PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGSAlex Williamson2013-02-15
* PCI: Use PCI Express Capability accessorMyron Stowe2013-01-30
* PCI: Add accessors for PCI Express CapabilityJiang Liu2012-08-23
* PCI: export pci_user functions for use by other driversAlex Williamson2012-06-12
* PCI: Introduce INTx check & mask APIJan Kiszka2012-01-06
* PCI: Rework config space blocking servicesJan Kiszka2012-01-06
* PCI: handle positive error codesGreg Thelen2011-05-10
* PCI: check pci_vpd_pci22_wait() returnGreg Thelen2011-05-10