linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-10-11 04:50:37 to 2018-10-17 03:22:40 UTC [more...]

[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 v4 3/4] PCI: cadence: Check whether MSI is masked before sending it
 2018-10-16 16:01 UTC  (2+ messages)

[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

move bus (PCI, PCMCIA, EISA, rapdio) config to drivers/
 2018-10-16  5:20 UTC  (23+ 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 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] dt-bindings: PCI: rcar: Add device tree support for r8a7744
 2018-10-15  8:16 UTC  (4+ messages)

[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  (14+ messages)
` [PATCH v5 06/11] PCI: Expose reset type to users of pci_reset_bus()
` [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
` [PATCH v5 10/11] PCI: Hide pci_reset_function_locked()
` [PATCH v5 11/11] PCI: Hide pcie_flr() in favor of 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

[PATCHv2 0/4] aer inject updates
 2018-10-11 19:42 UTC  (8+ messages)
` [PATCHv2 1/4] PCI/AER: Reuse existing pcie_port_find_device() interface
` [PATCHv2 2/4] PCI/AER: Abstract AER interrupt handling
` [PATCHv2 3/4] PCI/AER: Refactor error injection fallbacks
` [PATCHv2 4/4] PCI/AER: Covertly inject errors with ftrace hooks

[pci:pci/virtualization 1/2] drivers/pci/probe.c:1460:15: error: 'struct pci_dev' has no member named 'physfn'; did you mean 'is_physfn'?
 2018-10-11 19:36 UTC  (2+ messages)

[pci:pci/hotplug 50/50] drivers/pci/pcie/aer_inject.c:533:20: error: field 'ops' has incomplete type
 2018-10-11 19:16 UTC 

[pci:pci/virtualization 1/2] drivers//pci/probe.c:1460:13: error: 'struct pci_dev' has no member named 'physfn'
 2018-10-11 18:20 UTC 

[PATCH 0/3] aer inject updates
 2018-10-11 17:45 UTC  (6+ messages)
` [PATCH 1/3] PCI/AER: Reuse existing pcie_port_find_device() interface
` [PATCH 2/3] PCI/AER: Abstract AER interrupt handling
` [PATCH 3/3] PCI/AER: Covertly inject errors with ftrace hooks

[PATCH v2] PCI/IOV: Use VF0 cached config space size for other VFs
 2018-10-11 16:59 UTC  (3+ messages)

[PATCH v3] NTB: switchtec_ntb: Update switchtec documentation with pre-requisites for NTB
 2018-10-11 16:36 UTC  (3+ messages)

[PATCH v4 2/4] PCI: cadence: Write MSI data with 32bits
 2018-10-11 16:15 UTC 

[PATCH v4 1/4] PCI: cadence: Use AXI region 0 to signal interrupts from EP
 2018-10-11 16:15 UTC 

[PATCH] pci: Add a few new IDs for Intel GPU "spurious interrupt" quirk
 2018-10-11 16:15 UTC  (9+ messages)

[PATCH v9 00/13] Copy Offload in NVMe Fabrics with P2P PCI Memory
 2018-10-11 15:38 UTC  (5+ messages)

[PATCH] PCI/portdrv: Enable error reporting on managed ports
 2018-10-11 15:16 UTC  (6+ messages)

[PATCH] PCI:mobiveil: fix multi function endpoint failures
 2018-10-11 14:20 UTC  (2+ messages)

[PATCH v3 5/5] PCI: cadence: Add MSI-X capability to EP driver
 2018-10-11 13:52 UTC  (8+ 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).