summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-09-011-0/+14
|\
| * PCI: Add pci_ioremap_wc_bar()Luis R. Rodriguez2015-08-251-0/+14
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2015-08-311-0/+85
|\ \
| * | PCI: Add quirk for Intel DH895xCC VF PCI config erratumTadeusz Struk2015-08-101-0/+85
* | | Merge tag 'pci-v4.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-08-3130-390/+647
|\ \ \
| | \ \
| | \ \
| *-. \ \ Merge branches 'pci/enumeration' and 'pci/misc' into nextBjorn Helgaas2015-08-2811-65/+124
| |\ \ \ \
| | | * | | PCI: Disable async suspend/resume for JMicron multi-function SATA/AHCIZhang Rui2015-08-241-0/+12
| | * | | | PCI: Set MPS to match upstream bridgeKeith Busch2015-08-243-4/+23
| | * | | | PCI: Move MPS configuration check to pci_configure_device()Bjorn Helgaas2015-08-201-19/+24
| | * | | | PCI: Drop references acquired by of_parse_phandle()Bjorn Helgaas2015-08-202-0/+2
| | * | | | PCI/MSI: Remove unused pcibios_msi_controller() hookLorenzo Pieralisi2015-08-201-16/+1
| | * | | | ARM/PCI, designware, xilinx: Use pci_scan_root_bus_msi()Lorenzo Pieralisi2015-08-202-6/+17
| | * | | | PCI: Add pci_scan_root_bus_msi()Lorenzo Pieralisi2015-08-201-2/+12
| | * | | | PCI: generic: Add arm64 supportJayachandran C2015-08-201-1/+1
| | * | | | PCI: Build setup-irq.o for arm64Jayachandran C2015-08-201-0/+1
| | * | | | PCI: generic: Remove dependency on ARM-specific struct hw_pciJayachandran C2015-08-201-19/+33
| | | |/ / | | |/| |
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'pci/host-dra7xx', 'pci/host-imx6' and 'pci/host-spear' into nextBjorn Helgaas2015-08-243-13/+4
| |\ \ \ \ \ \
| | | | * | | | PCI: spear: Use BUG_ON() instead of condition followed by BUG()Fabio Estevam2015-08-201-2/+1
| | | | |/ / /
| | | * / / / PCI: imx6: Simplify a trivial if-return sequenceFabio Estevam2015-08-201-10/+2
| | | |/ / /
| | * | | | PCI: dra7xx: Remove unneeded use of IS_ERR_VALUE()Fabio Estevam2015-08-201-1/+1
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ Merge branches 'pci/host-dra7xx' and 'pci/host-iproc' into nextBjorn Helgaas2015-08-144-32/+153
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | PCI: iproc: Allow BCMA bus driver to be built as moduleHauke Mehrtens2015-08-111-1/+1
| | | * | | | PCI: iproc: Add arm64 supportRay Jui2015-07-222-7/+23
| | | * | | | PCI: iproc: Delete unnecessary checks before phy callsMarkus Elfring2015-07-141-21/+13
| | | |/ / /
| | * | | | PCI: dra7xx: Add support to make GPIO drive PERST# lineKishon Vijay Abraham I2015-08-111-2/+22
| | * | | | PCI: dra7xx: Clear MSE bit during suspend so clocks will idleKishon Vijay Abraham I2015-08-111-0/+40
| | * | | | PCI: dra7xx: Add PM supportKishon Vijay Abraham I2015-08-111-0/+51
| | * | | | PCI: dra7xx: Disable pm_runtime on get_sync failureKishon Vijay Abraham I2015-08-111-1/+3
| | |/ / /
| | | | |
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *-----. \ \ \ Merge branches 'pci/hotplug', 'pci/iommu', 'pci/irq' and 'pci/virtualization'...Bjorn Helgaas2015-08-1414-200/+165
| |\ \ \ \ \ \ \
| | | | | * | | | PCI: Add ACS quirks for Intel I219-LM/VAlex Williamson2015-08-111-0/+3
| | | | * | | | | PCI: Kill off set_irq_flags() usageRob Herring2015-08-117-9/+0
| | | * | | | | | PCI: Remove pci_ats_enabled()Bjorn Helgaas2015-08-131-3/+3
| | | * | | | | | PCI: Stop caching ATS Invalidate Queue DepthBjorn Helgaas2015-08-131-5/+4
| | | * | | | | | PCI: Clean up ATS error handlingBjorn Helgaas2015-08-131-5/+5
| | | * | | | | | PCI: Use pci_physfn() rather than looking up physfn by handBjorn Helgaas2015-08-131-4/+4
| | | * | | | | | PCI: Inline the ATS setup code into pci_ats_init()Bjorn Helgaas2015-08-131-6/+1
| | | * | | | | | PCI: Rationalize pci_ats_queue_depth() error checkingBjorn Helgaas2015-08-131-4/+4
| | | * | | | | | PCI: Embed ATS info directly into struct pci_devBjorn Helgaas2015-08-132-41/+21
| | | * | | | | | PCI: Allocate ATS struct during enumerationBjorn Helgaas2015-08-133-56/+46
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | PCI: pciehp: Remove ignored MRL sensor interrupt eventsBjorn Helgaas2015-08-102-20/+7
| | * | | | | | PCI: pciehp: Remove unused interrupt eventsBjorn Helgaas2015-08-101-7/+3
| | * | | | | | PCI: pciehp: Handle invalid data when reading from non-existent devicesJarod Wilson2015-08-101-0/+17
| | * | | | | | PCI: Hold pci_slot_mutex while searching bus->slots listYijing Wang2015-07-302-5/+12
| | * | | | | | PCI: Protect pci_bus->slots with pci_slot_mutex, not pci_bus_semYijing Wang2015-07-301-7/+11
| | * | | | | | PCI: pciehp: Simplify pcie_poll_cmd()Yijing Wang2015-07-151-9/+5
| | * | | | | | PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slotYijing Wang2015-07-151-61/+61
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas2015-08-049-69/+180
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|/ / / / | | |/| | | | / / / | | | | | | |/ / / | | | | | |/| / / | | | | |_|_|/ / | | | |/| | | |
| | | | | * | | PCI: Restore ACS configuration as part of pci_restore_state()Alexander Duyck2015-07-211-0/+3
| | | | | |/ /
| | | | * / / PCI: Call pci_read_bridge_bases() from core instead of arch codeLorenzo Pieralisi2015-07-231-0/+6
| | | | |/ /
| | | * | | PCI: Add VPD function 0 quirk for Intel Ethernet devicesMark Rustad2015-07-211-0/+9