Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2025-06-11 23:42:42 to 2025-06-13 13:49:05 UTC [more...]

[PATCH v3 00/28] lan966x pci device: Add support for SFPs
 2025-06-13 13:47 UTC  (9+ messages)
` [PATCH v3 01/28] Revert "treewide: Fix probing of devices in DT overlays"
` [PATCH v3 02/28] driver core: Rename get_dev_from_fwnode() wrapper to get_device_from_fwnode()
` [PATCH v3 03/28] of: dynamic: Fix overlayed devices not probing because of fw_devlink
` [PATCH v3 04/28] driver core: Avoid warning when removing a device while its supplier is unbinding
` [PATCH v3 05/28] bus: simple-pm-bus: Populate child nodes at probe
` [PATCH v3 06/28] driver core: fw_devlink: Introduce fw_devlink_set_device()
` [PATCH v3 07/28] drivers: core: Use fw_devlink_set_device()
` [PATCH v3 08/28] pinctrl: cs42l43: "

[PATCH v8 0/5] Add support for the PCI host bridge device-tree node creation
 2025-06-13 13:36 UTC  (5+ messages)
` [PATCH v8 5/5] PCI: of: Create device-tree PCI host bridge node

[pci:controller/rockchip-host] BUILD SUCCESS 1fdb13f92388dfc936624b0a0d6abae362b0ace3
 2025-06-13 13:24 UTC 

[PATCH v3 0/2] rust: improve `ForeignOwnable`
 2025-06-13 12:53 UTC  (5+ messages)
` [PATCH v3 1/2] rust: types: add FOREIGN_ALIGN to ForeignOwnable
` [PATCH v3 2/2] rust: types: require `ForeignOwnable::into_foreign` return non-null

[PATCH v3 0/6] PCI: dwc: Do not enumerate bus before endpoint devices are ready
 2025-06-13 12:48 UTC  (7+ messages)
` [PATCH v3 1/6] PCI: Rename PCIE_RESET_CONFIG_DEVICE_WAIT_MS to PCIE_RESET_CONFIG_WAIT_MS
` [PATCH v3 2/6] PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_WAIT_MS
` [PATCH v3 3/6] PCI: dw-rockchip: Wait PCIE_RESET_CONFIG_WAIT_MS after link-up IRQ
` [PATCH v3 4/6] PCI: qcom: "
` [PATCH v3 5/6] PCI: dwc: Ensure that dw_pcie_wait_for_link() waits 100 ms after link up
` [PATCH v3 6/6] PCI: dwc: Reduce LINK_WAIT_SLEEP_MS

[PATCH 01/13] PCI: dwc: Add dw_pcie_clear_and_set_dword() for register bit manipulation
 2025-06-13 12:33 UTC  (3+ messages)
  ` 回复: "

