summaryrefslogtreecommitdiffstats
path: root/drivers/pci
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | |
| | \ \ \ \
| *-. \ \ \ \ 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/+13Star
| | | |/ / /
| | * | | | 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/+165Star
| |\ \ \ \ \ \ \
| | | | | * | | | 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/+0Star
| | | * | | | | | PCI: Remove pci_ats_enabled()Bjorn Helgaas2015-08-131-3/+3
| | | * | | | | | PCI: Stop caching ATS Invalidate Queue DepthBjorn Helgaas2015-08-131-5/+4Star
| | | * | | | | | 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/+1Star
| | | * | | | | | 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/+21Star
| | | * | | | | | PCI: Allocate ATS struct during enumerationBjorn Helgaas2015-08-133-56/+46Star
| | | | |_|/ / / | | | |/| | | |
| | * | | | | | PCI: pciehp: Remove ignored MRL sensor interrupt eventsBjorn Helgaas2015-08-102-20/+7Star
| | * | | | | | PCI: pciehp: Remove unused interrupt eventsBjorn Helgaas2015-08-101-7/+3Star
| | * | | | | | 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-161-9/+5Star
| | * | | | | | PCI: Use "slot" and "pci_slot" for struct hotplug_slot and struct pci_slotYijing Wang2015-07-161-61/+61
| | |/ / / / /
| | | | | | |
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| | \ \ \ \ \
| *-----. \ \ \ \ \ Merge branches 'pci/irq', 'pci/misc', 'pci/resource' and 'pci/virtualization'...Bjorn Helgaas2015-08-059-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
| | | * | | PCI: Add dev_flags bit to access VPD through function 0Mark Rustad2015-07-211-1/+60
| | | * | | PCI / ACPI: Fix pci_acpi_optimize_delay() commentSrinidhi Kasagar2015-07-151-1/+1
| | | * | | PCI: Remove a broken link in quirks.cRami Rosen2015-07-151-1/+0Star
| | | * | | PCI: Remove useless redundant codeBjorn Helgaas2015-07-151-2/+0Star
| | | * | | PCI: Simplify pci_find_(ext_)capability() return value checksWei Yang2015-07-151-3/+3
| | | * | | PCI: Move PCI_FIND_CAP_TTL to pci.h and use it in quirksWei Yang2015-07-153-5/+6
| | | * | | PCI: Add pcie_downstream_port() (true for Root and Switch Downstream Ports)Bjorn Helgaas2015-07-151-10/+13
| | | * | | PCI: Fix pcie_port_device_resume() commentBjorn Helgaas2015-07-141-1/+1
| | | * | | PCI: Shift PCI_CLASS_NOT_DEFINED consistently with other classesBjorn Helgaas2015-07-142-6/+6
| | | * | | PCI: Revert aeb30016fec3 ("PCI: add Intel USB specific reset method")Bjorn Helgaas2015-07-141-24/+0Star
| | | * | | PCI: Fix TI816X class code quirkBjorn Helgaas2015-07-141-3/+6
| | | * | | PCI: Fix generic NCR 53c810 class code quirkBjorn Helgaas2015-07-141-5/+9
| | | * | | PCI: Use PCI_CLASS_SERIAL_USB instead of bare numberBjorn Helgaas2015-07-141-4/+6
| | | * | | PCI: Add quirk for Intersil/Techwell TW686[4589] AV capture cardsKrzysztof =?utf-8?Q?Ha=C5=82asa?=2015-07-141-0/+22
| | | * | | PCI: Remove Intel Cherrytrail D3 delaysSrinidhi Kasagar2015-07-141-1/+10
| | | |/ /
| | * | | PCI/MSI: Free legacy IRQ when enabling MSI/MSI-XJiang Liu2015-07-301-1/+4
| | * | | PCI: Add pcibios_alloc_irq() and pcibios_free_irq()Jiang Liu2015-07-301-6/+20
| | |/ /
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pci/host-designware', 'pci/host-xgene' and 'pci/host-xilinx' ...Bjorn Helgaas2015-08-054-12/+22
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | | * | PCI: xilinx: Check for MSI interrupt flag before handling as INTxRussell Joyce2015-07-211-8/+11
| | |_|/ / | |/| | |
| | | * | PCI: xgene: Add support for a 64-bit prefetchable memory windowDuc Dang2015-07-211-2/+10