summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-20Merge branch 'pci/resource' into nextBjorn Helgaas19-169/+147
2014-03-20Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+3
2014-03-20Revert "[PATCH] Insert GART region into resource map"Bjorn Helgaas1-19/+1
2014-03-20PCI: Log IDE resource quirk in dmesgBjorn Helgaas1-4/+12
2014-03-20PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas2-3/+3
2014-03-20PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas1-1/+1
2014-03-20resources: Set type in __request_region()Bjorn Helgaas1-2/+2
2014-03-20PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas1-2/+0
2014-03-20s390/PCI: Use generic pci_enable_resources()Bjorn Helgaas1-15/+1
2014-03-20tile PCI RC: Use default pcibios_enable_device()Bjorn Helgaas1-12/+0
2014-03-20sparc/PCI: Use default pcibios_enable_device() (Leon only)Bjorn Helgaas1-5/+0
2014-03-20sh/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-5/+0
2014-03-20microblaze/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-5/+0
2014-03-20alpha/PCI: Use default pcibios_enable_device()Bjorn Helgaas1-6/+0
2014-03-20PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas1-0/+5
2014-03-20PCI: Don't enable decoding if BAR hasn't been assigned an addressBjorn Helgaas1-2/+8
2014-03-08PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas1-0/+3
2014-02-27PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bitBjorn Helgaas1-0/+1
2014-02-27PCI: Don't try to claim IORESOURCE_UNSET resourcesBjorn Helgaas1-5/+10
2014-02-27PCI: Check IORESOURCE_UNSET before updating BARBjorn Helgaas1-0/+3
2014-02-27PCI: Don't clear IORESOURCE_UNSET when updating BARBjorn Helgaas1-5/+0
2014-02-27PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas4-0/+13
2014-02-27PCI: Remove pci_find_parent_resource() use for allocationBjorn Helgaas1-16/+23
2014-02-27vsprintf: Add support for IORESOURCE_UNSET in %pRBjorn Helgaas2-5/+10
2014-02-27resource: Add resource_contains()Bjorn Helgaas3-14/+12
2014-02-27i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyBjorn Helgaas1-10/+6
2014-02-27Merge branches 'pci/host-designware', 'pci/host-imx6' and 'pci/host-rcar' int...Bjorn Helgaas4-78/+153
2014-02-27PCI: rcar: Make the Kconfig dependencies more genericMagnus Damm1-1/+1
2014-02-26i2o: Refactor i2o_iop_systab_set() PCI space allocationBjorn Helgaas1-43/+46
2014-02-26i2o: Fix I/O space alignment requirementBjorn Helgaas1-1/+1
2014-02-26i2o: Fix I/O space allocation copy/paste errorBjorn Helgaas1-1/+1
2014-02-21Merge branch 'pci/dead-code' into nextBjorn Helgaas8-131/+4
2014-02-21Merge branch 'pci/pciehp' into nextBjorn Helgaas6-75/+189
2014-02-21Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas1-1/+1
2014-02-20PCI: frv: replace now removed pci_bus_b() causing build failurePaul Gortmaker1-1/+1
2014-02-20PCI: pciehp: Cleanup whitespaceBjorn Helgaas3-5/+6
2014-02-20PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2-5/+13
2014-02-20PCI: imx6: Wait for retrainingMarek Vasut1-13/+34
2014-02-20PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BARMohit Kumar1-1/+1
2014-02-19PCI: Remove unused SR-IOV VF Migration supportBjorn Helgaas4-131/+0
2014-02-19iommu/amd: Add include of <linux/irqreturn.h>Bjorn Helgaas1-0/+1
2014-02-19mei: Add include of <linux/irqreturn.h>Bjorn Helgaas1-0/+1
2014-02-19Merge branch 'pci/misc' into nextBjorn Helgaas7-75/+76
2014-02-19PCI: Enable INTx if BIOS left them disabledBjorn Helgaas1-0/+10
2014-02-19Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2-13/+28
2014-02-19Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas9-33/+28
2014-02-19misc: mic: Add include of <linux/irqreturn.h>Bjorn Helgaas2-0/+2
2014-02-19PCI: mvebu: Call request_resource() on the aperturesJason Gunthorpe1-1/+23
2014-02-19bus: mvebu-mbus: Fix incorrect size for PCI aperture resourcesJason Gunthorpe1-2/+2
2014-02-19PCI: rcar: Break out window size handlingMagnus Damm1-3/+28