public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-15 18:52:03 to 2024-10-17 11:36:00 UTC [more...]

[PATCH v2 1/1] PCI: Improve printout in pdev_sort_resources()
 2024-10-17 11:35 UTC  (3+ messages)

[PATCH v8 0/8] PCI: Add PCIe bandwidth controller
 2024-10-17 11:08 UTC  (18+ 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 v3 00/11] Add PCIe support for bcm2712
 2024-10-17  8:05 UTC  (6+ messages)
` [PATCH v3 01/11] dt-bindings: interrupt-controller: Add bcm2712 MSI-X DT bindings
` [PATCH v3 06/11] PCI: brcmstb: Avoid turn off of bridge reset

[PATCH v3 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-17  7:46 UTC  (14+ 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 v3 04/11] PCI: brcmstb: Expand inbound size calculation helper
 2024-10-17  8:02 UTC  (5+ messages)

[PATCH v7 0/7] Add support for PCIe3 on x1e80100
 2024-10-17  7:58 UTC  (9+ 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

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-17  7:51 UTC  (17+ messages)
` [PATCH 06/13] misc: Use never-managed version of pci_intx()
` [PATCH 07/13] vfio/pci: "
` [PATCH 08/13] PCI: MSI: "
` [PATCH 09/13] ata: Use always-managed "
` [PATCH 10/13] wifi: qtnfmac: use always-managed version of pcim_intx()
` [PATCH 11/13] HID: amd_sfh: Use "
` [PATCH 12/13] Remove devres from pci_intx()
` [PATCH 13/13] PCI: Deprecate pci_intx(), pcim_intx()

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

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

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

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

[PATCH V7 0/5] TPH and cache direct injection support
 2024-10-16 21:31 UTC  (2+ messages)

[PATCH v6 0/8] Add support for PCIe3 on x1e80100
 2024-10-16 20:42 UTC  (2+ messages)
` (subset) "

[PATCH v3] PCI: starfive: Enable PCIe controller's runtime PM before probing host bridge
 2024-10-16 20:24 UTC  (2+ messages)

[PATCH] PCI: Constify pci_register_io_range stub fwnode_handle
 2024-10-16 19:55 UTC  (3+ messages)

[PATCH] PCI: cpcihp: remove uneccessary field
 2024-10-16 19:46 UTC  (2+ messages)

[PATCH] PCI: cpqphp: Remove an unused field in struct ctrl_dbg
 2024-10-16 19:42 UTC  (2+ messages)

[PATCH v1 1/5] PCI/P2PDMA: Don't enforce ACS check for functions of same device
 2024-10-16 19:29 UTC  (4+ messages)

[PATCH v2 0/4] PCI: ep: dwc/imx6: Add bus address support for PCI endpoint devices
 2024-10-16 19:10 UTC  (10+ messages)
` [PATCH v2 1/4] PCI: dwc: ep: Add bus_addr_base for outbound window
` [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/2] Bug fixes when dwc generic suspend/resume functions are used
 2024-10-16 18:18 UTC  (5+ messages)
` [PATCH v1 1/2] PCI: dwc: Fix resume failure if no EP is connected on some platforms

[PATCH 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-10-16 18:16 UTC  (23+ messages)
` [PATCH 02/15] cxl/aer/pci: Update is_internal_error() to be callable w/o CONFIG_PCIEAER_CXL
` [PATCH 04/15] cxl/aer/pci: Add CXL PCIe port correctable error support in AER service driver
` [PATCH 05/15] cxl/aer/pci: Update AER driver to read UCE fatal status for all CXL PCIe port devices
` [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 14/15] cxl/aer/pci: Export pci_aer_unmask_internal_errors()
` [PATCH 15/15] cxl/pci: Enable internal CE/UCE interrupts for CXL PCIe port devices

[PATCH v3 0/6] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-10-16 17:35 UTC  (15+ messages)
` [PATCH v3 1/6] genirq/msi: Add cleanup guard define for msi_lock_descs()/msi_unlock_descs()
` [PATCH v3 2/6] PCI: endpoint: Add pci_epc_get_fn() API for customizable filtering
` [PATCH v3 3/6] PCI: endpoint: Add RC-to-EP doorbell support using platform MSI controller
` [PATCH v3 4/6] PCI: endpoint: pci-epf-test: Add doorbell test support
` [PATCH v3 5/6] misc: pci_endpoint_test: Add doorbell test case
` [PATCH v3 6/6] tools: PCI: Add 'B' option for test doorbell

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

[PATCH v2 0/4] Provide devm_clk_bulk_get_all_enabled() helper
 2024-10-16 16:07 UTC  (3+ messages)

[PATCH 1/1] PCI: Convert pdev_sort_resources() to use resource name helper
 2024-10-16 13:34 UTC  (6+ messages)

[PATCH 0/2 v2] PCI/portdrv: Report inter switch P2P links through sysfs
 2024-10-16 13:25 UTC  (7+ messages)
` [PATCH 1/2 v2] PCI/portdrv: Enable reporting inter-switch P2P links

[PATCH v4 00/10] Remove pcim_iomap_regions_request_all()
 2024-10-16 12:41 UTC  (11+ messages)
` [PATCH v4 01/10] PCI: Make pcim_request_all_regions() a public function
` [PATCH v4 02/10] ata: ahci: Replace deprecated PCI functions
` [PATCH v4 03/10] crypto: qat - replace "
` [PATCH v4 04/10] crypto: marvell "
` [PATCH v4 05/10] intel_th: pci: Replace "
` [PATCH v4 06/10] wifi: iwlwifi: replace "
` [PATCH v4 07/10] ntb: idt: Replace "
` [PATCH v4 08/10] serial: rp2: "
` [PATCH v4 09/10] ALSA: korg1212: "
` [PATCH v4 10/10] PCI: Remove pcim_iomap_regions_request_all()

[PATCH v8 0/6] PCI: Remove most pcim_iounmap_regions() users
 2024-10-16 10:38 UTC  (8+ messages)
` [PATCH v8 1/6] PCI: Make pcim_iounmap_region() a public function
` [PATCH v8 2/6] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v8 3/6] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v8 4/6] block: mtip32xx: "
` [PATCH v8 5/6] gpio: "
` [PATCH v8 6/6] ethernet: cavium: "

[PATCH v4 00/12] Fix and improve the Rockchip endpoint driver
 2024-10-16  8:08 UTC  (5+ messages)

[PATCH v2 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-16  7:38 UTC  (35+ messages)
` [PATCH v2 net-next 01/13] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH v2 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v2 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v2 net-next 04/13] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH v2 net-next 05/13] net: enetc: move some common interfaces to enetc_pf_common.c
` [PATCH v2 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v2 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v2 net-next 11/13] net: enetc: optimize the allocation of tx_bdr
` [PATCH v2 net-next 12/13] net: enetc: add preliminary support for i.MX95 ENETC PF

[PATCH V7 0/5] TPH and cache direct injection support
 2024-10-15 23:45 UTC  (6+ messages)
` [PATCH V7 4/5] bnxt_en: Add TPH support in BNXT driver

[PATCH] PCI: dwc: Use level-triggered handler for MSI IRQs
 2024-10-15 21:12 UTC 

[PATCH v5 0/3] PCI: dwc: opitimaze RC host pci_fixup_addr()
 2024-10-15 19:17 UTC  (4+ messages)
` [PATCH v5 1/3] of: address: Add parent_bus_addr to struct of_pci_range
` [PATCH v5 2/3] PCI: dwc: Using parent_bus_addr in of_range to eliminate cpu_addr_fixup()
` [PATCH v5 3/3] PCI: imx6: Remove cpu_addr_fixup()


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