linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-07-15 15:28:37 to 2014-07-21 17:00:12 UTC [more...]

[PATCH v7 0/5] Add Keystone PCIe controller driver
 2014-07-21 16:58 UTC  (4+ messages)
` [PATCH v7 1/5] PCI: designware: add rd[wr]_other_conf API
` [PATCH v7 2/5] PCI: designware: refactor MSI code to work with v3.65 dw hardware
` [PATCH v7 5/5] PCI: keystone: Update maintainer information

[PATCH v6 0/5] Add Keystone PCIe controller driver
 2014-07-21 16:39 UTC  (13+ messages)
` [PATCH v6 1/5] PCI: designware: add rd[wr]_other_conf API
` [PATCH v6 2/5] PCI: designware: refactor MSI code to work with v3.65 dw hardware
` [PATCH v6 3/5] PCI: designware: enhance dw_pcie_host_init() to support v3.65 DW hardware
` [PATCH v6 4/5] PCI: add PCI controller for keystone PCIe h/w
` [PATCH v6 5/5] PCI: keystone: Update maintainer information

[PATCH] PCI/AER: Forward declare struct pci_dev to avoid warning
 2014-07-21 16:30 UTC 

[PATCH 1/2] resource: Add device-managed request/release_resource()
 2014-07-21 15:58 UTC  (3+ messages)
` [PATCH 2/2] PCI: tegra: Implement a proper resource hierarchy

[PATCH] PCI: tegra: Add debugfs support
 2014-07-21 15:54 UTC  (2+ messages)

[PATCH 0/2] ACPI / PM: Make ACPI-based PCI wakeup work for the "freeze" sleep state
 2014-07-21  8:17 UTC  (6+ messages)
` [PATCH 1/2] ACPI / PM: Always enable wakeup GPEs when enabling device wakeup
  ` [Update][PATCH "
    ` [Update 2x][PATCH "
` [PATCH 2/2] ACPI / PM: Rename acpi_wakeup_device() to acpi_device_pm_event()

[PATCH 1/2] PCI: spear: Fix Section mismatch compilation warning for probe()
 2014-07-21  4:28 UTC  (6+ messages)

[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use
 2014-07-21  4:18 UTC  (9+ messages)

The imx6q suspend/resume is broken on 3.16-rc due to PCIe
 2014-07-21  3:19 UTC  (17+ messages)

[PATCH] PCI / PM: Allow PCI devices to be put into D3cold during system suspend
 2014-07-21  1:18 UTC  (2+ messages)
` [Update][PATCH] "

[PATCH] ACPI / PCI: Use ACPI_COMPANION() instead of ACPI_HANDLE()
 2014-07-21  0:52 UTC 

[PATCH RFC] Added code to ensure hot-added PCI devices are given an IRQ on rescan
 2014-07-20 23:41 UTC  (4+ messages)

[PATCH -next] ACPI / hotplug / PCI: Fix sparse non static symbol warning
 2014-07-20 23:46 UTC  (2+ messages)

[PATCH] PCI / PM: Drop unused runtime PM support code for PCIe ports
 2014-07-21  0:02 UTC 

[GIT PULL] ARM: SPEAr13xx PCIe updates for v3.17
 2014-07-19 14:39 UTC  (5+ messages)

[RFC] PCI: pci-imx6: Add delay to workaround kernel hang
 2014-07-18 20:46 UTC  (14+ messages)

[PATCH] irqchip: gicv2m: Clean up logic for detecting MSI support
 2014-07-18 19:57 UTC  (2+ messages)

[PATCH 0/4 V3] irqchip: gic: Introduce ARM GICv2m MSI(-X) support
 2014-07-18 12:40 UTC  (25+ messages)
` [PATCH 1/4 V3] irqchip: gic: Add binding probe for ARM GIC400
    ` [PATCH] "
` [PATCH 2/4 V3] irqchip: gic: Restructuring ARM GIC code
` [PATCH 3/4 V3] irqchip: gic: Add supports for ARM GICv2m MSI(-X)
` [PATCH 4/4 V3] irqchip: gicv2m: Add support for multiple MSI for ARM64 GICv2m

[PATCH] misc/GenWQE: fix pci_enable_msi usage
 2014-07-18  8:46 UTC  (3+ messages)

[PATCH] lpfc: Avoid to disable pci_dev twice
 2014-07-18  3:19 UTC  (2+ messages)

[PATCH v3 1/6] PCI/MSI: MSI cleanup, msi_setup_entry()
 2014-07-18  2:14 UTC  (2+ messages)

[PATCH v2 RESEND 00/23] scsi: Use pci_enable_msix_range() instead of pci_enable_msix()
 2014-07-17 20:28 UTC  (24+ messages)
` [PATCH v2 RESEND 02/23] bfa: Do not call pci_enable_msix() after it failed once
` [PATCH v2 RESEND 03/23] bfa: Cleanup bfad_setup_intr() function
` [PATCH v2 RESEND 04/23] bfa: Use pci_enable_msix_exact() instead of pci_enable_msix()
` [PATCH v2 RESEND 05/23] csiostor: Remove superfluous call to pci_disable_msix()
` [PATCH v2 RESEND 06/23] csiostor: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v2 RESEND 07/23] fnic: Use pci_enable_msix_exact() "
` [PATCH v2 RESEND 08/23] hpsa: Fallback to MSI rather than to INTx if MSI-X failed
` [PATCH v2 RESEND 09/23] hpsa: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v2 RESEND 10/23] isci: Use pci_enable_msix_exact() "
` [PATCH v2 RESEND 11/23] lpfc: Remove superfluous call to pci_disable_msix()
` [PATCH v2 RESEND 12/23] lpfc: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v2 RESEND 14/23] megaraid: "
` [PATCH v2 RESEND 15/23] mpt2sas: Use pci_enable_msix_exact() "
` [PATCH v2 RESEND 16/23] mpt3sas: "
` [PATCH v2 RESEND 17/23] pm8001: Fix invalid return when request_irq() failed
` [PATCH v2 RESEND 18/23] pm8001: Use pci_enable_msix_exact() instead of pci_enable_msix()
` [PATCH v2 RESEND 19/23] pmcraid: Get rid of a redundant assignment
` [PATCH v2 RESEND 20/23] pmcraid: Use pci_enable_msix_range() instead of pci_enable_msix()
` [PATCH v2 RESEND 21/23] qla2xxx: "
` [PATCH v2 RESEND 22/23] qla4xxx: Use pci_enable_msix_exact() "
` [PATCH v2 RESEND 23/23] vmw_pvscsi: "

Error assigning BAR 0 to hotplugged device
 2014-07-17 16:47 UTC  (11+ messages)

[PATCH] hwmon, k10temp: Add support for AMD F15h M60h processor
 2014-07-17 16:02 UTC  (8+ messages)

[PATCH v5 0/5] Add Keystone PCIe controller driver
 2014-07-17 15:35 UTC  (13+ messages)
` [PATCH v5 1/5] PCI: designware: add rd[wr]_other_conf API
` [PATCH v5 2/5] PCI: designware: refactor MSI code to work with v3.65 dw hardware
` [PATCH v5 3/5] PCI: designware: enhance dw_pcie_host_init() to support v3.65 DW hardware
` [PATCH v5 4/5] PCI: add PCI controller for keystone PCIe h/w
` [PATCH v5 5/5] PCI: keystone: Update maintainer information

