linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-04-14 10:55:26 to 2020-04-19 13:27:28 UTC [more...]

[PATCH v8 0/8] Add support for PCIe controller to work in endpoint mode on R-Car/RZ/G2x SoCs
 2020-04-19 13:26 UTC  (3+ messages)
` [PATCH v8 1/8] PCI: rcar: Rename pcie-rcar.c to pcie-rcar-host.c
` [PATCH v8 2/8] PCI: rcar: Move shareable code to a common file

[PATCH 1/2] powerpc/dma: Define map/unmap mmio resource callbacks
 2020-04-19 11:46 UTC  (8+ messages)
` [PATCH 2/2] powerpc/powernv: Enable and setup PCI P2P

[PATCH] PCI: v3-semi: Fix a memory leak in some error handling paths in 'v3_pci_probe()'
 2020-04-19  9:51 UTC  (2+ messages)

[PATCH] Replace -EINVAL with PCIBIOS_BAD_REGISTER_NUMBER
 2020-04-19  5:56 UTC  (3+ messages)

[PATCH RFC] pci: Make return value of pcie_capability_read*() consistent
 2020-04-19  6:51 UTC 

[PATCH 0/8] PCI: aardvark: Fix support for Turris MOX and Compex wifi cards
 2020-04-19  4:01 UTC  (16+ messages)
` [PATCH 1/8] PCI: aardvark: Set controller speed from Device Tree max-link-speed
` [PATCH 2/8] dts: espressobin: Define max-link-speed for pcie0
` [PATCH 3/8] PCI: aardvark: Start link training immediately after enabling link training
` [PATCH 4/8] PCI: aardvark: Do not overwrite Link Status register and ASPM Control bits in Link Control register
` [PATCH 5/8] PCI: aardvark: Set final controller speed based on negotiated link speed
` [PATCH 6/8] PCI: aardvark: Add support for issuing PERST via GPIO
` [PATCH 7/8] dts: aardvark: Route pcie reset pin to gpio function and define reset-gpios for pcie
` [PATCH 8/8] PCI: aardvark: Add FIXME for code which access PCIE_CORE_CMD_STATUS_REG

[PATCH 0/7] PM: sleep: core: Rearrange the handling of driver power management flags
 2020-04-18 19:41 UTC  (16+ messages)
` [PATCH 6/7] PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
` [PATCH v2 0/9] PM: sleep: core: Rearrange the handling of driver power management flags
  ` [PATCH v2 1/9] PM: sleep: core: Simplify the SMART_SUSPEND flag handling
  ` [PATCH v2 2/9] PM: sleep: core: Fold functions into their callers
  ` [PATCH v2 3/9] PM: sleep: core: Do not skip callbacks in the resume phase
  ` [PATCH v2 4/9] PM: sleep: core: Rework the power.may_skip_resume handling
  ` [PATCH v2 5/9] PM: sleep: core: Rename dev_pm_may_skip_resume()
  ` [PATCH v2 6/9] PM: sleep: core: Rename dev_pm_smart_suspend_and_suspended()
  ` [PATCH v2 7/9] PM: sleep: core: Rename DPM_FLAG_NEVER_SKIP
  ` [PATCH v2 8/9] PM: sleep: core: Rename DPM_FLAG_LEAVE_SUSPENDED
  ` [PATCH v2 9/9] Documentation: PM: sleep: Update driver flags documentation

[PATCH v2] ACPI/PCI: pci_link: use extended_irq union member when setting ext-irq shareable
 2020-04-18 19:39 UTC  (2+ messages)

