linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-05-13 13:17:07 to 2022-05-18 09:45:16 UTC [more...]

[PATCH v10 00/10] PCI: qcom: Fix higher MSI vectors handling
 2022-05-18  9:43 UTC  (13+ messages)
` [PATCH v10 01/10] PCI: qcom: Revert "PCI: qcom: Add support for handling MSIs from 8 endpoints"
` [PATCH v10 02/10] PCI: dwc: Propagate error from dma_mapping_error()
` [PATCH v10 03/10] PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()
` [PATCH v10 04/10] PCI: dwc: Convert msi_irq to the array
` [PATCH v10 05/10] PCI: dwc: split MSI IRQ parsing/allocation to a separate function
` [PATCH v10 06/10] PCI: dwc: Handle MSIs routed to multiple GIC interrupts
` [PATCH v10 07/10] PCI: dwc: Implement special ISR handler for split MSI IRQ setup
` [PATCH v10 08/10] PCI: qcom: Handle MSIs routed to multiple GIC interrupts
` [PATCH v10 09/10] dt-bindings: PCI: qcom: Support additional MSI interrupts
` [PATCH v10 10/10] arm64: dts: qcom: sm8250: provide "

[PATCH 2/3] PCI: dwc: qcom: Set suspend_poweroff flag for SC7280
 2022-05-18  8:43 UTC  (6+ messages)

[PATCH v6 0/5] PCI: qcom: Rework pipe_clk/pipe_clk_src handling
 2022-05-18  7:53 UTC  (13+ messages)
` [PATCH v6 1/5] PCI: qcom: Remove unnecessary pipe_clk handling
` [PATCH v6 2/5] clk: qcom: regmap: add PHY clock source implementation
` [PATCH v6 3/5] clk: qcom: gcc-sm8450: use new clk_regmap_pipe_src_ops for PCIe pipe clocks
` [PATCH v6 4/5] clk: qcom: gcc-sc7280: "
` [PATCH v6 5/5] PCI: qcom: Drop manual pipe_clk_src handling

[helgaas-pci:for-linus] BUILD SUCCESS 4246970a3bcb450e52c043127792d4f0ad39678f
 2022-05-18  6:57 UTC 

[PATCH 1/3] PCI: Add a flag to notify PCI drivers about powerdown during suspend
 2022-05-18  3:59 UTC  (5+ messages)

[PATCH v2] PCI: mediatek-gen3: Print LTSSM state when PCIe link down
 2022-05-18  1:55 UTC  (3+ messages)

[GIT PULL] PCI fixes for v5.18
 2022-05-17 23:52 UTC  (2+ messages)

[PATCH v4 0/4] vfio/pci: power management changes
 2022-05-17 23:30 UTC  (10+ messages)
` [PATCH v4 1/4] vfio/pci: Invalidate mmaps and block the access in D3hot power state
` [PATCH v4 2/4] vfio/pci: Change the PF power state to D0 before enabling VFs
` [PATCH v4 3/4] vfio/pci: Virtualize PME related registers bits and initialize to zero
` [PATCH v4 4/4] vfio/pci: Move the unused device into low power state with runtime PM

[PATCH v3] PCI/AER: Handle Multi UnCorrectable/Correctable errors properly
 2022-05-17 22:28 UTC  (2+ messages)

[RFC v2 00/39] Kconfig: Introduce HAS_IOPORT config option
 2022-05-17 22:15 UTC  (5+ messages)
` [RFC v2 12/39] i2c: add HAS_IOPORT dependencies
` [RFC v2 29/39] rtc: "

[PATCH v3 0/3] Asynchronous shutdown interface and example implementation
 2022-05-17 22:08 UTC  (4+ messages)
` [PATCH v3 1/3] driver core: Support asynchronous driver shutdown
  ` [PATCH v3 2/3] PCI: Support asynchronous shutdown
    ` [PATCH v3 3/3] nvme: Add async shutdown support

