linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-12 05:47:24 to 2018-10-17 11:13:07 UTC [more...]

[PATCH v2 00/21] PCI: Cleanup pci-keystone driver
 2018-10-17 11:12 UTC  (23+ messages)
` [PATCH v2 01/21] PCI: keystone: Use quirk to limit MRRS for K2G
` [PATCH v2 02/21] PCI: keystone: Use quirk to set MRRS for PCI host bridge
` [PATCH v2 03/21] PCI: keystone: Move dw_pcie_setup_rc out of ks_pcie_establish_link()
` [PATCH v2 04/21] PCI: keystone: Do not initiate link training multiple times
` [PATCH v2 05/21] PCI: keystone: Remove unused argument from ks_dw_pcie_host_init()
` [PATCH v2 06/21] PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.c
` [PATCH v2 07/21] PCI: keystone: Remove redundant platform_set_drvdata
` [PATCH v2 08/21] PCI: keystone: Use uniform function naming convention
` [PATCH v2 09/21] dt-bindings: PCI: keystone: Add bindings to get device control module
` [PATCH v2 10/21] PCI: keystone: Use SYSCON APIs to get device ID from "
` [PATCH v2 11/21] PCI: keystone: Cleanup PHY handling
` [PATCH v2 12/21] PCI: keystone: Invoke pm_runtime APIs to enable clock
` [PATCH v2 13/21] PCI: keystone: Cleanup configuration space access
` [PATCH v2 14/21] PCI: keystone: Get number of outbound windows from DT
` [PATCH v2 15/21] PCI: keystone: Cleanup outbound window configuration
` [PATCH v2 16/21] PCI: keystone: Cleanup set_dbi_mode and get_dbi_mode
` [PATCH v2 17/21] PCI: keystone: Cleanup ks_pcie_link_up()
` [PATCH v2 18/21] PCI: keystone: Use ERR_IRQ_STATUS instead of ERR_IRQ_STATUS_RAW to get interrupt status
` [PATCH v2 19/21] PCI: keystone: Add debug error message for all errors
` [PATCH v2 20/21] PCI: keystone: Reorder header file in alphabetical order
` [PATCH v2 21/21] PCI: keystone: Cleanup macros defined in pci-keystone.c

[PATCH v4 3/4] PCI: cadence: Check whether MSI is masked before sending it
 2018-10-17  9:50 UTC  (3+ messages)

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/ v2
 2018-10-17  9:10 UTC  (11+ messages)
` [PATCH 1/8] aha152x: rename the PCMCIA define
` [PATCH 2/8] powerpc: remove CONFIG_PCI_QSPAN
` [PATCH 3/8] powerpc: PCI_MSI needs PCI
` [PATCH 4/8] PCI: consolidate PCI config entry in drivers/pci
` [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
` [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
` [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers

[PATCH] dt-bindings: PCI: rcar: Add device tree support for r8a7744
 2018-10-17  9:18 UTC  (5+ messages)

[bug report] PCI/P2PDMA: Support peer-to-peer memory
 2018-10-17  8:45 UTC 

[Bug report] NVMe and RAID probe fail with commit cdf6b7362108
 2018-10-17  8:43 UTC  (3+ messages)

[v5 0/4] mpt3sas: Hot-Plug Surprise removal support on IOC
 2018-10-17  8:32 UTC  (9+ messages)
` [v5 1/4] mpt3sas: Separate out mpt3sas_wait_for_ioc_to_operational
` [v5 2/4] mpt3sas: Fix Sync cache command failure during driver unload
` [v5 3/4] mpt3sas:Fix driver modifying persistent data
` [v5 4/4] mpt3sas: Bump driver version to 27.100.00.00

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
 2018-10-17  8:17 UTC  (24+ messages)
` [PATCH 1/8] aha152x: rename the PCMCIA define
` [PATCH 2/8] powerpc: simplify CONFIG_PCI_QSPAN Kconfig magic
` [PATCH 3/8] powerpc: PCI_MSI needs PCI
` [PATCH 4/8] pci: consolidate PCI config entry in drivers/pci
` [PATCH 5/8] pcmcia: allow PCMCIA support independent of the architecture
` [PATCH 6/8] rapidio: consolidate RAPIDIO config entry in drivers/rapidio
` [PATCH 7/8] eisa: consolidate EISA Kconfig entry in drivers/eisa
` [PATCH 8/8] kconfig: remove CONFIG_MCA leftovers

[PATCH 00/19] PCI: Cleanup pci-keystone driver
 2018-10-17  3:21 UTC  (22+ messages)
` [PATCH 01/19] PCI: keystone: Use quirk to limit MRRS for K2G
` [PATCH 02/19] PCI: keystone: Use quirk to set MRRS for PCI host bridge
` [PATCH 03/19] PCI: keystone: Move dw_pcie_setup_rc out of ks_pcie_establish_link()
` [PATCH 04/19] PCI: keystone: Do not initiate link training multiple times
` [PATCH 05/19] PCI: keystone: Remove unused argument from ks_dw_pcie_host_init()
` [PATCH 06/19] PCI: keystone: Merge pci-keystone-dw.c and pci-keystone.c
` [PATCH 07/19] PCI: keystone: Remove redundant platform_set_drvdata
` [PATCH 08/19] PCI: keystone: Use uniform function naming convention
` [PATCH 09/19] dt-bindings: PCI: keystone: Add bindings to get device control module
` [PATCH 10/19] PCI: keystone: Use syscon APIs to get device id from "
` [PATCH 11/19] PCI: keystone: Cleanup PHY handling
` [PATCH 12/19] PCI: keystone: Invoke pm_runtime APIs to enable clock
` [PATCH 13/19] PCI: keystone: Cleanup configuration space access
` [PATCH 14/19] PCI: keystone: Get number of OB windows from DT and cleanup MEM space configuration
` [PATCH 15/19] PCI: keystone: Cleanup set_dbi_mode and get_dbi_mode
` [PATCH 16/19] PCI: keystone: Cleanup ks_pcie_link_up()
` [PATCH 17/19] PCI: keystone: Add debug error message for all errors
` [PATCH 18/19] PCI: keystone: Reorder header file in alphabetical order
` [PATCH 19/19] PCI: keystone: Cleanup macros defined in pci-keystone.c

[PATCH v3 0/7] Add virtio-iommu driver
 2018-10-16 20:31 UTC  (22+ messages)
` [PATCH v3 1/7] dt-bindings: virtio-mmio: Add IOMMU description
` [PATCH v3 2/7] dt-bindings: virtio: Add virtio-pci-iommu node
` [PATCH v3 3/7] PCI: OF: Allow endpoints to bypass the iommu
` [PATCH v3 4/7] PCI: OF: Initialize dev->fwnode appropriately
` [PATCH v3 5/7] iommu: Add virtio-iommu driver
` [PATCH v3 6/7] iommu/virtio: Add probe request
` [PATCH v3 7/7] iommu/virtio: Add event queue

[PATCH v9 0/9] PCI: mediatek: fixup find_port, enable_msi and add PM, module support
 2018-10-16 14:53 UTC  (11+ messages)
` [PATCH v9 1/9] PCI: mediatek: Using slot's devfn for compare to fix mtk_pcie_find_port logic
` [PATCH v9 2/9] PCI: Using PCI configuration space header type instead of class type to assign resource
` [PATCH v9 3/9] PCI: mediatek: Remove the redundant dev->pm_domain check
` [PATCH v9 4/9] PCI: mediatek: Convert to use pci_host_probe()
` [PATCH v9 5/9] PCI: mediatek: Move the mtk_pcie_startup_port_v2 function's define after mtk_pcie_setup_irq
` [PATCH v9 6/9] PCI: mediatek: Fixup enable MSI logic by enable MSI after clock enabled
` [PATCH v9 7/9] PCI: mediatek: Add system PM support for MT2712 and MT7622
` [PATCH v9 8/9] PCI: mediatek: Save the GIC IRQ in mtk_pcie_port
` [PATCH v9 9/9] PCI: mediatek: Add loadable kernel module support

[PATCH 0/2] VMD fixes for 4.20
 2018-10-16 14:48 UTC  (5+ messages)
` [PATCH 1/2] PCI/VMD: Detach resources after stopping root bus
` [PATCH 2/2] PCI/VMD: Set up firmware-first if capable

[PATCH] PCI: pcie: remove redundant 'default n' from Kconfig
 2018-10-16 14:38 UTC 

[PATCH v4 4/4] PCI: cadence: Check link is up before sending IRQ from EP
 2018-10-16 14:01 UTC  (4+ messages)

[RESEND PATCH v3 0/2] add new UniPhier PCIe host driver
 2018-10-16  5:27 UTC  (3+ messages)
` [RESEND PATCH v3 1/2] dt-bindings: PCI: Add UniPhier PCIe host controller description
` [RESEND PATCH v3 2/2] PCI: uniphier: Add UniPhier PCIe host controller support

[PATCH v3 0/2] add new UniPhier PCIe host driver
 2018-10-16  2:08 UTC  (4+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: Add UniPhier PCIe host controller description
` [PATCH v3 2/2] PCI: uniphier: Add UniPhier PCIe host controller support

[PATCH] PCI/ACPI: Improve _OSC control request granularity
 2018-10-15 22:23 UTC 

[PATCH v3 00/10] Shared Virtual Addressing for the IOMMU
 2018-10-15 20:53 UTC  (7+ messages)
` [PATCH v3 03/10] iommu/sva: Manage process address spaces
` [RFC PATCH v3 10/10] iommu/sva: Add support for private PASIDs

[PATCH v8 0/9] PCI: mediatek: fixup find_port, enable_msi and add PM, module support
 2018-10-15 18:37 UTC  (11+ messages)
` [PATCH v8 1/9] PCI: mediatek: Using slot's devfn for compare to fix mtk_pcie_find_port logic
` [PATCH v8 2/9] PCI: mediatek: Fix class type for MT7622 as PCI_CLASS_BRIDGE_PCI
` [PATCH v8 3/9] PCI: mediatek: Remove the redundant dev->pm_domain check
` [PATCH v8 4/9] PCI: mediatek: Convert to use pci_host_probe()
` [PATCH v8 5/9] PCI: mediatek: Move the mtk_pcie_startup_port_v2 function's define after mtk_pcie_setup_irq
` [PATCH v8 6/9] PCI: mediatek: Fixup enable MSI logic by enable MSI after clock enabled
` [PATCH v8 7/9] PCI: mediatek: Add system PM support for MT2712 and MT7622
` [PATCH v8 8/9] PCI: mediatek: Save the GIC IRQ in mtk_pcie_port
` [PATCH v8 9/9] PCI: mediatek: Add loadable kernel module support

[PATCH v6 0/9] PCI: mediatek: fixup find_port, enable_msi and add pm, module support
 2018-10-15 18:34 UTC  (11+ messages)
` [PATCH v6 2/9] PCI: mediatek: Fixup class ID for MT7622 as PCI_CLASS_BRIDGE_PCI

[PATCH] PCI MPS settings on rescan
 2018-10-15 14:37 UTC  (2+ messages)
` [PATCH] PCI: Configure MPS "

[PATCH v7 0/9] PCI: mediatek: fixup find_port, enable_msi and add PM, module support
 2018-10-15  6:49 UTC  (12+ messages)
` [PATCH v7 1/9] PCI: mediatek: Using slot's devfn for compare to fix mtk_pcie_find_port logic
` [PATCH v7 2/9] PCI: mediatek: Fix class type for MT7622 as PCI_CLASS_BRIDGE_PCI
` [PATCH v7 3/9] PCI: mediatek: Remove the redundant dev->pm_domain check
` [PATCH v7 4/9] PCI: mediatek: Convert to use pci_host_probe()
` [PATCH v7 5/9] PCI: mediatek: Move the mtk_pcie_startup_port_v2 function's define after mtk_pcie_setup_irq
` [PATCH v7 6/9] PCI: mediatek: Fixup enable MSI logic by enable MSI after clock enabled
` [PATCH v7 7/9] PCI: mediatek: Add system PM support for MT2712 and MT7622
` [PATCH v7 8/9] PCI: mediatek: Save the GIC IRQ in mtk_pcie_port
` [PATCH v7 9/9] PCI: mediatek: Add loadable kernel module support

[PATCH] PCI: make pci_size() return real size
 2018-10-13  0:49 UTC 

[PATCH v4 0/6] mpt3sas: Hot-Plug Surprise removal support on IOC
 2018-10-12 23:43 UTC  (12+ messages)
` [PATCH v4 1/6] mpt3sas: Introduce mpt3sas_base_pci_device_is_available

[PATCH v2 0/4] ARM: dts: imx6sx: Add DISPLAY power domain support
 2018-10-12 22:09 UTC  (3+ messages)
` [PATCH v2 2/4] dt-bindings: imx6q-pcie: Add multi-pd bindings for imx6sx

[PATCHv2] PCI/P2PDMA: Fix freeing dev_pagemap on error
 2018-10-12 19:30 UTC  (2+ messages)

[PATCH v3] NTB: switchtec_ntb: Update switchtec documentation with pre-requisites for NTB
 2018-10-12 17:54 UTC  (2+ messages)

[PATCH] PCI/P2PDMA: Fix freeing dev_pagemap on error
 2018-10-12 16:21 UTC  (4+ messages)

[PATCH v5 01/11] PCI: Expose reset_type to users of __pci_reset_function_locked()
 2018-10-12 14:46 UTC  (6+ messages)
` [PATCH v5 08/11] PCI: Unify pci_reset_function_locked() and __pci_reset_function_locked()
` [PATCH v5 09/11] PCI: Add options to pci_reset_function

[RFC PATCH 00/40] Cleanup pci-keystone.c and Add AM654 PCIe Support
 2018-10-12 13:47 UTC  (2+ messages)

[PATCH v4 0/4] Fixes for cadence EP driver
 2018-10-12 11:15 UTC  (2+ messages)

[PATCH v2 2/2] PCI: controller: dwc: add UniPhier PCIe host controller support
 2018-10-12 10:50 UTC  (3+ messages)

[PATCH v3] PCI/AER: Enable reporting for all ports
 2018-10-12  8:16 UTC  (4+ messages)
` [PATCH v3] PCI/AER: Enable reporting for ports enumerated after AER driver registration


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).