[PATCH 1/2] dt-bindings: Clean-up schema indentation formatting
 2020-04-18 16:03 UTC  (14+ messages)
  ` [PATCH 2/2] dt-bindings: Remove cases of 'allOf' containing a '$ref'

[PATCH] genirq/msi: Check null pointer before copying struct msi_msg
 2020-04-18 15:19 UTC  (3+ messages)

[PATCH AUTOSEL 5.4 30/78] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges
 2020-04-18 14:40 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 65/78] PCI/PM: Add pcie_wait_for_link_delay()
` [PATCH AUTOSEL 5.4 67/78] PCI: pciehp: Prevent deadlock on disconnect
` [PATCH AUTOSEL 5.4 70/78] pci/hotplug/pnv-php: Remove erroneous warning
` [PATCH AUTOSEL 5.4 77/78] PCI/ASPM: Allow re-enabling Clock PM
` [PATCH AUTOSEL 5.4 78/78] PCI/PM: Add missing link delays required by the PCIe spec

[PATCH AUTOSEL 4.19 42/47] pci/hotplug/pnv-php: Remove erroneous warning
 2020-04-18 14:42 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 47/47] PCI/ASPM: Allow re-enabling Clock PM

[PATCH AUTOSEL 5.5 32/75] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges
 2020-04-18 14:09 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 72/75] pci/hotplug/pnv-php: Remove erroneous warning

[PATCH AUTOSEL 5.6 34/73] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges
 2020-04-18 13:47 UTC 

[PATCH 0/1] Real DMA dev DMA domain patch
 2020-04-18 12:13 UTC  (6+ messages)
` [PATCH 1/1] iommu/vt-d: use DMA domain for real DMA devices and subdevices

[PATCH v5 0/2] pciutils: Add basic decode support for CXL DVSEC
 2020-04-18  8:36 UTC  (4+ messages)
` [PATCH v5 1/2] pciutils: Decode available DVSEC details
` [PATCH v5 2/2] pciutils: Decode Compute eXpress Link DVSEC

[RFC PATCH] PCI: Use pci_pcie_find_root_port() to get root port
 2020-04-18  1:08 UTC  (3+ messages)

[PATCH v3 00/14] Add PCIe support to TI's J721E SoC
 2020-04-17 15:19 UTC  (16+ messages)
` [PATCH v3 01/14] PCI: cadence: Fix cdns_pcie_{host|ep}_setup() error path
` [PATCH v3 02/14] linux/kernel.h: Add PTR_ALIGN_DOWN macro
` [PATCH v3 03/14] PCI: cadence: Add support to use custom read and write accessors
` [PATCH v3 04/14] PCI: cadence: Add support to start link and verify link status
` [PATCH v3 05/14] PCI: cadence: Add read/write accessors to perform only 32-bit accesses
` [PATCH v3 06/14] PCI: cadence: Allow pci_host_bridge to have custom pci_ops
` [PATCH v3 07/14] PCI: cadence: Add new *ops* for CPU addr fixup
` [PATCH v3 08/14] PCI: cadence: Fix updating Vendor ID and Subsystem Vendor ID register
` [PATCH v3 09/14] PCI: cadence: Add MSI-X support to Endpoint driver
` [PATCH v3 10/14] dt-bindings: PCI: Add host mode dt-bindings for TI's J721E SoC
` [PATCH v3 11/14] dt-bindings: PCI: Add EP "
` [PATCH v3 12/14] PCI: j721e: Add TI J721E PCIe driver
` [PATCH v3 13/14] misc: pci_endpoint_test: Add J721E in pci_device_id table
` [PATCH v3 14/14] MAINTAINERS: Add Kishon Vijay Abraham I for TI J721E SoC PCIe

[PATCH v2] dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_dev
 2020-04-17 11:50 UTC  (4+ messages)

[PATCH v2 0/4] PCI: cadence: Deprecate inbound/outbound specific bindings
 2020-04-17 11:43 UTC  (5+ messages)
` [PATCH v2 1/4] dt-bindings: "
` [PATCH v2 2/4] PCI: cadence: Use "dma-ranges" instead of "cdns,no-bar-match-nbits" property
` [PATCH v2 3/4] PCI: cadence: Remove "cdns,max-outbound-regions" DT property
` [PATCH v2 4/4] PCI: cadence: Fix to read 32-bit Vendor ID/Device ID property from DT