[PATCH v5 2/2] PCI/PM: Fix pci_pm_suspend_noirq() to disable PTM
 2022-05-17 18:05 UTC  (9+ messages)

[PATCH v2 00/17] PCI: dwc: Add dma-ranges/YAML-schema/Baikal-T1 support
 2022-05-17 17:20 UTC  (31+ messages)
` [PATCH v2 01/17] dt-bindings: PCI: dwc: Define common and native DT bindings
` [PATCH v2 03/17] PCI: dwc: Add more verbose link-up message
` [PATCH v2 04/17] PCI: dwc: Detect iATU settings after getting "addr_space" resource
` [PATCH v2 05/17] PCI: dwc: Convert to using native IP-core versions representation
` [PATCH v2 06/17] PCI: dwc: Add IP-core version detection procedure
` [PATCH v2 07/17] PCI: dwc: Introduce Synopsys IP-core versions/types interface
` [PATCH v2 08/17] PCI: dwc: Add host de-initialization callback
` [PATCH v2 10/17] PCI: dwc: Drop iATU regions enumeration - dw_pcie_region_type
` [PATCH v2 12/17] PCI: dwc: Add iATU regions size detection procedure
` [PATCH v2 13/17] PCI: dwc: Verify in/out regions against iATU constraints
` [PATCH v2 14/17] PCI: dwc: Check iATU in/outbound ranges setup methods status
` [PATCH v2 15/17] PCI: dwc: Introduce dma-ranges property support for RC-host
` [PATCH v2 16/17] PCI: dwc: Introduce generic platform clocks and resets sets

New collaboration
 2022-05-17 15:50 UTC 

[PATCH] drivers/pci: wait downstream hierarchy ready instead of slot itself ready, after secondary bus reset
 2022-05-17 14:56 UTC  (5+ messages)

[PATCH v11 0/8] Enable designware PCI EP EDMA locally
 2022-05-17 15:19 UTC  (9+ messages)
` [PATCH v11 1/8] dmaengine: dw-edma: Remove unused field irq in struct dw_edma_chip
` [PATCH v11 2/8] dmaengine: dw-edma: Detach the private data and chip info structures
` [PATCH v11 3/8] dmaengine: dw-edma: Change rg_region to reg_base in struct dw_edma_chip
` [PATCH v11 4/8] dmaengine: dw-edma: Rename wr(rd)_ch_cnt to ll_wr(rd)_cnt "
` [PATCH v11 5/8] dmaengine: dw-edma: Drop dma_slave_config.direction field usage
` [PATCH v11 6/8] dmaengine: dw-edma: Fix eDMA Rd/Wr-channels and DMA-direction semantics
` [PATCH v11 7/8] dmaengine: dw-edma: Add support for chip specific flags
` [PATCH v11 8/8] PCI: endpoint: Enable DMA tests for endpoints with DMA capabilities

[PATCH 0/3] add dynamic PCI device of_node creation for overlay
 2022-05-17 15:03 UTC  (6+ messages)
` [PATCH 1/3] of: always populate a root node

[PATCH v2] PCI: microchip: Fix potential race in interrupt handling
 2022-05-17 14:16 UTC 

[PATCH v3 00/13] PCI: dwc: Various fixes and cleanups
 2022-05-17 12:50 UTC  (14+ messages)
