summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2014-04-0135-500/+802
|\
| * Merge branch 'pci/resource' into nextBjorn Helgaas2014-03-198-88/+120
| |\
| | * PCI: Log IDE resource quirk in dmesgBjorn Helgaas2014-03-191-4/+12
| | * PCI: Change pci_bus_alloc_resource() type_mask to unsigned longBjorn Helgaas2014-03-191-2/+2
| | * PCI: Check all IORESOURCE_TYPE_BITS in pci_bus_alloc_from_region()Bjorn Helgaas2014-03-191-1/+1
| | * PCI: Don't check resource_size() in pci_bus_alloc_resource()Bjorn Helgaas2014-03-191-2/+0
| | * PCI: Add "weak" generic pcibios_enable_device() implementationBjorn Helgaas2014-03-191-0/+5
| | * PCI: Don't enable decoding if BAR hasn't been assigned an addressBjorn Helgaas2014-03-191-2/+8
| | * PCI: Mark 64-bit resource as IORESOURCE_UNSET if we only support 32-bitBjorn Helgaas2014-02-271-0/+1
| | * PCI: Don't try to claim IORESOURCE_UNSET resourcesBjorn Helgaas2014-02-271-5/+10
| | * PCI: Check IORESOURCE_UNSET before updating BARBjorn Helgaas2014-02-271-0/+3
| | * PCI: Don't clear IORESOURCE_UNSET when updating BARBjorn Helgaas2014-02-271-5/+0
| | * PCI: Mark resources as IORESOURCE_UNSET if we can't assign themBjorn Helgaas2014-02-274-0/+13
| | * PCI: Remove pci_find_parent_resource() use for allocationBjorn Helgaas2014-02-271-16/+23
| | * resource: Add resource_contains()Bjorn Helgaas2014-02-261-8/+0
| | * i2o: Use pci_bus_alloc_resource(), not allocate_resource() directlyBjorn Helgaas2014-02-261-10/+6
| | * i2o: Refactor i2o_iop_systab_set() PCI space allocationBjorn Helgaas2014-02-261-43/+46
| | * i2o: Fix I/O space alignment requirementBjorn Helgaas2014-02-261-1/+1
| | * i2o: Fix I/O space allocation copy/paste errorBjorn Helgaas2014-02-261-1/+1
| * | Merge branch 'pci/misc' into nextBjorn Helgaas2014-03-191-0/+3
| |\ \
| | * | PCI: Enable INTx in pci_reenable_device() only when MSI/MSI-X not enabledBjorn Helgaas2014-03-071-0/+3
| | | |
| | \ \
| | \ \
| | \ \
| *---. \ \ Merge branches 'pci/host-designware', 'pci/host-imx6' and 'pci/host-rcar' int...Bjorn Helgaas2014-02-264-78/+153
| |\ \ \ \ \
| | | | * | | PCI: rcar: Make the Kconfig dependencies more genericMagnus Damm2014-02-261-1/+1
| | | | * | | PCI: rcar: Break out window size handlingMagnus Damm2014-02-181-3/+28
| | | | * | | PCI: rcar: Register each instance independentlyMagnus Damm2014-02-181-60/+20
| | | | * | | PCI: rcar: Fix bridge logic configuration accessesBen Dooks2014-02-181-0/+4
| | | | * | | PCI: rcar: Add error interrupt handlingBen Dooks2014-02-181-0/+60
| | | | * | | PCI: rcar: Check platform_get_irq() return codeBen Dooks2014-02-181-0/+5
| | | | | |/ | | | | |/|
| | | * / | PCI: imx6: Wait for retrainingMarek Vasut2014-02-191-13/+34
| | | |/ /
| | * / / PCI: designware: Fix RC BAR to be single 64-bit non-prefetchable memory BARMohit Kumar2014-02-191-1/+1
| | |/ /
| * | | Merge branch 'pci/dead-code' into nextBjorn Helgaas2014-02-206-123/+4
| |\ \ \
| | * | | PCI: Remove unused SR-IOV VF Migration supportBjorn Helgaas2014-02-192-123/+0
| | * | | iommu/amd: Add include of <linux/irqreturn.h>Bjorn Helgaas2014-02-191-0/+1
| | * | | mei: Add include of <linux/irqreturn.h>Bjorn Helgaas2014-02-191-0/+1
| | * | | misc: mic: Add include of <linux/irqreturn.h>Bjorn Helgaas2014-02-182-0/+2
| | |/ /
| * | | Merge branch 'pci/pciehp' into nextBjorn Helgaas2014-02-206-75/+189
| |\ \ \
| | * | | PCI: pciehp: Cleanup whitespaceBjorn Helgaas2014-02-193-5/+6
| | * | | PCI: pciehp: Remove a non-existent card, regardless of "surprise" capabilityRajat Jain2014-02-192-5/+13
| | * | | PCI: pciehp: Don't turn slot off when hot-added device already existsYijing Wang2014-02-142-2/+3
| | * | | PCI: pciehp: Add hotplug_lock to serialize hotplug eventsRajat Jain2014-02-114-3/+23
| | * | | PCI: pciehp: Ensure very fast hotplug events are also processedRajat Jain2014-02-111-9/+20
| | * | | PCI: pciehp: Disable link notification across slot resetRajat Jain2014-02-111-13/+17
| | * | | PCI: pciehp: Don't check adapter or latch status while disablingRajat Jain2014-02-111-18/+0
| | * | | PCI: pciehp: Don't disable the link permanently during removalRajat Jain2014-02-111-18/+0
| | * | | PCI: pciehp: Enable link state change notificationsRajat Jain2014-02-111-2/+11
| | * | | PCI: pciehp: Use link change notifications for hot-plug and removalRajat Jain2014-02-103-1/+96
| | * | | PCI: pciehp: Make check_link_active() non-staticRajat Jain2014-02-102-3/+4
| | |/ /
| * | | Merge branch 'pci/misc' into nextBjorn Helgaas2014-02-183-37/+39
| |\ \ \ | | | |/ | | |/|
| | * | PCI: Enable INTx if BIOS left them disabledBjorn Helgaas2014-02-181-0/+10
| | * | PCI: Cleanup per-arch list of object filesLiviu Dudau2014-02-121-14/+8