Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2024-09-23 19:00:15 to 2024-09-26 22:08:21 UTC [more...]

[PATCH 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-09-26 22:07 UTC  (3+ messages)
` [PATCH 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH] PCI: controller: Switch back to struct platform_driver::remove()
 2024-09-26 21:21 UTC  (2+ messages)

[PATCH v2] PCI: Introduce Cray ClusterStor E1000 NVMe slot LED driver
 2024-09-26 21:02 UTC  (2+ messages)

acpiphp module and Asus GA402RJ
 2024-09-26 19:53 UTC 

[PATCH v2 0/3] PCI: dwc: opitimaze RC host pci_fixup_addr()
 2024-09-26 16:47 UTC  (4+ messages)
` [PATCH v2 1/3] of: address: Add cpu_untranslate_addr to struct of_pci_range
` [PATCH v2 2/3] PCI: dwc: Using cpu_untranslate_addr in of_range to eliminate cpu_addr_fixup()
` [PATCH v2 3/3] PCI: imx6: Remove cpu_addr_fixup()

[PATCH 0/6] drm/i915/pm: Clean up the hibernate vs. PCI D3 quirk
 2024-09-26 16:40 UTC  (20+ messages)
` [PATCH 1/6] PCI/PM: Respect pci_dev->skip_bus_pm in the .poweroff() path
` [PATCH 2/6] drm/i915/pm: Hoist pci_save_state()+pci_set_power_state() to the end of pm _late() hook
` [PATCH 3/6] drm/i915/pm: Simplify pm hook documentation
` [PATCH 4/6] drm/i915/pm: Move the hibernate+D3 quirk stuff into noirq() pm hooks
` [PATCH 5/6] drm/i915/pm: Do pci_restore_state() in switcheroo resume hook
` [PATCH 6/6] drm/i915/pm: Use pci_dev->skip_bus_pm for hibernate vs. D3 workaround

[PATCH] dt-bindings: Fix array property constraints
 2024-09-26 16:36 UTC  (4+ messages)

UAF during boot on MTL based devices with attached dock
 2024-09-26 13:58 UTC  (6+ messages)

[PATCH] PCI: pciehp: Fix system hang on resume after hot-unplug during suspend
 2024-09-26 13:23 UTC  (2+ messages)

[PATCH v9 0/3] PCI: vmd: Enable PCI PM's L1 substates of remapped PCIe Root Port and NVMe
 2024-09-26 13:22 UTC  (8+ messages)
` [PATCH v9 1/3] PCI: vmd: Set PCI devices to D0 before enable PCI PM's L1 substates
` [PATCH v9 2/3] PCI/ASPM: Add notes about enabling PCI-PM L1SS to pci_enable_link_state(_locked)
` [PATCH v9 3/3] PCI: vmd: Save/restore PCIe bridge states before/after pci_reset_bus()

[PATCH] PCI: take the rescan lock when adding devices during host probe
 2024-09-26 13:09 UTC 

[PATCH v2] PCI: hotplug: Add OCTEON PCI hotplug controller driver
 2024-09-26 13:01 UTC  (4+ messages)
` [PATCH v3] "

[PATCH 0/4] Provide devm_clk_bulk_get_all_enabled() helper
 2024-09-26 10:49 UTC  (5+ messages)

[PATCH v2 0/4] Provide devm_clk_bulk_get_all_enabled() helper
 2024-09-26 10:43 UTC  (5+ messages)
` [PATCH v2 1/4] clk: "
` [PATCH v2 2/4] soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled()
` [PATCH v2 3/4] PCI: exynos: "
` [PATCH v2 4/4] clk: Drop obsolete devm_clk_bulk_get_all_enable() helper

[PATCH v3 0/9] A bunch of changes to refine i.MX PCIe driver
 2024-09-26  6:46 UTC  (11+ messages)
` [PATCH v3 1/9] dt-bindings: imx6q-pcie: Add ref clock for i.MX95 PCIe RC
` [PATCH v3 2/9] PCI: imx6: Add ref clock for i.MX95 PCIe
` [PATCH v3 3/9] PCI: imx6: Fetch dbi2 and iATU base addesses from DT
` [PATCH v3 4/9] PCI: imx6: Correct controller_id generation logic for i.MX7D
` [PATCH v3 5/9] PCI: imx6: Make core reset assertion deassertion symmetric
` [PATCH v3 6/9] PCI: imx6: Make *_enable_ref_clk() function symmetric
` [PATCH v3 7/9] PCI: imx6: Use dwc common suspend resume method
` [PATCH v3 8/9] PCI: imx6: Add i.MX8MQ i.MX8Q and i.MX95 PCIe PM support
` [PATCH v3 9/9] arm64: dts: imx95: Add ref clock for i.MX95 PCIe

[PATCH v4 0/6] Add support for PCIe3 on x1e80100
 2024-09-26  5:19 UTC  (32+ messages)
` [PATCH v4 1/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the X1E80100 QMP PCIe PHY Gen4 x8
` [PATCH v4 2/6] dt-bindings: PCI: qcom: Move OPP table to qcom,pcie-common.yaml
` [PATCH v4 3/6] phy: qcom: qmp: Add phy register and clk setting for x1e80100 PCIe3
` [PATCH v4 4/6] clk: qcom: gcc-x1e80100: Fix halt_check for pipediv2 clocks
` [PATCH v4 5/6] PCI: qcom: Add support for X1E80100 SoC
` [PATCH v4 6/6] arm64: dts: qcom: x1e80100: Add support for PCIe3 on x1e80100

[PATCH 0/3] PCI: dwc: opitimaze RC host pci_fixup_addr()
 2024-09-26  3:21 UTC  (7+ messages)
` [PATCH 1/3] of: address: Add helper function to get untranslated 'ranges' information
` [PATCH 2/3] PCI: dwc: Using for_each_of_range_untranslate to elminate cpu_addr_fixup()
` [PATCH 3/3] PCI: imx6: Remove cpu_addr_fixup()

[PATCH v2 0/9] A bunch of changes to refine i.MX PCIe driver
 2024-09-25 19:28 UTC  (13+ messages)
` [PATCH v2 1/9] dt-bindings: imx6q-pcie: Add ref clock for i.MX95 PCIe
` [PATCH v2 2/9] PCI: imx6: "
` [PATCH v2 3/9] PCI: imx6: Fetch dbi2 and iATU base addesses from DT
` [PATCH v2 4/9] PCI: imx6: Correct controller_id generation logic for i.MX7D
` [PATCH v2 5/9] PCI: imx6: Make core reset assertion deassertion symmetric
` [PATCH v2 6/9] PCI: imx6: Make *_enable_ref_clk() function symmetric
` [PATCH v2 7/9] PCI: imx6: Use dwc common suspend resume method
` [PATCH v2 8/9] PCI: imx6: Add i.MX8MQ i.MX8Q and i.MX95 PCIe PM support
` [PATCH v2 9/9] arm64: dts: imx95: Add ref clock for i.MX95 PCIe

My Dell XPS-9320 (kernel 6.10.x, et al.) doesn't detect Thunderbolt additions when coming out of suspend or hibernate
 2024-09-25 16:55 UTC 

[PATCH v1 0/2] Bug fixes when dwc generic suspend/resume functions are used
 2024-09-25 16:47 UTC  (4+ messages)
` [PATCH v1 1/2] PCI: dwc: Fix resume failure if no EP is connected on some platforms
` [PATCH v1 2/2] PCI: dwc: Do stop link in the dw_pcie_suspend_noirq

[RFC PATCH 00/21] Secure VFIO, TDISP, SEV TIO
 2024-09-25 15:41 UTC  (14+ messages)
` [RFC PATCH 12/21] KVM: IOMMUFD: MEMFD: Map private pages

[PATCH 0/6] MT8188 DT and binding fixes
 2024-09-25 13:59 UTC  (3+ messages)
` [PATCH 2/6] dt-bindings: PCI: mediatek-gen3: Allow exact number of clocks only

[PATCH 0/3] Add support for Block Passthrough Endpoint function driver
 2024-09-25  9:23 UTC  (6+ messages)

[PATCH V3] PCI: Extend ACS configurability
 2024-09-25  5:49 UTC  (5+ messages)
` [PATCH V4] "

unexptect ACPI GPE wakeup on Lenovo platforms
 2024-09-25  5:14 UTC  (9+ messages)

[PATCH v5 0/4] Add dbi2 and atu for i.MX8M PCIe EP
 2024-09-25  4:03 UTC  (7+ messages)

[PATCH v2 0/4] PCI: ep: dwc/imx6: Add bus address support for PCI endpoint devices
 2024-09-25  3:06 UTC  (8+ messages)
` [PATCH v2 1/4] PCI: dwc: ep: Add bus_addr_base for outbound window
` [PATCH v2 2/4] dt-bindings: PCI: fsl,imx6q-pcie-ep: Add compatible string fsl,imx8q-pcie-ep
` [PATCH v2 3/4] PCI: imx6: Pass correct sub mode when calling phy_set_mode_ext()
` [PATCH v2 4/4] PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support

[PATCH v1 0/9] A bunch of changes to refine i.MX PCIe driver
 2024-09-25  2:31 UTC  (21+ messages)
` [PATCH v1 1/9] dt-bindings: imx6q-pcie: Add ref clock for i.MX95 PCIe
` [PATCH v1 2/9] PCI: imx6: "
` [PATCH v1 3/9] PCI: imx6: Fetch dbi2 and iATU base addesses from DT
` [PATCH v1 4/9] PCI: imx6: Correct controller_id generation logic for i.MX7D
` [PATCH v1 5/9] PCI: imx6: Make core reset assertion deassertion symmetric
` [PATCH v1 6/9] PCI: imx6: Make *_enable_ref_clk() function symmetric
` [PATCH v1 7/9] PCI: imx6: Use dwc common suspend resume method
` [PATCH v1 8/9] PCI: imx6: Add i.MX8MQ i.MX8Q and i.MX95 PCIe PM support
` [PATCH v1 9/9] arm64: dts: imx95: Add ref clock for i.MX95 PCIe

[KERNEL PATCH v10 0/3] Support device passthrough when dom0 is PVH on Xen
 2024-09-24 22:38 UTC  (5+ messages)
` [KERNEL PATCH v10 1/3] xen/pci: Add a function to reset device for xen
` [KERNEL PATCH v10 2/3] xen/pvh: Setup gsi for passthrough device
` [KERNEL PATCH v10 3/3] xen/privcmd: Add new syscall to get gsi from dev

[PATCH V5 0/5] PCIe TPH and cache direct injection support
 2024-09-24 16:34 UTC  (11+ messages)
` [PATCH V5 1/5] PCI: Add TLP Processing Hints (TPH) support
` [PATCH V5 4/5] bnxt_en: Add TPH support in BNXT driver

[PATCH 0/2 v2] PCI/portdrv: Report inter switch P2P links through sysfs
 2024-09-24 15:08 UTC  (5+ messages)
` [PATCH 1/2 v2] PCI/portdrv: Enable reporting inter-switch P2P links
` [PATCH 2/2 v2] PCI/P2PDMA: Modify p2p_dma_distance to detect "

[PATCH] PCI: dw-rockchip: Remove redundant dev_err()
 2024-09-24 14:21 UTC  (2+ messages)

[PATCH v3 0/2] Add support for CPM5 controller 1
 2024-09-24 14:20 UTC  (5+ messages)
` [PATCH v3 1/2] dt-bindings: PCI: xilinx-cpm: Add compatible string for CPM5 host1
` [PATCH v3 2/2] PCI: xilinx-cpm: Add support for Versal CPM5 Root Port controller 1

[PATCH v3 0/6] Add support for PCIe3 on x1e80100
 2024-09-24  8:43 UTC  (3+ messages)
` [PATCH v3 1/6] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the X1E80100 QMP PCIe PHY Gen4 x8

[PATCH v4] Export PBEC Data register into sysfs
 2024-09-24  7:39 UTC  (2+ messages)

[PATCH] PCI: mediatek-gen3: Avoid PCIe resetting for Airoha EN7581 SoC
 2024-09-24  6:53 UTC  (6+ messages)
    ` 回复: "
      ` 回复: "

[PATCH 00/11] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-09-24  2:45 UTC  (8+ messages)
` [PATCH 05/11] vmlinux.lds.h: Preserve DTB sections from being discarded after init

[GIT PULL] PCI changes for v6.12
 2024-09-23 22:34 UTC  (2+ messages)

[PATCH 0/9] PCI-EP: Add 'ranges' support for PCI endpoint devices
 2024-09-23 19:02 UTC  (5+ messages)


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