[PATCH 0/4] Spilt PCIe node to comply with hardware design
 2020-04-17  9:35 UTC 

[PATCH] xen/pci: make xen_msi_init() static
 2020-04-17  7:35 UTC 

[PATCH] PCI: Use of_node_name_eq for node name comparisons
 2020-04-16 21:51 UTC 

[PATCH] PCI/DPC: Allow Non-ACPI Native ports to use DPC
 2020-04-16 20:50 UTC  (3+ messages)

[PATCH v7 1/1] PCI: microchip: Add host driver for Microchip PCIe controller
 2020-04-16 14:42 UTC 

[PATCH v7 0/1] PCI: microchip: Add host driver for Microchip PCIe controller
 2020-04-16 14:40 UTC 

[PATCH 0/5] PCI Bridge Emulation changes for v5.8
 2020-04-16 14:35 UTC  (8+ messages)
` [PATCH 1/5] PCI: pci-bridge-emul: Fix PCIe bit conflicts
` [PATCH 2/5] PCI: pci-bridge-emul: Fix Root Cap/Status comment
` [PATCH 3/5] PCI: pci-bridge-emul: Convert to GENMASK and BIT
` [PATCH 4/5] PCI: pci-bridge-emul: Update for PCIe 5.0 r1.0
` [PATCH 5/5] PCI: pci-bridge-emul: Eliminate the 'reserved' member

[PATCH v5 00/25] iommu: Shared Virtual Addressing and SMMUv3 support
 2020-04-16 12:13 UTC  (32+ messages)
` [PATCH v5 01/25] mm/mmu_notifiers: pass private data down to alloc_notifier()
` [PATCH v5 02/25] iommu/sva: Manage process address spaces
` [PATCH v5 03/25] iommu: Add a page fault handler
` [PATCH v5 04/25] iommu/sva: Search mm by PASID
` [PATCH v5 05/25] iommu/iopf: Handle mm faults
` [PATCH v5 06/25] iommu/sva: Register page fault handler
` [PATCH v5 07/25] arm64: mm: Add asid_gen_match() helper
` [PATCH v5 08/25] arm64: mm: Pin down ASIDs for sharing mm with devices
` [PATCH v5 09/25] iommu/io-pgtable-arm: Move some definitions to a header
` [PATCH v5 10/25] iommu/arm-smmu-v3: Manage ASIDs with xarray
` [PATCH v5 11/25] arm64: cpufeature: Export symbol read_sanitised_ftr_reg()
` [PATCH v5 12/25] iommu/arm-smmu-v3: Share process page tables
` [PATCH v5 13/25] iommu/arm-smmu-v3: Seize private ASID
` [PATCH v5 14/25] iommu/arm-smmu-v3: Add support for VHE
` [PATCH v5 15/25] iommu/arm-smmu-v3: Enable broadcast TLB maintenance
` [PATCH v5 16/25] iommu/arm-smmu-v3: Add SVA feature checking
` [PATCH v5 17/25] iommu/arm-smmu-v3: Implement mm operations
` [PATCH v5 18/25] iommu/arm-smmu-v3: Hook up ATC invalidation to mm ops
` [PATCH v5 19/25] iommu/arm-smmu-v3: Add support for Hardware Translation Table Update
` [PATCH v5 20/25] iommu/arm-smmu-v3: Maintain a SID->device structure
` [PATCH v5 21/25] dt-bindings: document stall property for IOMMU masters
` [PATCH v5 22/25] iommu/arm-smmu-v3: Add stall support for platform devices
` [PATCH v5 23/25] PCI/ATS: Add PRI stubs
` [PATCH v5 24/25] PCI/ATS: Export PRI functions
` [PATCH v5 25/25] iommu/arm-smmu-v3: Add support for PRI

[PATCH] PCI: Do not use pcie_get_speed_cap() to determine when to start waiting
 2020-04-16  8:32 UTC 

