summaryrefslogtreecommitdiffstats
path: root/drivers/pci/access.c
Commit message (Expand)AuthorAgeFilesLines
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-1/+1
* Merge branch 'pci/vpd' into nextBjorn Helgaas2017-02-151-1/+1
|\
| * PCI: Increase VPD access timeout to 125msMatthew R. Ochs2017-02-031-1/+1
* | PCI: Avoid possible deadlock on pci_lock and p->pi_lockBjorn Helgaas2017-01-301-1/+2
|/
* PCI: Warn on possible RW1C corruption for sub-32 bit config writesBjorn Helgaas2016-11-211-2/+14
* PCI: Add pci_set_vpd_size() to set VPD sizeHariprasad Shenai2016-04-151-0/+42
* PCI: Sleep rather than busy-wait for VPD access completionBjorn Helgaas2016-03-101-8/+10
* PCI: Fold struct pci_vpd_pci22 into struct pci_vpdBjorn Helgaas2016-03-011-30/+17Star
* PCI: Rename VPD symbols to remove unnecessary "pci22"Bjorn Helgaas2016-03-011-19/+19
* PCI: Remove struct pci_vpd_ops.release function pointerBjorn Helgaas2016-03-011-8/+1Star
* PCI: Move pci_vpd_release() from header file to pci/access.cBjorn Helgaas2016-03-011-0/+6
* PCI: Move pci_read_vpd() and pci_write_vpd() close to other VPD codeBjorn Helgaas2016-03-011-32/+30Star
* PCI: Determine actual VPD size on first accessHannes Reinecke2016-03-011-2/+85
* PCI: Use bitfield instead of bool for struct pci_vpd_pci22.busyBjorn Helgaas2016-03-011-5/+5
* PCI: Fix all whitespace issuesBogicevic Sasa2016-01-081-4/+4
* PCI: Use function 0 VPD for identical functions, regular VPD for othersAlex Williamson2015-09-251-22/+0Star
* PCI: Fix devfn for VPD access through function 0Alex Williamson2015-09-251-3/+6
* PCI: Add dev_flags bit to access VPD through function 0Mark Rustad2015-07-211-1/+60
* PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)Bjorn Helgaas2015-07-151-10/+13
* PCI: Add generic config accessorsRob Herring2015-01-221-0/+87
* PCI: Apply _HPX Link Control settings to all devices with a linkYinghai Lu2014-11-131-1/+1
* PCI: Merge multi-line quoted stringsRyan Desfosses2014-06-111-4/+1Star
* PCI: Fix return value from pci_user_{read,write}_config_*()Gavin Shan2014-05-281-8/+4Star
* PCI: Remove unused pci_vpd_truncate()Stephen Hemminger2014-01-131-24/+0Star
* PCI: Remove pcie_cap_has_devctl()Bjorn Helgaas2013-08-291-6/+1Star
* PCI: Support PCIe Capability Slot registers only for ports with slotsBjorn Helgaas2013-08-291-3/+3
* PCI: Remove PCIe Capability version checksBjorn Helgaas2013-08-291-6/+3Star
* PCI: Allow PCIe Capability link-related register access for switchesBjorn Helgaas2013-08-281-2/+6
* PCI: Fix PCI Express Capability accessors for PCI_EXP_FLAGSAlex Williamson2013-02-151-1/+1
* PCI: Use PCI Express Capability accessorMyron Stowe2013-01-311-2/+2
* PCI: Add accessors for PCI Express CapabilityJiang Liu2012-08-231-0/+202
* PCI: export pci_user functions for use by other driversAlex Williamson2012-06-121-2/+4
* PCI: Introduce INTx check & mask APIJan Kiszka2012-01-061-1/+1
* PCI: Rework config space blocking servicesJan Kiszka2012-01-061-26/+48
* PCI: handle positive error codesGreg Thelen2011-05-111-3/+13
* PCI: check pci_vpd_pci22_wait() returnGreg Thelen2011-05-111-0/+2
* PCI: output FW warning in pci_read/write_vpdPrarit Bhargava2010-05-191-1/+6
* PCI: Convert pci_lock to raw_spinlockThomas Gleixner2010-05-111-17/+17
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* PCI: Add pci_bus_set_opsHuang Ying2009-06-161-0/+19
* docbooks: add/fix PCI kernel-docRandy Dunlap2009-04-221-2/+2
* PCI: Fix oops in pci_vpd_truncateAnton Vorontsov2009-04-071-1/+2
* PCI: add interface to set visible size of VPDStephen Hemminger2009-01-071-0/+23
* PCI: revise VPD access interfaceStephen Hemminger2009-01-071-57/+99
* PCI: handle long delays in VPD accessStephen Hemminger2009-01-071-22/+33
* PCI: Limit VPD read/write lengths for Broadcom 5706, 5708, 5709 rev.Benjamin Li2008-07-021-10/+4Star
* PCI: Expose PCI VPD through sysfsBen Hutchings2008-04-211-0/+166
* [PATCH] severing module.h->sched.hAl Viro2006-12-041-0/+1
* PCI: Block on access to temporarily unavailable pci deviceMatthew Wilcox2006-12-011-28/+47
* [PATCH] PCI: drivers/pci/: small cleanupsAdrian Bunk2005-11-111-0/+2