Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2022-10-19 16:39:57 to 2022-10-25 08:20:06 UTC [more...]

[PATCH RESEND v2 0/2] dt-bindings: PCI: ti,j721e-pci-*: resolve unexpected property warnings
 2022-10-25  8:19 UTC 

[helgaas-pci:pci/portdrv] BUILD SUCCESS 461a65d7d1a4f56b97c9115eda3e8619516f40fb
 2022-10-25  8:03 UTC 

[PATCH RESEND v5 00/24] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-10-25  7:59 UTC  (2+ messages)

[PATCH 00/13] Remove unused microblaze PCIe bus architecture
 2022-10-25  7:31 UTC  (15+ messages)
` [PATCH 01/13] microblaze/PCI: Remove unused early_read_config_byte() et al declarations
` [PATCH 02/13] microblaze/PCI: Remove Null PCI config access unused functions
` [PATCH 03/13] microblaze/PCI: Remove unused PCI bus scan if configured as a host
` [PATCH 04/13] microblaze/PCI: Remove unused PCI legacy IO's access on a bus
` [PATCH 05/13] microblaze/PCI: Remove unused device tree parsing for a host bridge resources
` [PATCH 06/13] microblaze/PCI: Remove unused allocation & free of PCI host bridge structure
` [PATCH 07/13] microblaze/PCI: Remove unused PCI BIOS resource allocation
` [PATCH 08/13] microblaze/PCI: Remove unused PCI Indirect ops
` [PATCH 09/13] microblaze/PCI: Remove unused pci_address_to_pio() conversion of CPU address to I/O port
` [PATCH 10/13] microblaze/PCI: Remove unused sys_pciconfig_iobase() and et al declaration
` [PATCH 11/13] microblaze/PCI: Remove unused pci_iobar_pfn() and et al declarations
` [PATCH 12/13] microblaze/PCI: Remove support for Xilinx PCI host bridge
` [PATCH 13/13] microblaze/PCI: Moving PCI iounmap and dependent code

[PATCH v2 0/2] rework mtk pcie-gen3 bindings and support mt7986
 2022-10-25  7:28 UTC  (3+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: mediatek-gen3: add SoC based clock config
` [PATCH v2 2/2] dt-bindings: PCI: mediatek-gen3: add support for mt7986

[PATCH] PCI: Align MPS to upstream bridge for SAFE and PERFORMANCE mode
 2022-10-25  5:07 UTC  (5+ messages)

[PATCH v11 0/9] Userspace P2PDMA with O_DIRECT NVMe devices
 2022-10-25  1:34 UTC  (26+ messages)
` [PATCH v11 1/9] mm: allow multiple error returns in try_grab_page()
` [PATCH v11 2/9] mm: introduce FOLL_PCI_P2PDMA to gate getting PCI P2PDMA pages
` [PATCH v11 3/9] iov_iter: introduce iov_iter_get_pages_[alloc_]flags()
` [PATCH v11 4/9] block: add check when merging zone device pages
` [PATCH v11 5/9] lib/scatterlist: "
` [PATCH v11 6/9] block: set FOLL_PCI_P2PDMA in __bio_iov_iter_get_pages()
` [PATCH v11 7/9] block: set FOLL_PCI_P2PDMA in bio_map_user_iov()
` [PATCH v11 8/9] PCI/P2PDMA: Allow userspace VMA allocations through sysfs
` [PATCH v11 9/9] ABI: sysfs-bus-pci: add documentation for p2pmem allocate

[PATCH 0/3] rework mtk pcie-gen3 bindings and support mt7986
 2022-10-25  1:27 UTC  (7+ messages)
` [PATCH 1/3] dt-bindings: PCI: mediatek-gen3: add SoC based clock config
` [PATCH 2/3] dt-bindings: PCI: mediatek-gen3: add support for mt7986
` [PATCH 3/3] dt-bindings: PCI: mediatek-gen3: add mt7986 clock config