` [PATCH v3 01/13] PCI: dwc: Stop link in the host init error and de-initialization
` [PATCH v3 02/13] PCI: dwc: Don't use generic IO-ops for DBI-space access
` [PATCH v3 03/13] PCI: dwc: Add unroll iATU space support to the regions disable method
` [PATCH v3 04/13] PCI: dwc: Disable outbound windows for controllers with iATU
` [PATCH v3 05/13] PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address
` [PATCH v3 06/13] PCI: dwc: Add braces to the multi-line if-else statements
` [PATCH v3 07/13] PCI: dwc: Add trailing new-line literals to the log messages
` [PATCH v3 08/13] PCI: dwc: Discard IP-core version checking on unrolled iATU detection
` [PATCH v3 09/13] PCI: dwc: Convert Link-up status method to using dw_pcie_readl_dbi()
` [PATCH v3 10/13] PCI: dwc: Deallocate EPC memory on EP init error
` [PATCH v3 11/13] PCI: dwc-plat: Simplify the probe method return value handling
` [PATCH v3 12/13] PCI: dwc-plat: Discard unused regmap pointer
` [PATCH v3 13/13] PCI: dwc-plat: Drop dw_plat_pcie_of_match forward declaration

[RESEND PATCH v5] PCI: Make sure the bus bridge powered on when scanning bus
 2022-05-17 12:48 UTC  (2+ messages)

[PATCH v3 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes
 2022-05-17 12:01 UTC  (10+ messages)
` [PATCH v3 3/4] clk: baikal-t1: Move reset-controls code into a dedicated module

[PATCH v2 0/3] Asynchronous shutdown interface and example implementation
 2022-05-17 10:13 UTC  (8+ messages)
` [PATCH v2 1/3] driver core: Support asynchronous driver shutdown

[PATCH v8 0/8] Add support for HiSilicon PCIe Tune and Trace device
 2022-05-17  9:15 UTC  (23+ messages)
` [PATCH v8 1/8] iommu/arm-smmu-v3: Make default domain type of HiSilicon PTT device to identity
` [PATCH v8 2/8] hwtracing: hisi_ptt: Add trace function support for HiSilicon PCIe Tune and Trace device
` [PATCH v8 3/8] hwtracing: hisi_ptt: Add tune "
` [PATCH v8 4/8] perf arm: Refactor event list iteration in auxtrace_record__init()
` [PATCH v8 5/8] perf tool: Add support for HiSilicon PCIe Tune and Trace device driver
` [PATCH v8 6/8] perf tool: Add support for parsing HiSilicon PCIe Trace packet
` [PATCH v8 7/8] docs: trace: Add HiSilicon PTT device driver documentation
` [PATCH v8 8/8] MAINTAINERS: Add maintainer for HiSilicon PTT driver

[PATCH 1/2] PCI: dra7xx: Fix link removal on probe error
 2022-05-17  7:32 UTC  (9+ messages)

[PATCH] PCI: Clear PCI_STATUS when setting up the device
 2022-05-17  4:37 UTC 

[PATCH 0/6] PCI: mvebu: Add support for PME and AER interrupts
 2022-05-17  0:18 UTC  (3+ messages)
` [PATCH 1/6] dt-bindings: irqchip: armada-370-xp: Update information about MPIC SoC Error

[PATCH v6 00/21] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-05-16 22:35 UTC  (3+ messages)

[Bug 215925] New: PCIe regression on Raspberry Pi Compute Module 4 (CM4) breaks booting
 2022-05-16 21:05 UTC  (3+ messages)

[PATCH] Revert "PCI: aardvark: Rewrite IRQ code to chained IRQ handler"
 2022-05-16 20:59 UTC  (2+ messages)

[PATCH 0/3] PCI: Notify PCI drivers about powerdown during suspend
 2022-05-16 20:15 UTC  (3+ messages)

[RFC v3 0/5] RK3568 PCIe V3 support
 2022-05-16 19:21 UTC  (12+ messages)
` [RFC v3 1/5] dt-bindings: phy: rockchip: add PCIe v3 phy
    ` Aw: "
      `  "
` [RFC v3 2/5] dt-bindings: soc: grf: add pcie30-{phy,pipe}-grf
` [RFC v3 3/5] phy: rockchip: Support PCIe v3
` [RFC v3 4/5] arm64: dts: rockchip: rk3568: Add PCIe v3 nodes
` [RFC v3 5/5] arm64: dts: rockchip: Add PCIe v3 nodes to BPI-R2-Pro

[RFC PATCH 0/1] DOE usage with pcie/portdrv
 2022-05-16 17:01 UTC  (12+ messages)

[PATCH v8 0/1] x86/PCI: Ignore E820 reservations for bridge windows on future systems
 2022-05-16 16:12 UTC  (3+ messages)
` [PATCH v8 1/1] "

