Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2024-10-16 23:52:37 to 2024-10-19 08:46:40 UTC [more...]

[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
 2024-10-19  8:46 UTC  (5+ messages)

[PATCH] PCI: optimize proc sequential file read
 2024-10-19  6:39 UTC  (3+ messages)

[PATCH v4 00/12] Fix and improve the Rockchip endpoint driver
 2024-10-19  6:24 UTC  (6+ messages)

[PATCH v10 0/3] PCIe RK3399 clock and reset using new helper functions
 2024-10-19  6:01 UTC  (4+ messages)
` [PATCH v10 1/3] PCI: rockchip: Simplify clock handling by using clk_bulk*() function
` [PATCH v10 2/3] PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function
` [PATCH v10 3/3] PCI: rockchip: Refactor rockchip_pcie_disable_clocks() function signature

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

[PATCH 13/13] PCI: Deprecate pci_intx(), pcim_intx()
 2024-10-18 23:45 UTC  (2+ messages)

[PATCH 0/4] PCI: cpqphp: Fix and cleanups
 2024-10-18 23:37 UTC  (6+ messages)
` [PATCH 1/4] PCI: cpqphp: Fix PCIBIOS_* return value confusions
` [PATCH 2/4] PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presence
` [PATCH 3/4] PCI: cpqphp: Use define to read class/revision dword
` [PATCH 4/4] PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()

[PATCH v3 04/11] PCI: brcmstb: Expand inbound size calculation helper
 2024-10-18 23:31 UTC  (3+ messages)

[PATCH 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-10-18 23:22 UTC  (25+ messages)
` [PATCH 06/15] cxl/aer/pci: Introduce PCI_ERS_RESULT_PANIC to pci_ers_result type
` [PATCH 07/15] cxl/aer/pci: Add CXL PCIe port uncorrectable error recovery in AER service driver
` [PATCH 09/15] cxl/pci: Map CXL PCIe downstream port RAS registers
` [PATCH 12/15] cxl/pci: Add error handler for CXL PCIe port RAS errors
` [PATCH 13/15] cxl/pci: Add trace logging "

[PATCH v4 1/9] dt-bindings: imx6q-pcie: Add ref clock for i.MX95 PCIe RC
 2024-10-18 23:13 UTC  (2+ messages)

[PATCH v3 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-18 21:09 UTC  (36+ messages)
` [PATCH v3 net-next 01/13] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH v3 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v3 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v3 net-next 04/13] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH v3 net-next 05/13] net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
` [PATCH v3 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v3 net-next 07/13] net: enetc: remove ERR050089 workaround for i.MX95
` [PATCH v3 net-next 08/13] PCI: Add NXP NETC vendor ID and device IDs
` [PATCH v3 net-next 09/13] net: enetc: add i.MX95 EMDIO support
` [PATCH v3 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v3 net-next 11/13] net: enetc: optimize the allocation of tx_bdr
` [PATCH v3 net-next 12/13] net: enetc: add preliminary support for i.MX95 ENETC PF
` [PATCH v3 net-next 13/13] MAINTAINERS: update ENETC driver files and maintainers

[PATCH 0/1] RFC: Need feedback on PCI dt binding property
 2024-10-18 19:03 UTC  (3+ messages)
` [PATCH 1/1] RFC: dt bindings: Add property "brcm,gen3-eq-presets"

[PATCH 1/3] PCI: Remove unused PCI_SUBTRACTIVE_DECODE
 2024-10-18 18:36 UTC  (7+ messages)
` [PATCH 2/3] PCI: Move struct pci_bus_resource into bus.c
` [PATCH 3/3] PCI: Use reverse logic in pci_read_bridge_bases()

[PATCH v3] PCI/ASPM: Disable L1 before disabling L1ss
 2024-10-18 15:25 UTC  (2+ messages)

[PATCH v3 0/6] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-10-18 15:13 UTC  (5+ messages)
` [PATCH v3 4/6] PCI: endpoint: pci-epf-test: Add doorbell test support

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-10-18 14:47 UTC  (10+ messages)
` [PATCH v9 1/9] Documentation PCI: Reformat RMW ops documentation
` [PATCH v9 2/9] PCI: Protect Link Control 2 Register with RMW locking
` [PATCH v9 3/9] PCI: Store all PCIe Supported Link Speeds
` [PATCH v9 4/9] PCI: Refactor pcie_update_link_speed()
` [PATCH v9 5/9] PCI/quirks: Abstract LBMS seen check into own function
` [PATCH v9 6/9] PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller
` [PATCH v9 7/9] PCI/bwctrl: Add API to set PCIe Link Speed
` [PATCH v9 8/9] thermal: Add PCIe cooling driver
` [PATCH v9 9/9] selftests/pcie_bwctrl: Create selftests

[PATCH v7 0/7] Add support for PCIe3 on x1e80100
 2024-10-18 14:25 UTC  (14+ messages)
` [PATCH v7 1/7] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the X1E80100 QMP PCIe PHY Gen4 x8
` [PATCH v7 2/7] dt-bindings: PCI: qcom: Move OPP table to qcom,pcie-common.yaml
` [PATCH v7 3/7] dt-bindings: PCI: qcom,pcie-x1e80100: Add 'global' interrupt
` [PATCH v7 4/7] phy: qcom: qmp: Add phy register and clk setting for x1e80100 PCIe3
` [PATCH v7 5/7] PCI: qcom: Remove BDF2SID mapping config for SC8280X family SoC
` [PATCH v7 6/7] PCI: qcom: Disable ASPM L0s and remove BDF2SID mapping config for X1E80100 SoC
` [PATCH v7 7/7] arm64: dts: qcom: x1e80100: Add support for PCIe3 on x1e80100
` (subset) [PATCH v7 0/7] "

[PATCH v8 0/6] PCI: Remove most pcim_iounmap_regions() users
 2024-10-18 12:36 UTC  (5+ messages)
` [PATCH v8 2/6] PCI: Deprecate pcim_iounmap_regions()

[PATCH] PCI: cadence: Lower severity of message when phy-names property is absent in DTS
 2024-10-18 11:30 UTC 

[PATCH v2] PCI/pwrctl: pwrseq: abandon QCom WCN probe on pre-pwrseq device-trees
 2024-10-18  9:35 UTC  (2+ messages)

[PATCH 4.19/5.4] PCI: Add function 0 DMA alias quirk for Glenfly Arise chip
 2024-10-18  7:43 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: qcom,pcie-sm8550: add SAR2130P compatible
 2024-10-18  7:17 UTC  (2+ messages)

[PATCH 0/3] arm64: dts: PCI: lx2160 use fsl,lx2160ar2-pcie
 2024-10-18  3:03 UTC  (3+ messages)
` [PATCH 2/3] arm64: dts: fsl-lx2160a: add rev2 support

[pci:endpoint] BUILD SUCCESS a1cd1d901a5c6b270d513175a113217d3ac73690
 2024-10-18  2:23 UTC 

[PATCH v4 0/9] A bunch of changes to refine i.MX PCIe driver
 2024-10-18  1:39 UTC  (2+ messages)

[PATCH v2 0/4] Provide devm_clk_bulk_get_all_enabled() helper
 2024-10-17 23:23 UTC  (4+ messages)
` [PATCH v2 1/4] clk: "

[PATCH v3 0/2] PCI: mvebu: Dispose INTx IRQs before to removing INTx domain
 2024-10-17 19:50 UTC  (4+ messages)
` [PATCH v3 1/2] PCI: Add pci_remove_irq_domain() helper

[PATCH 0/2] PCI: dwc: ep: Minor alignment cleanups
 2024-10-17 19:36 UTC  (7+ messages)
` [PATCH 1/2] PCI: dwc: ep: Fix dw_pcie_ep_align_addr()
` [PATCH 2/2] PCI: dwc: ep: Use align addr function for dw_pcie_ep_raise_{msi,msix}_irq()

[PATCH v2 0/8] PCI: Enable Power and configure the QPS615 PCIe switch
 2024-10-17 16:24 UTC  (13+ messages)
` [PATCH v2 8/8] PCI: pwrctl: Add power control driver for qps615

[PATCH v6 0/2] PCI: Enable runtime pm of the host bridge
 2024-10-17 15:35 UTC  (3+ messages)
` [PATCH v6 1/2] PCI: starfive: Enable PCIe controller's runtime PM before probing "
` [PATCH v6 2/2] PCI: Enable runtime pm of the "

[pci:hotplug] BUILD SUCCESS ffce5b49f26c375ee42235f175f3b004446ed383
 2024-10-17 14:55 UTC 

[PATCH v3 00/11] Add PCIe support for bcm2712
 2024-10-17 14:42 UTC  (7+ messages)
` [PATCH v3 06/11] PCI: brcmstb: Avoid turn off of bridge reset
` [PATCH v3 09/11] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk

[PATCH iwl-next 1/2] PCI: Add PCI_VDEVICE_SUB helper macro
 2024-10-17 14:21 UTC  (2+ messages)

[PATCH v2 1/1] PCI: Improve printout in pdev_sort_resources()
 2024-10-17 13:49 UTC  (5+ messages)

[PATCH v8 0/8] PCI: Add PCIe bandwidth controller
 2024-10-17 13:28 UTC  (23+ messages)
` [PATCH v8 1/8] PCI: Protect Link Control 2 Register with RMW locking
` [PATCH v8 2/8] PCI: Store all PCIe Supported Link Speeds
` [PATCH v8 3/8] PCI: Refactor pcie_update_link_speed()
` [PATCH v8 4/8] PCI/quirks: Abstract LBMS seen check into own function
` [PATCH v8 5/8] PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller
` [PATCH v8 6/8] PCI/bwctrl: Add API to set PCIe Link Speed
` [PATCH v8 7/8] thermal: Add PCIe cooling driver
` [PATCH v8 8/8] selftests/pcie_bwctrl: Create selftests

Why set .suppress_bind_attrs even though .remove() implemented?
 2024-10-17  9:56 UTC  (9+ messages)

[PATCH v5 00/14] Fix and improve the Rockchip endpoint driver
 2024-10-17  9:52 UTC  (16+ messages)
` [PATCH v5 01/14] PCI: rockchip-ep: Fix address translation unit programming
` [PATCH v5 02/14] PCI: rockchip-ep: Use a macro to define EP controller .align feature
` [PATCH v5 03/14] PCI: rockchip-ep: Improve rockchip_pcie_ep_unmap_addr()
` [PATCH v5 04/14] PCI: rockchip-ep: Improve rockchip_pcie_ep_map_addr()
` [PATCH v5 05/14] PCI: rockchip-ep: Implement the pci_epc_ops::align_addr() operation
` [PATCH v5 06/14] PCI: rockchip-ep: Fix MSI IRQ data mapping
` [PATCH v5 07/14] PCI: rockchip-ep: Rename rockchip_pcie_parse_ep_dt()
` [PATCH v5 08/14] PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() memory allocations
` [PATCH v5 09/14] PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() MSI-X hiding
` [PATCH v5 10/14] PCI: rockchip-ep: Refactor endpoint link training enable
` [PATCH v5 11/14] PCI: rockship-ep: Implement the pci_epc_ops::stop_link() operation
` [PATCH v5 12/14] PCI: rockchip-ep: Improve link training
` [PATCH v5 13/14] PCI: rockchip-ep: Handle PERST# signal in endpoint mode
` [PATCH v5 14/14] arm64: dts: rockchip: Add rockpro64 overlay for PCIe "

[PATCH v3 08/11] PCI: brcmstb: Reuse config structure
 2024-10-17  8:09 UTC  (2+ messages)

[PATCH v3 06/11] PCI: brcmstb: Avoid turn off of bridge reset
 2024-10-17  8:07 UTC  (3+ messages)

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-17  7:51 UTC  (3+ messages)
` [PATCH 09/13] ata: Use always-managed version of pci_intx()

[PATCH v9 0/3] PCIe RK3399 clock and reset using new helper functions
 2024-10-17  6:03 UTC  (6+ messages)
` [PATCH v9 2/3] PCI: rockchip: Simplify reset control handling by using reset_control_bulk*() function

[PATCH v2] PCI: endpoint: test: Synchronously cancel command handler work
 2024-10-17  3:15 UTC  (2+ messages)

[PATCH] PCI: pciehp: Fix system hang on resume after hot-unplug during suspend
 2024-10-17  2:40 UTC  (10+ messages)

[PATCH v3 00/12]
 2024-10-17  0:52 UTC  (6+ messages)
` [PATCH v3 10/12] PCI: rockchip-ep: Improve link training

[PATCH v2] PCI: endpoint: Improve pci_epc_ops::align_addr() interface
 2024-10-17  0:46 UTC  (4+ messages)

[PATCH rc] PCI: Fix pci_enable_acs() support for the ACS quirks
 2024-10-16 23:52 UTC 


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