summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-19Merge branch 'pci/resource' into nextBjorn Helgaas8-88/+120
2014-03-19Merge branch 'pci/misc' into nextBjorn Helgaas1-0/+3
2014-03-19PCI: Log IDE resource quirk in dmesgBjorn Helgaas1-4/+12
2014-03-19PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas1-2/+2
2014-03-19PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas1-1/+1
2014-03-19PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas1-2/+0
2014-03-19PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas1-0/+5
2014-03-19PCI: Don't enable decoding if BAR hasn't been assigned an addressBjorn Helgaas1-2/+8
2014-03-07PCI: 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-26resource: Add resource_contains()Bjorn Helgaas1-8/+0
2014-02-26i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyBjorn Helgaas1-10/+6
2014-02-26Merge branches 'pci/host-designware', 'pci/host-imx6' and 'pci/host-rcar' int...Bjorn Helgaas4-78/+153
2014-02-26PCI: 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-20Merge branch 'pci/dead-code' into nextBjorn Helgaas6-123/+4
2014-02-20Merge branch 'pci/pciehp' into nextBjorn Helgaas6-75/+189
2014-02-19PCI: pciehp: Cleanup whitespaceBjorn Helgaas3-5/+6
2014-02-19PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2-5/+13
2014-02-19PCI: imx6: Wait for retrainingMarek Vasut1-13/+34
2014-02-19PCI: 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 Helgaas2-123/+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-18Merge branch 'pci/misc' into nextBjorn Helgaas3-37/+39
2014-02-18PCI: Enable INTx if BIOS left them disabledBjorn Helgaas1-0/+10
2014-02-18Merge branch 'pci/host-mvebu' into nextBjorn Helgaas2-13/+28
2014-02-18Merge branch 'pci/list-for-each-entry' into nextBjorn Helgaas5-21/+22
2014-02-18misc: mic: Add include of <linux/irqreturn.h>Bjorn Helgaas2-0/+2
2014-02-18PCI: mvebu: Call request_resource() on the aperturesJason Gunthorpe1-1/+23
2014-02-18bus: mvebu-mbus: Fix incorrect size for PCI aperture resourcesJason Gunthorpe1-2/+2
2014-02-18PCI: rcar: Break out window size handlingMagnus Damm1-3/+28
2014-02-18PCI: rcar: Register each instance independentlyMagnus Damm1-60/+20
2014-02-18PCI: rcar: Fix bridge logic configuration accessesBen Dooks1-0/+4
2014-02-18PCI: rcar: Add error interrupt handlingBen Dooks1-0/+60
2014-02-18PCI: rcar: Check platform_get_irq() return codeBen Dooks1-0/+5
2014-02-14Merge branch 'pci/msi' into nextBjorn Helgaas3-15/+25
2014-02-14Merge branch 'pci/virtualization' into nextBjorn Helgaas2-6/+205
2014-02-14Merge branch 'pci/scan-bridge' into nextBjorn Helgaas1-47/+29
2014-02-14vfio: Use pci_enable_msi_range() and pci_enable_msix_range()Alexander Gordeev1-4/+8
2014-02-14ahci: Use pci_enable_msi_range() instead of pci_enable_msi_block()Alexander Gordeev1-11/+9
2014-02-14ahci: Fix broken fallback to single MSI modeAlexander Gordeev1-1/+3
2014-02-14PCI: Remove pci_bus_b() and use list_for_each_entry() directlyYijing Wang2-8/+8