[PATCH v2] dt-bindings: PCI: xilinx-cpm: Fix reg property order
 2022-05-16 11:17 UTC  (2+ messages)

[PATCH v9 0/5] Enable rk356x PCIe controller
 2022-05-15 19:47 UTC  (4+ messages)
` [PATCH v9 4/5] arm64: dts: rockchip: Add rk3568 PCIe2x1 controller
` (subset) [PATCH v9 0/5] Enable rk356x PCIe controller

[lpieralisi-pci:pci/cadence] BUILD SUCCESS 95b00f68209e2bc9f2ee9126afcebab451e0e9d8
 2022-05-15 16:10 UTC 

[lpieralisi-pci:pci/vmd] BUILD SUCCESS c94f732e8001a860b42aa740b0a178a29907463c
 2022-05-15 16:09 UTC 

[helgaas-pci:for-linus] BUILD SUCCESS 3b0b6e2182ffffa8143349c078d1e2f4c7ee1249
 2022-05-15 15:53 UTC 

[helgaas-pci:next] BUILD SUCCESS 617c8a1e527fadaaec3ba5bafceae7a922ebef7e
 2022-05-15 15:17 UTC 

[helgaas-pci:pci/pm] BUILD SUCCESS 0f40ac35e4ecb16ab5bb672386a90e3cde13b186
 2022-05-15  0:42 UTC 

[PATCH] PCI: Marvell: Update PCIe fixup
 2022-05-14 18:21 UTC  (4+ messages)
` [PATCH v2 1/2] ARM: "

[PATCH 00/18] PCI: aardvark controller changes BATCH 5
 2022-05-14  9:14 UTC  (10+ messages)
` [PATCH 06/18] PCI: pciehp: Enable DLLSC interrupt only if supported
` [PATCH 07/18] PCI: pciehp: Enable Command Completed Interrupt "

[PATCH v2 0/2] PCI: hv: Hardening changes
 2022-05-13 16:58 UTC  (4+ messages)

[PATCH v2 00/13] PCI: dwc: Various fixes and cleanups
 2022-05-13 16:50 UTC  (5+ messages)

[PATCH V1 RESEND 0/4] Infrastructure to define apertures in a PCIe device with a flattened device tree
 2022-05-13 15:19 UTC  (6+ messages)
` [PATCH V1 RESEND 2/4] Documentation: devicetree: bindings: add binding for PCIe endpoint bus

[PATCH v8 00/10] PCI: qcom: Fix higher MSI vectors handling
 2022-05-13 15:11 UTC  (11+ messages)

[PATCH RESEND v5 1/4] PCI: Clean up pci_scan_slot()
 2022-05-13 14:47 UTC  (3+ messages)

[PATCH v9 00/10] PCI: qcom: Fix higher MSI vectors handling
 2022-05-13 13:16 UTC  (9+ messages)
` [PATCH v9 03/10] PCI: dwc: Correct msi_irq condition in dw_pcie_free_msi()
` [PATCH v9 04/10] PCI: dwc: Convert msi_irq to the array
` [PATCH v9 05/10] PCI: dwc: split MSI IRQ parsing/allocation to a separate function
` [PATCH v9 06/10] PCI: dwc: Handle MSIs routed to multiple GIC interrupts
` [PATCH v9 07/10] PCI: dwc: Implement special ISR handler for split MSI IRQ setup
` [PATCH v9 08/10] PCI: qcom: Handle MSIs routed to multiple GIC interrupts
` [PATCH v9 09/10] dt-bindings: PCI: qcom: Support additional MSI interrupts
` [PATCH v9 10/10] arm64: dts: qcom: sm8250: provide "


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