[PATCH] PCI: Use pci_pcie_find_root_port() to get root port
 2020-04-16  9:04 UTC 

double-freed irq when suspending with Thinkpad Thunderbolt Dock attached
 2020-04-16  8:01 UTC  (2+ messages)

[PATCH v5 0/2] Adding support for Versal CPM as Root Port driver
 2020-04-16  7:07 UTC  (8+ messages)
` [PATCH v5 2/2] PCI: xilinx-cpm: Add Versal CPM "

[PATCH v1 1/1] PCI/EDR: Change ACPI event message log level
 2020-04-16  0:38 UTC 

[PATCH RFC] dmaengine: dw-edma: Decouple dw-edma-core.c from struct pci_dev
 2020-04-15 23:26 UTC  (8+ messages)

[PATCH] PCI: tegra: Fix reporting GPIO error value
 2020-04-15 16:49 UTC  (5+ messages)

[PATCH AUTOSEL 5.6 025/129] arm64: tegra: Fix Tegra194 PCIe compatible string
 2020-04-15 16:11 UTC  (3+ messages)
` [PATCH AUTOSEL 5.6 084/129] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges

[PATCH] PCI: dwc: intel: make intel_pcie_cpu_addr() static
 2020-04-15 13:09 UTC  (3+ messages)

[PATCH AUTOSEL 5.5 017/106] arm64: tegra: Fix Tegra194 PCIe compatible string
 2020-04-15 11:41 UTC  (2+ messages)
` [PATCH AUTOSEL 5.5 072/106] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges

[PATCH AUTOSEL 5.4 12/84] arm64: tegra: Fix Tegra194 PCIe compatible string
 2020-04-15 11:44 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 55/84] drm/nouveau: workaround runpm fail by disabling PCI power management on certain intel bridges

[PATCH] PCI/PM: Call .bridge_d3() hook only if non-NULL
 2020-04-15  7:29 UTC  (2+ messages)

[PATCH 0/4] PCI: Don't select Kconfig symbols by default
 2020-04-15  0:20 UTC  (6+ messages)
` [PATCH 1/4] PCI: dra7xx: Don't select CONFIG_PCI_DRA7XX_HOST "
` [PATCH 2/4] PCI: keystone: Don't select CONFIG_PCI_KEYSTONE_HOST "
` [PATCH 3/4] PCI/AER: Don't select CONFIG_PCIEAER "
` [PATCH 4/4] PCI/ASPM: Don't select CONFIG_PCIEASPM "

[PATCH] PCI: Move Apex Edge TPU class quirk to fix BAR assignment
 2020-04-15  0:17 UTC 

[PATCH v4 2/2] pciutils: Decode Compute eXpress Link DVSEC
 2020-04-14 21:01 UTC  (3+ messages)

[PATCH v2 00/10] Multiple fixes in PCIe qcom driver
 2020-04-14 17:09 UTC  (6+ messages)
` [PATCH v2 09/10] devicetree: bindings: pci: add ipq8064 rev 2 variant to qcom,pcie
` [PATCH v2 10/10] PCIe: qcom: add Force GEN1 support

[PATCH v2 00/33] Documentation fixes for Kernel 5.8
 2020-04-14 16:48 UTC  (2+ messages)
` [PATCH v2 14/33] docs: pci: boot-interrupts.rst: improve html output

[PATCH 0/4] Move tx-deempth and tx swing to pci.txt
 2020-04-14 12:51 UTC  (4+ messages)
` [PATCH 1/4] devicetree: bindings: pci: document tx-deempth tx swing and rx-eq property
    ` R: "

[BUG] PCI: rockchip: rk3399: pcie switch support
 2020-04-14 12:28 UTC  (5+ messages)

[PATCH 0/3] PCI: Modularize host-generic
 2020-04-14 10:22 UTC  (3+ messages)
` [PATCH 1/3] PCI: Constify struct pci_ecam_ops


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