linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-02-05 09:31:48 to 2014-02-13 11:28:15 UTC [more...]

[PATCH] [RFC] Support for creating generic host_bridge from device tree
 2014-02-13 11:27 UTC  (14+ messages)
` [PATCH] pci: Add support for creating a "

[PATCH v2 0/3] ARM: PCI: implement generic PCI host controller
 2014-02-13 11:07 UTC  (10+ messages)
` [PATCH v2 1/3] ARM: mach-virt: allow PCI support to be selected
` [PATCH v2 2/3] ARM: bios32: use pci_enable_resource to enable PCI resources
` [PATCH v2 3/3] PCI: ARM: add support for generic PCI host controller

[PATCH v2 0/9] Phase out pci_enable_msi_block()
 2014-02-13 10:29 UTC  (25+ messages)
` [PATCH v2 5/9] nvme: Fix invalid call to irq_set_affinity_hint()
        ` [PATCH v3 6/9] nvme: Use pci_enable_msi_range() and pci_enable_msix_range()
` [PATCH v2 8/9] ath10k: Use pci_enable_msi_range()
  ` [PATCH 1/3] ath10k: Get rid of superfluous call to pci_disable_msi()
` [PATCH v2 9/9] wil6210: Use pci_enable_msi_range()
  ` [PATCH] wil6210: Fix switch operator "missing break?" warning

In "pci_fixup_video" check if this is or should be the primary video devi
 2014-02-13  9:48 UTC  (5+ messages)
` [PATCH v2] Setting the IORESOURCE_ROM_SHADOW flag on a VGA card other than the primary prevents it from reading it's own rom. It will get the content of the shadowrom at C000 instead, which is of the primary VGA card and the driver of the secondary card will bail out

[PATCH] PCI: pciehp: Fix the problem that the present bit is not cleared though slot is empty
 2014-02-13  8:00 UTC  (6+ messages)

[PATCH 00/08] PCI: rcar: Recent driver patches from Ben Dooks and me
 2014-02-13  4:39 UTC  (10+ messages)
` [PATCH 01/08] PCI: rcar: check platform_get_irq() return code
` [PATCH v2 02/08] PCI: rcar: add error interrupt handling
` [PATCH 03/08] PCI: rcar: fix bridge logic configuration accesses
` [PATCH v2 04/08] PCI: rcar: Register each instance independently
` [PATCH v2 05/08] PCI: rcar: Break out window size handling
` [PATCH v2 06/08] PCI: rcar: Add DMABOUNCE support
` [PATCH 07/08] PCI: rcar: Enable BOUNCE in case of HIGHMEM
` [PATCH 08/08] PCI: rcar: Make the Kconfig dependencies more generic

[PATCH 00/04] PCI: rcar: Driver model and physical address space update
 2014-02-13  4:37 UTC  (8+ messages)

[PATCH 0/4] Minor miscellaneous cleanups
 2014-02-13  0:44 UTC  (6+ messages)
` [PATCH 1/4] PCI: Remove unnecessary list_empty(&pci_pme_list) check
` [PATCH 2/4] x86/PCI: Remove unnecessary local variable initialization
` [PATCH 3/4] x86/PCI: Reword comments
` [PATCH 4/4] x86/PCI: Fix function definition whitespace

[PATCH 1/2] bus: mvebu-mbus: Fix incorrect size for PCI aperture resources
 2014-02-12 23:24 UTC  (4+ messages)
` [PATCH 2/2] PCI: mvebu - Call request_resources on the apertures

[PATCH 0/3] ARM: PCI: implement virtual PCI host controller
 2014-02-12 22:24 UTC  (36+ messages)
` [PATCH 1/3] ARM: bios32: use pci_enable_resource to enable PCI resources
` [PATCH 2/3] PCI: ARM: add support for virtual PCI host controller

[PATCH] PCI: MVEBU: Use Device ID and revision from underlying endpoint
 2014-02-12 21:06 UTC  (6+ messages)

[PATCH RESEND][pciutils] libpci: pci_id_lookup - add udev/hwdb support
 2014-02-12 20:04 UTC  (12+ messages)

[PATCH] PCI/MSI: Fix cut-and-paste errors in documentation
 2014-02-12 19:14 UTC  (2+ messages)

[PATCH 01/34] bnx2: Use pci_enable_msix_range()
 2014-02-12 18:08 UTC  (8+ messages)

[PATCH] PCI: pciehp: Remove surprise bit checks
 2014-02-12 12:54 UTC  (4+ messages)

[PATCH] PCI: imx6: Fix link_up detection
 2014-02-12  7:36 UTC  (2+ messages)

[PATCH part1 v6 0/7] Introduce PCIe Device Serial Number capability support
 2014-02-12  7:59 UTC  (12+ messages)
` [PATCH part1 v6 1/7] PCI: rework pci_find_next_ext_capability()
` [PATCH part1 v6 2/7] PCI: introduce pci_bus_find_ext_capability()
` [PATCH part1 v6 3/7] PCI: Add support for Device Serial Number capability
` [PATCH part1 v6 4/7] PCI: Introduce pci_serial_number_changed()
` [PATCH part1 v6 5/7] PCI: Add pci_dummy_ops to isolate pci device temporarily
` [PATCH part1 v6 6/7] PCI: Check pci device serial number when scan device
` [PATCH part1 v6 7/7] PCI: pciehp: Don't enable/disable slot on resume unless status changed

[PATCH] pci: Makefile: Cleanup per-arch list of object files
 2014-02-12  1:20 UTC  (2+ messages)

[PATCH] pciehp: Acknowledge the spurious "cmd completed" event
 2014-02-12  1:08 UTC  (12+ messages)

[PATCH] pci: fix kernel-doc notation warning
 2014-02-12  0:43 UTC  (2+ messages)

[PATCH] PCI,pciehp: Don't set slot off when found device already exists
 2014-02-12  0:41 UTC  (4+ messages)

[PATCH] pci: allocation check missing
 2014-02-11 23:28 UTC  (2+ messages)

EHCI host broken -- interrupts disabled
 2014-02-11 23:24 UTC  (6+ messages)

[patch] PCI hotplug: cpqphp: hex vs decimal typo in cpqhpc_probe()
 2014-02-11 23:23 UTC  (2+ messages)

[PATCH v4 0/8] Allow Link state changes for Hot-Plug
 2014-02-11 22:34 UTC  (5+ messages)
    ` [PATCH v5 8/8] "