[PATCH 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-06-13 12:28 UTC  (40+ messages)
` [PATCH 01/20] bitfield: introduce HWORD_UPDATE bitfield macros
` [PATCH 02/20] mmc: dw_mmc-rockchip: switch to HWORD_UPDATE macro
` [PATCH 03/20] soc: rockchip: grf: switch to HWORD_UPDATE_CONST macro
` [PATCH 04/20] media: synopsys: hdmirx: replace macros with bitfield variants
` [PATCH 05/20] drm/rockchip: lvds: switch to HWORD_UPDATE macro
` [PATCH 06/20] phy: rockchip-emmc: "
` [PATCH 07/20] drm/rockchip: dsi: switch to HWORD_UPDATE* macros
` [PATCH 08/20] drm/rockchip: vop2: switch to HWORD_UPDATE macro
` [PATCH 09/20] phy: rockchip-samsung-dcphy: "
` [PATCH 10/20] drm/rockchip: dw_hdmi_qp: "
` [PATCH 11/20] drm/rockchip: inno-hdmi: "
` [PATCH 12/20] phy: rockchip-usb: "
` [PATCH 13/20] drm/rockchip: dw_hdmi: switch to HWORD_UPDATE* macros
` [PATCH 14/20] ASoC: rockchip: i2s-tdm: switch to HWORD_UPDATE_CONST macro
` [PATCH 15/20] net: stmmac: dwmac-rk: switch to HWORD_UPDATE macro
` [PATCH 16/20] PCI: rockchip: switch to HWORD_UPDATE* macros
` [PATCH 17/20] PCI: dw-rockchip: switch to HWORD_UPDATE macro
` [PATCH 18/20] PM / devfreq: rockchip-dfi: "
` [PATCH 19/20] clk: sp7021: "
` [PATCH 20/20] phy: rockchip-pcie: "

[PATCH 0/7] Add ASPEED PCIe Root Complex support
 2025-06-13 12:03 UTC  (16+ messages)
` [PATCH 1/7] dt-bindings: phy: Add document for ASPEED PCIe PHY
` [PATCH 2/7] dt-bindings: pci: Add document for ASPEED PCIe Config
` [PATCH 3/7] dt-bindings: pci: Add document for ASPEED PCIe RC
` [PATCH 4/7] ARM: dts: aspeed-g6: Add AST2600 PCIe RC PERST ctrl pin
` [PATCH 5/7] ARM: dts: aspeed-g6: Add PCIe RC node
` [PATCH 6/7] pinctrl: aspeed-g6: Add PCIe RC PERST pin group
` [PATCH 7/7] pci: aspeed: Add ASPEED PCIe host controller driver

[PATCH v4 0/2] Configure root port MPS during host probing
 2025-06-13 11:52 UTC  (6+ messages)
` [PATCH v4 1/2] PCI: "
` [PATCH v4 2/2] PCI: dwc: Remove redundant MPS configuration

[PATCH v3 0/2] PCI: Reduce FLR delay to 10ms for MSFT devices
 2025-06-13 11:42 UTC  (11+ messages)
` [PATCH v3 1/2] PCI: Add flr_delay parameter to pci_dev struct
` [PATCH v3 2/2] PCI: Reduce FLR delay to 10ms for MSFT devices

[PATCH v2] PCI: dw-rockchip: Delay link training after hot reset in EP mode
 2025-06-13 11:22 UTC  (2+ messages)

[PATCH] PCI: dwc: Simplify boolean condition returns in debugfs
 2025-06-13  9:57 UTC  (2+ messages)

[PATCH] PCI/ASPM: consolidate variable declaration and initialization
 2025-06-13  9:52 UTC  (2+ messages)

[PATCH] PCI: dw-rockchip: Delay link training after hot reset in EP mode
 2025-06-13  9:49 UTC  (2+ messages)

[PATCH v4 0/4] Add Qualcomm SA8255p based firmware managed PCIe root complex
 2025-06-13  9:29 UTC  (4+ messages)

[PATCH] pci: altera: remove unused 'node' variable
 2025-06-13  9:25 UTC  (2+ messages)

[PATCH 0/4] Drop unrelated clocks from SM8150/SC8180X PCIe RCs
 2025-06-13  9:13 UTC  (3+ messages)
` [PATCH 1/4] dt-bindings: PCI: qcom,pcie-sc8180x: Drop unrelated clocks from PCIe hosts

[PATCH 00/10] Add PCIe support for Tesla FSD SoC
 2025-06-13  9:04 UTC  (5+ messages)
  ` [PATCH 04/10] PCI: exynos: Add platform device private data

[PATCH] PCI/ASPM: Use boolean type for aspm_disabled and aspm_force
 2025-06-13  8:48 UTC  (2+ messages)

[PATCH 0/2] PCI: Convert MSI and AER state tracking variables to bool type
 2025-06-13  8:45 UTC  (3+ messages)
` [PATCH 2/2] PCI/AER: Use bool for AER disable state tracking

[PATCH V3 0/2] PCI: Fix problems about boot & kexec
 2025-06-13  7:15 UTC  (5+ messages)
` [PATCH V3 1/2] PCI: Use local_pci_probe() when best selected cpu is offline
` [PATCH V3 2/2] PCI: Prevent LS7A Bus Master clearing on kexec

[PATCH v6 0/3] PCI: tegra: Allow building as a module
 2025-06-13  6:17 UTC  (2+ messages)

[PATCH v2 0/2] PCI: imx6: Refine apps_reset and EP link behavior
 2025-06-13  6:13 UTC  (6+ messages)
` [PATCH v2 1/2] PCI: imx6: Remove apps_reset toggle in _core_reset functions
` [PATCH v2 2/2] PCI: imx6: Align EP link start behavior with documentation

[PATCH] PCI: Reduce verbosity of device enable messages
 2025-06-13  6:12 UTC  (2+ messages)

[RFC PATCH v3 0/5] Quality Improvements for Rockchip-IP PCIe
 2025-06-13  5:31 UTC  (7+ messages)
` [RFC PATCH v3 1/5] PCI: rockchip-host: Use standard PCIe defines
` [RFC PATCH v3 2/5] PCI: rockchip: Drop unused custom registers and bitfields
` [RFC PATCH v3 3/5] PCI: rockchip-host: Set Target Link Speed before retraining
` [RFC PATCH v3 4/5] phy: rockchip-pcie: Enable all four lanes
` [RFC PATCH v3 5/5] phy: rockchip-pcie: Adjust read mask and write

[PATCH v3 0/2] riscv: sophgo Add PCIe support to Sophgo SG2044 SoC
 2025-06-13  5:02 UTC  (2+ messages)

[PATCH] PCI/VGA: Look at all PCI display devices in VGA arbiter
 2025-06-13  3:12 UTC 

[PATCH v3 12/13] PCI/TSM: support TDI related operations for host TSM driver
 2025-06-13  3:06 UTC  (11+ messages)

[bugzilla-daemon@kernel.org: [Bug 220216] New: Intel Corporation JHL7440 Thunderbolt 3 Bridge: Unable to change power state from D3hot to D0, device inaccessible]
 2025-06-13  1:32 UTC  (2+ messages)

[PATCH v2 0/5] PCI: dwc: Do not enumerate bus before endpoint devices are ready
 2025-06-12 22:39 UTC  (11+ messages)
` [PATCH v2 1/5] PCI: dw-rockchip: Wait PCIE_RESET_CONFIG_DEVICE_WAIT_MS after link-up IRQ
` [PATCH v2 2/5] PCI: qcom: "
` [PATCH v2 3/5] PCI: dwc: Ensure that dw_pcie_wait_for_link() waits 100 ms after link up
` [PATCH v2 4/5] PCI: dwc: Reduce LINK_WAIT_SLEEP_MS
` [PATCH v2 5/5] PCI: rockchip-host: Use macro PCIE_RESET_CONFIG_DEVICE_WAIT_MS

[bugzilla-daemon@kernel.org: [Bug 218784] New: doc for bug https://bugs.launchpad.net/ubuntu/+source/linux/+bug/2015670]
 2025-06-12 21:48 UTC  (2+ messages)

[pci:misc] BUILD SUCCESS 38815c43786b899a62bf655d58a58f6d95d04bbf
 2025-06-12 21:47 UTC 

[RFC PATCH v2 1/4] PCI: pcie-rockchip: add Link Control and Status Register 2
 2025-06-12 21:26 UTC  (5+ messages)

[PATCH 0/3] PCI: brcmstb: Include cable-modem SoCs
 2025-06-12 20:37 UTC  (7+ messages)
` [PATCH 1/3] dt bindings: "
` [PATCH 2/3] PCI: brcmstb: Refactor indication of SSC status
` [PATCH 3/3] PCI: brcmstb: Enable Broadcom Cable Modem SoCs

[RESEND PATCH v7 0/2] Add support for PCIe RP PERST#
 2025-06-12 20:33 UTC  (4+ messages)
` [RESEND PATCH v7 2/2] PCI: xilinx-cpm: Add support for PCIe RP PERST# signal

[PATCH v9 00/16] Enable CXL PCIe port protocol error handling and logging
 2025-06-12 18:35 UTC  (31+ messages)
` [PATCH v9 03/16] CXL/AER: Introduce kfifo for forwarding CXL errors
` [PATCH v9 04/16] PCI/AER: Dequeue forwarded CXL error
` [PATCH v9 05/16] CXL/PCI: Introduce CXL uncorrectable protocol error recovery
` [PATCH v9 10/16] cxl/pci: Unify CXL trace logging for CXL Endpoints and CXL Ports
` [PATCH v9 11/16] cxl/pci: Update __cxl_handle_cor_ras() to return early if no RAS errors
` [PATCH v9 12/16] cxl/pci: Introduce CXL Endpoint protocol error handlers
` [PATCH v9 13/16] cxl/pci: Introduce CXL Port "
` [PATCH v9 14/16] cxl/pci: Remove unnecessary CXL Endpoint handling helper functions
` [PATCH v9 16/16] CXL/PCI: Disable CXL protocol error interrupts during CXL Port cleanup

[PATCH 1/4] PCI: dw-rockchip: Do not enumerate bus before endpoint devices are ready
 2025-06-12 16:51 UTC  (11+ messages)

[PATCH] PCI: Disable RRS polling for Intel SSDPE2KX020T8 nvme
 2025-06-12 16:48 UTC  (2+ messages)

[PATCH v11 00/11] PCI: Use device bus range info to cleanup RC Host/EP pci_fixup_addr()
 2025-06-12 16:26 UTC  (7+ messages)
` [PATCH v11 10/11] PCI: dwc: Print warning message when cpu_addr_fixup() exists

[PATCH v3 0/3] Fix interrupt log message
 2025-06-12 13:18 UTC  (2+ messages)

[PATCH v3 1/3] PCI/pwrctrl: Add optional slot clock to pwrctrl driver for PCI slots
 2025-06-12 13:16 UTC  (2+ messages)

[PATCH v4 0/3] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd
 2025-06-12 10:46 UTC  (6+ messages)
` [PATCH v4 2/3] PCI/DPC: Run recovery on device that detected the error
` [PATCH v4 3/3] PCI/AER: Report fatal errors of RCiEP and EP if link recoverd

[PATCH V2] rust: Use consistent "# Examples" heading style in rustdoc
 2025-06-12 10:29 UTC  (4+ messages)

[PATCH] x86: Fix build warnings about export.h
 2025-06-12  9:57 UTC  (2+ messages)

[PATCH v2] PCI: Set up runtime PM on devices that don't support PCI PM
 2025-06-12  9:39 UTC  (4+ messages)

[RFC PATCH] PCI: Add quirk to always map ivshmem as write-back
 2025-06-12  8:27 UTC  (2+ messages)

[PATCHv2] pci: allow user specifiy a reset poll timeout
 2025-06-12  8:06 UTC  (7+ messages)

[PATCH v6 0/5] Allow dyn MSI-X vector allocation of MANA
 2025-06-12  6:10 UTC  (3+ messages)

[RFC v2 00/20] lib: Rust implementation of SPDM
 2025-06-12  5:57 UTC  (3+ messages)

[PATCH v3 12/13] PCI/TSM: support TDI related operations for host TSM driver
 2025-06-12  5:44 UTC  (16+ messages)
` [RFC PATCH 1/3] coco: tsm: Add tsm_bind/unbind helpers
  ` [RFC PATCH 3/3] iommufd/tsm: Add tsm_bind/unbind iommufd ioctls

[PATCH 13/13] PCI: dwc: Refactor tegra194 to use dw_pcie_clear_and_set_dword()
 2025-06-12  4:43 UTC  (2+ messages)

[PATCH 0/6] Fix warning for missing export.h in Hyper-V drivers
 2025-06-12  4:04 UTC  (4+ messages)
` [PATCH 3/6] KVM: x86: hyper-v: Fix warnings for missing export.h header inclusion

[PATCH 00/13] PCI: dwc: Refactor register access with dw_pcie_clear_and_set_dword helper
 2025-06-12  1:07 UTC  (2+ messages)

[PATCH 04/13] PCI: dwc: Refactor imx6 to use dw_pcie_clear_and_set_dword()
 2025-06-12  0:50 UTC  (7+ messages)

[PATCH v2] schemas: pci: bridge: Document REFCLK slot clocks
 2025-06-11 23:41 UTC 


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