[PATCH V7 0/4] PCI: vmd: Enable PCIe ASPM and LTR on select hardware
 2022-10-25  0:44 UTC  (5+ messages)
` [PATCH V7 1/4] PCI/ASPM: Add pci_enable_link_state()
` [PATCH V7 2/4] PCI: vmd: Use PCI_VDEVICE in device list
` [PATCH V7 3/4] PCI: vmd: Add vmd_device_data
` [PATCH V7 4/4] PCI: vmd: Add quirk to configure PCIe ASPM and LTR

[PATCH V7 0/4] PCI: vmd: Enable PCIe ASPM and LTR on select hardware
 2022-10-25  0:37 UTC 

[PATCH v2] PCI: hv: Only reuse existing IRTE allocation for Multi-MSI
 2022-10-24 23:33 UTC 

[PATCH] PCI: vmd: Fix secondary bus reset for Intel bridges
 2022-10-24 20:45 UTC  (2+ messages)

[PATCH 0/3] PCI/portdrv: Squash into portdrv.c
 2022-10-24 20:15 UTC  (9+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] PCI/portdrv: Move private things to portdrv.c
` [PATCH 3/3] PCI/portdrv: Unexport pcie_port_service_register(), pcie_port_service_unregister()

[PATCH 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2022-10-24 15:36 UTC  (16+ messages)
` [PATCH 01/12] x86/ioremap: Fix page aligned size calculation in __ioremap_caller()
` [PATCH 02/12] x86/ioapic: Gate decrypted mapping on cc_platform_has() attribute
` [PATCH 03/12] x86/hyperv: Reorder code in prep for subsequent patch
` [PATCH 04/12] Drivers: hv: Explicitly request decrypted in vmap_pfn() calls
` [PATCH 05/12] x86/hyperv: Change vTOM handling to use standard coco mechanisms
` [PATCH 06/12] swiotlb: Remove bounce buffer remapping for Hyper-V
` [PATCH 07/12] Drivers: hv: vmbus: Remove second mapping of VMBus monitor pages
` [PATCH 08/12] Drivers: hv: vmbus: Remove second way of mapping ring buffers
` [PATCH 09/12] hv_netvsc: Remove second mapping of send and recv buffers
` [PATCH 10/12] Drivers: hv: Don't remap addresses that are above shared_gpa_boundary
` [PATCH 11/12] PCI: hv: Add hypercalls to read/write MMIO space
` [PATCH 12/12] PCI: hv: Enable PCI pass-thru devices in Confidential VMs

SPARC64: getting "no compatible bridge window" errors :/
 2022-10-24 18:14 UTC  (2+ messages)

[PATCH v2 0/2] PCI: qcom: Add basic interconnect support
 2022-10-24 16:58 UTC  (4+ messages)
` [PATCH v2 1/2] dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects
` [PATCH v2 2/2] PCI: qcom: Add basic interconnect support

[PATCH 1/2] cxl/pci: Add generic MSI-X/MSI irq support
 2022-10-24 12:36 UTC 

[PATCH v2] PCI/ACPI: Don't assume D3 support if a device is power manageable
 2022-10-24 14:26 UTC  (3+ messages)

[PATCH v2 0/6] PCI: Allow for future resource expansion on initial root bus scan
 2022-10-24 11:25 UTC  (7+ messages)
` [PATCH v2 4/6] PCI: Distribute available resources for root buses too
  ` Regression: "

[PATCH] PCI: imx6: Fix link initialisation when the phy is ref clk provider
 2022-10-24 11:14 UTC  (3+ messages)

[PATCH v4 0/14] Add i.MX PCIe EP mode support
 2022-10-24  8:06 UTC  (15+ messages)
` [RESEND v4 01/14] dt-bindings: imx6q-pcie: Add i.MX8MM PCIe EP mode compatible string
` [RESEND v4 02/14] dt-bindings: imx6q-pcie: Add i.MX8MQ "
` [RESEND v4 03/14] dt-bindings: imx6q-pcie: Add i.MX8MP "
` [RESEND v4 04/14] arm64: dts: Add i.MX8MM PCIe EP support
` [RESEND v4 05/14] arm64: dts: Add i.MX8MM PCIe EP support on EVK board
` [RESEND v4 06/14] arm64: dts: Add i.MX8MQ PCIe EP support
` [RESEND v4 07/14] arm64: dts: Add i.MX8MQ PCIe EP support on EVK board
` [RESEND v4 08/14] arm64: dts: Add i.MX8MP PCIe EP support
` [RESEND v4 09/14] arm64: dts: Add i.MX8MP PCIe EP support on EVK board
` [RESEND v4 10/14] misc: pci_endpoint_test: Add i.MX8 PCIe EP device support
` [RESEND v4 11/14] PCI: imx6: Add i.MX PCIe EP mode support
` [RESEND v4 12/14] PCI: imx6: Add i.MX8MQ PCIe EP support
` [RESEND v4 13/14] PCI: imx6: Add i.MX8MM "
` [RESEND v4 14/14] PCI: imx6: Add i.MX8MP "

[PATCH v1] soc: imx: imx8mp-blk-ctrl: Add PCIe SYSPLL configurations
 2022-10-24  5:43 UTC 

[PATCH 0/4] PCI: qcom: use clk_bulk API
 2022-10-23 23:27 UTC  (10+ messages)
` [PATCH 1/4] PCI: qcom: Move 2_1_0 defines close to the struct definition
` [PATCH 2/4] PCI: qcom: Use clk_bulk_ API for 1.0.0 clocks handling
` [PATCH 3/4] PCI: qcom: Use clk_bulk_ API for 2.3.2 "
` [PATCH 4/4] PCI: qcom: Use clk_bulk_ API for 2.3.3 "

[PATCH v2] PCI: aardvark: Implement workaround for PCIe Completion Timeout
 2022-10-23  9:21 UTC  (10+ messages)
  ` [EXT] "