[PATCH 0/2] PCI/MSI: Remove arch_msi_check_device()
 2014-07-17 10:22 UTC  (4+ messages)
` [PATCH 2/2] "

[PATCH v3 0/4] dra7: Add PCIe support
 2014-07-17  9:00 UTC  (5+ messages)
` [PATCH v3 1/4] PCI: designware: Configuration space should be specified in 'reg'
` [PATCH v3 2/4] PCI: designware: use untranslated address while programming ATU
` [PATCH v3 3/4] Documentation: pci: ti: Add dt binding documentation for PCIe in DRA7xx
` [PATCH v3 4/4] PCI: host: pcie-dra7xx: add support for pcie-dra7xx controller

[PATCH v2 0/4] dra7: Add PCIe support
 2014-07-17  8:41 UTC  (5+ messages)
` [PATCH v2 4/4] PCI: host: pcie-dra7xx: add support for pcie-dra7xx controller

Need advices about PCI IRQ reference count tracking
 2014-07-17  3:14 UTC  (6+ messages)

[PATCH v3] PCI: enable ASPM configuration in PCIE POWERSAVE mode
 2014-07-16 21:30 UTC  (4+ messages)

[PATCH v3 0/6] Cleanup for MSI
 2014-07-16 20:56 UTC  (2+ messages)

[PATCH 1/1] x86: don't exclude low BIOS area when allocating address space for non-PCI cards
 2014-07-16 20:26 UTC  (4+ messages)

[PATCH] PCI: Add device specific (non)reset for AMD GPUs
 2014-07-16 19:14 UTC 

[PATCH 0/3] vfio-pci: Reset improvements
 2014-07-16 19:01 UTC  (4+ messages)
` [PATCH 1/3] vfio-pci: Release devices with BusMaster disabled
` [PATCH 2/3] vfio-pci: Use mutex around open, release, and remove
` [PATCH 3/3] vfio-pci: Attempt bus/slot reset on release

[Patch Part3 V4 00/21] Enable support of Intel DMAR device hotplug
 2014-07-16 18:48 UTC  (3+ messages)
` [Patch Part3 V4 21/21] pci, ACPI, iommu: Enhance pci_root to support "

[PATCH] Fix build warnings in aer.h
 2014-07-16 18:08 UTC  (2+ messages)

[PATCH v4] pcie: Add Xilinx PCIe Host Bridge IP driver
 2014-07-16 17:38 UTC  (2+ messages)

[PATCH v8 0/9] Support for creating generic PCI host bridges from DT
 2014-07-16 14:47 UTC  (7+ messages)
` [PATCH v8 4/9] pci: OF: Fix the conversion of IO ranges into IO resources

[Patch V3 00/16] Enable support of IOAPIC hotplug on x86 platforms
 2014-07-16 13:33 UTC  (7+ messages)

[PATCH 0/2] Fix GPL v2 license string typos
 2014-07-16  8:44 UTC  (6+ messages)
` [PATCH 1/2] PCI: generic: Fix GPL v2 license string typo
` [PATCH 2/2] PCI: rcar: "

[PATCH v2] PCI: enable ASPM configuration in PCIE POWERSAVE mode
 2014-07-16  8:15 UTC  (3+ messages)

[PATCH 2/2] arm: dra7xx: Add hwmod data for pcie1 and pcie2 subsystems
 2014-07-16  4:45 UTC  (6+ messages)
` [PATCH v2] "

[PATCH] ACPI / hotplug: Simplify acpi_set_hp_context()
 2014-07-16  0:26 UTC  (3+ messages)

[PATCH 1/2] PCI: mvebu: Fix license string
 2014-07-15 22:51 UTC  (4+ messages)
` [PATCH 2/2] PCI: tegra: "

[PATCH] ACPI / hotplug / PCI: Eliminate acpiphp_dev_to_bridge()
 2014-07-15 20:54 UTC  (2+ messages)

Help understanding a possible timing issue in PCIe link training?
 2014-07-15 18:36 UTC  (2+ 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).