linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-06-12 14:46:14 to 2025-06-13 15:58:55 UTC [more...]

[PATCH 0/7] Add ASPEED PCIe Root Complex support
 2025-06-13 15:58 UTC  (18+ 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 v3 00/28] lan966x pci device: Add support for SFPs
 2025-06-13 15:58 UTC  (31+ 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 v3 09/28] cxl/test: Use device_set_node()
` [PATCH v3 10/28] cxl/test: Use fw_devlink_set_device()
` [PATCH v3 11/28] PCI: of: "
` [PATCH v3 12/28] driver core: fw_devlink: Tag the fwnode dev member as private
` [PATCH v3 13/28] PCI: of: Set fwnode device of newly created PCI device nodes
` [PATCH v3 14/28] PCI: of: Remove fwnode_dev_initialized() call for a PCI root bridge node
` [PATCH v3 15/28] i2c: core: Introduce i2c_get_adapter_physdev()
` [PATCH v3 16/28] i2c: mux: Set adapter physical device
` [PATCH v3 17/28] i2c: mux: Create missing devlink between mux and "
` [PATCH v3 18/28] of: property: Allow fw_devlink device-tree on x86 when PCI device-tree node creation is enabled
` [PATCH v3 19/28] clk: lan966x: Add MCHP_LAN966X_PCI dependency
` [PATCH v3 20/28] i2c: busses: at91: "
` [PATCH v3 21/28] misc: lan966x_pci: Fix dtso nodes ordering
` [PATCH v3 22/28] misc: lan966x_pci: Split dtso in dtsi/dtso
` [PATCH v3 23/28] misc: lan966x_pci: Rename lan966x_pci.dtso to lan966x_evb_lan9662_nic.dtso
` [PATCH v3 24/28] PCI: Add Microchip LAN9662 PCI Device ID
` [PATCH v3 25/28] misc: lan966x_pci: Introduce board specific data
` [PATCH v3 26/28] misc: lan966x_pci: Add dtsi/dtso nodes in order to support SFPs
` [PATCH v3 27/28] misc: lan966x_pci: Sort the drivers list in Kconfig help
` [PATCH v3 28/28] misc: lan966x_pci: Add drivers needed to support SFPs "

[PATCH v4 0/2] Configure root port MPS during host probing
 2025-06-13 15:40 UTC  (8+ 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 15:33 UTC  (14+ 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

[RFC PATCH v4 1/5] PCI: rockchip: Use standard PCIe defines
 2025-06-13 15:25 UTC  (8+ messages)
` [RFC PATCH v4 2/5] PCI: rockchip: Drop unused custom registers and bitfields
` [RFC PATCH v4 3/5] PCI: rockchip: Set Target Link Speed before retraining
` [RFC PATCH v4 4/5] phy: rockchip-pcie: Enable all four lanes
` [RFC PATCH v4 5/5] phy: rockchip-pcie: Adjust read mask and write

[RESEND RFC PATCH v4 0/5] PCI: rockchip: Improve driver quality
 2025-06-13 15:06 UTC  (6+ messages)
` [RESEND RFC PATCH v4 1/5] PCI: rockchip: Use standard PCIe defines
` [RESEND RFC PATCH v4 2/5] PCI: rockchip: Drop unused custom registers and bitfields
` [RESEND RFC PATCH v4 3/5] PCI: rockchip: Set Target Link Speed before retraining
` [RESEND RFC PATCH v4 4/5] phy: rockchip-pcie: Enable all four lanes
` [RESEND RFC PATCH v4 5/5] phy: rockchip-pcie: Adjust read mask and write

[RFC PATCH v4 0/4] PCI: rockchip: Improve quality of driver
 2025-06-13 15:00 UTC  (3+ messages)
` [RFC PATCH v4 1/4] PCI: rockchip: Drop unused custom registers and bitfields

[PATCH 00/20] BYEWORD_UPDATE: unifying (most) HIWORD_UPDATE macros
 2025-06-13 14:59 UTC  (43+ 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] PCI: dwc: Simplify boolean condition returns in debugfs
 2025-06-13 14:54 UTC  (3+ messages)

[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  (4+ messages)
` [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 v2] PCI: dw-rockchip: Delay link training after hot reset in EP mode
 2025-06-13 11:22 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  (5+ messages)
` [PATCH v2 1/2] PCI: imx6: Remove apps_reset toggle in _core_reset functions

[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  (4+ 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  (22+ messages)
` [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  (5+ 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


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