[GIT PULL] PCI fixes for v6.1
 2022-10-22 23:08 UTC  (2+ messages)

[helgaas-pci:wip/bjorn-22-10-config-of] BUILD SUCCESS f9864e8f2ce05244bc0e15e6593972f07dfcea8c
 2022-10-22 11:12 UTC 

[PATCH V5 0/4] irqchip: Support to set irq type for ACPI path
 2022-10-22  8:05 UTC  (6+ messages)
` [PATCH V5 1/4] ACPI / PCI: fix LPIC IRQ model default PCI IRQ polarity
` [PATCH V5 2/4] irqchip/loongson-pch-pic: fix translate callback for DT path
` [PATCH V5 3/4] irqchip/loongson-pch-pic: Support to set IRQ type for ACPI path
` [PATCH V5 4/4] irqchip/loongson-liointc: "

[PATCH V4 0/4] irqchip: Support to set irq type for ACPI path
 2022-10-22  2:05 UTC  (9+ messages)
` [PATCH V4 1/4] ACPI / PCI: fix LPIC IRQ model default PCI IRQ polarity
` [PATCH V4 2/4] irqchip/loongson-pch-pic: fix translate callback for DT path
` [PATCH V4 3/4] irqchip/loongson-pch-pic: Support to set IRQ type for ACPI path
` [PATCH V4 4/4] irqchip/loongson-liointc: "

[GIT PULL] ACPI fixes for v6.1-rc1
 2022-10-22  1:28 UTC  (2+ messages)

[PATCH V3 0/2] CXL: Taint user access to DOE mailbox config space
 2022-10-21 23:29 UTC  (2+ messages)

[BUG] Intel Apollolake: PCIe bridge "loses" capabilities after entering D3Cold state
 2022-10-21 21:08 UTC  (5+ messages)