[PATCH 0/11] ACPI / hotplug / PCI: Updates on top of changes merged recently
 2014-02-11 12:53 UTC  (15+ messages)
` [PATCH v2 0/13] "
    ` [PATCH v2 0/24] ACPI / hotplug / PCI: ACPIPHP updates and consolidation with ACPI core
      ` [PATCH 20/24][Update] ACPI / hotplug / PCI: Consolidate ACPIPHP with ACPI core hotplug
        ` [Update][PATCH 20/24] "
          ` [Update 2x][PATCH "
      ` [PATCH 22/24][Resend] ACPI / hotplug / PCI: Simplify acpi_install_hotplug_notify_handler()
        ` [Update][PATCH 22/24] "
      ` [PATCH 23/24][Update] ACPI / hotplug / PCI: Hotplug notifications from acpi_bus_notify()
        ` [Update][PATCH 23/24] "

[PATCH V5 0/8]PCI:Add SPEAr13xx PCie support
 2014-02-11 12:38 UTC  (6+ messages)
` [PATCH V5 7/8] pcie: SPEAr13xx: Add designware pcie support
` [PATCH V5 8/8] MAINTAINERS: Add ST SPEAr13xx PCIe driver maintainer

[PATCH V6 00/12]PCI:Add SPEAr13xx PCie support
 2014-02-11  9:30 UTC  (3+ messages)
` [PATCH V6 10/12] pcie: SPEAr13xx: Add designware wrapper support
` [PATCH V6 12/12] MAINTAINERS: Add ST SPEAr13xx PCIe driver maintainer

[PATCH 00/22] scsi: Use pci_enable_msix_range()
 2014-02-11  5:00 UTC  (7+ messages)
` [PATCH 07/22] fnic: "
` [PATCH 10/22] isci: "
` [PATCH 13/22] megaraid: "

[PATCH part1 v5 0/7] Introduce PCIe Device Serial Number capability support
 2014-02-11  1:55 UTC  (14+ messages)
` [PATCH part1 v5 1/7] PCI: rework pci_find_next_ext_capability()
` [PATCH part1 v5 2/7] PCI: introduce pci_bus_find_ext_capability()
` [PATCH part1 v5 3/7] PCI: Add support for Device Serial Number capability
` [PATCH part1 v5 4/7] PCI: Introduce pci_serial_number_changed()
` [PATCH part1 v5 5/7] PCI: Add pci_dummy_ops to isolate pci device temporarily
` [PATCH part1 v5 6/7] PCI: Check pci device serial number when scan device
` [PATCH part1 v5 7/7] PCI: pciehp: Don't enable/disable slot on resume unless status changed

[PATCH 0/2] ACPI / hotplug / PCI: Work along with PCIe native hotplug
 2014-02-11  0:18 UTC  (3+ messages)
` [PATCH 1/2] ACPI / hotplug / PCI: Rename register_slot() to acpiphp_add_context()
` [PATCH 2/2] ACPI / hotplug / PCI: Add ACPIPHP contexts to devices handled by PCIeHP

[PATCH 0/8] PCI: cleanup pci_scan_bridge
 2014-02-11  0:16 UTC  (2+ messages)

PATCH: platforms: avoid queuing work if possible
 2014-02-10 22:41 UTC  (4+ messages)

PCIE bandwidth utilization
 2014-02-10 21:47 UTC  (2+ messages)

[PATCH v2 0/3] Quirk Intel PCH root ports for ACS-like features
 2014-02-10 18:42 UTC  (3+ messages)
` [PATCH v2 3/3] pci/quirks: Enable quirks for PCIe ACS on Intel PCH root ports

How to combine two PCIe devices in one domain?
 2014-02-10 14:31 UTC 

How to combine two PCIe devices in one domain?
 2014-02-10 14:29 UTC 

[PATCH] ACPI / hotplug / PCI: Execute _EJ0 under the ACPI scan lock
 2014-02-08 15:22 UTC 

PCIe trouble on imx6q
 2014-02-07  4:46 UTC  (7+ messages)
    ` Fwd: "

[GIT PULL] ACPI and power management fixes for v3.14-rc2
 2014-02-06 23:26 UTC 

[PATCH V4 0/8]PCI:Add SPEAr13xx PCie support
 2014-02-06 17:30 UTC  (4+ messages)
` [PATCH V4 7/8] pcie: SPEAr13xx: Add designware pcie support
` [PATCH V4 8/8] MAINTAINERS: Add ST SPEAr13xx PCIe driver maintainer

[PATCH 25/51] x86, pci, amd-bus: Fix CPU hotplug callback registration
 2014-02-05 22:09 UTC 

[PATCH v4 8/8] pciehp: Introduce hotplug_lock to serialize HP events
 2014-02-05 20:06 UTC  (2+ messages)

[PATCH] mvebu : pcie: dt: potential issue in range parsing
 2014-02-05 17:21 UTC 

[PATCH 2/3] PCI: rcar: add error interrupt handling
 2014-02-05  9:40 UTC  (4+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).