[PATCH] selftests: pci: pci-selftest: add support for PCI endpoint driver test
 2022-10-21  8:00 UTC  (4+ messages)

[PATCH 0/2] PCI: qcom: Add basic interconnect support
 2022-10-21  6:40 UTC  (8+ messages)
` [PATCH 1/2] dt-bindings: PCI: qcom: Add SC8280XP/SA8540P interconnects
` [PATCH 2/2] PCI: qcom: Add basic interconnect support

[helgaas-pci:for-linus] BUILD SUCCESS e6aa4edd2f5b07fdc41de287876dd98c6e44322b
 2022-10-21  5:08 UTC 

[PATCH v2 0/3] Add driver nodes for MT8195 SoC
 2022-10-21  3:27 UTC  (6+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: mediatek-gen3: Support mt8195
` [PATCH v2 2/3] arm64: dts: mt8195: Add pcie and pcie phy nodes
` [PATCH v2 3/3] arm64: dts: mt8195: Add venc node

[PATCH] PCI: Remove unnecessary of_irq.h includes
 2022-10-21  0:52 UTC  (2+ messages)
  ` [kbuild-all] "

[PATCH] PCI: Remove unnecessary of_irq.h includes
 2022-10-21  0:49 UTC  (3+ messages)
  ` [kbuild-all] "

[PATCH] PCI: Remove unnecessary of_irq.h includes
 2022-10-20 17:17 UTC  (3+ messages)

[PATCH v3 0/3] PCI: add 4x lane support for pci-j721e controllers
 2022-10-20 16:58 UTC  (5+ messages)
` [PATCH v3 1/3] PCI: j721e: Add PCIe 4x lane selection support
` [PATCH v3 2/3] PCI: j721e: Add per platform maximum lane settings
` [PATCH v3 3/3] PCI: j721e: Add warnings on num-lanes misconfiguration

[PATCH V3 1/4] ACPI / PCI: fix LPIC irq model default PCI IRQ polarity
 2022-10-20  3:16 UTC  (2+ messages)

[PATCH v1 0/3] Add driver nodes for MT8195 SoC
 2022-10-20  2:10 UTC  (4+ messages)
` [PATCH v1 2/3] arm64: dts: mt8195: Add pcie and pcie phy nodes

[PATCH 1/2] dt-bindings: PCI: xilinx-pcie: Convert to YAML schemas of Xilinx AXI PCIe Root Port Bridge
 2022-10-19 23:31 UTC  (3+ messages)
` [PATCH 2/2] dt-bindings: PCI: xilinx-nwl: Convert to YAML schemas of Xilinx NWL "

[PATCH] PCI: Remove unnecessary of_irq.h includes
 2022-10-19 20:27 UTC  (3+ messages)

[PATCH] PCI/ACPI: Don't assume D3 support if a device is power manageable
 2022-10-19 18:13 UTC  (2+ messages)

[PATCH] ACPI: PCI: Fix device reference counting in acpi_get_pci_dev()
 2022-10-19 17:40 UTC  (3+ messages)

[PATCH] MAINTAINERS: Update Kishon's email address in PCI endpoint subsystem
 2022-10-19 17:04 UTC  (2+ messages)

[PATCH v2] MAINTAINERS: Add Vignesh Raghavendra as maintainer of TI DRA7XX/J721E PCI driver
 2022-10-19 16:59 UTC  (2+ messages)

[RESENT PATCH v13 0/6] pci-epf-vntb clean up
 2022-10-19 16:38 UTC  (4+ messages)
` [RESENT PATCH v13 4/6] PCI: endpoint: pci-epf-vntb: remove unused field epf_db_phy
` [RESENT PATCH v13 5/6] PCI: endpoint: pci-epf-vntb: replace hardcode 4 with sizeof(u32)
` [RESENT PATCH v13 6/6] PCI: endpoint: pci-epf-vntb: fix sparse build warning


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox