public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-10 01:42:54 to 2024-10-11 12:21:31 UTC [more...]

[PATCH v5 0/6] Improve PCI memory mapping API
 2024-10-11 12:21 UTC  (11+ messages)
` [PATCH v5 1/6] PCI: endpoint: Introduce pci_epc_function_is_valid()
` [PATCH v5 2/6] PCI: endpoint: Improve pci_epc_mem_alloc_addr()
` [PATCH v5 3/6] PCI: endpoint: Introduce pci_epc_mem_map()/unmap()
` [PATCH v5 4/6] PCI: endpoint: Update documentation
` [PATCH v5 5/6] PCI: endpoint: test: Use pci_epc_mem_map/unmap()
` [PATCH v5 6/6] PCI: dwc: endpoint: Implement the pci_epc_ops::get_mem_map() operation

[PATCH v2 0/5] NVMe PCI endpoint function driver
 2024-10-11 12:19 UTC  (6+ messages)
` [PATCH v2 1/5] nvmet: rename and move nvmet_get_log_page_len()
` [PATCH v2 2/5] nvmef: export nvmef_create_ctrl()
` [PATCH v2 3/5] nvmef: Introduce the NVME_OPT_HIDDEN_NS option
` [PATCH v2 4/5] PCI: endpoint: Add NVMe endpoint function driver
` [PATCH v2 5/5] PCI: endpoint: Document the "

[RFC PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-11 12:16 UTC  (28+ messages)
` [RFC PATCH 01/13] PCI: Prepare removing "
` [RFC PATCH 02/13] ALSA: hda: hda_intel: Use always-managed version of pcim_intx()
` [RFC PATCH 05/13] net/ntb: Use never-managed version of pci_intx()
` [RFC PATCH 10/13] staging: rts5280: Use always-managed "
` [RFC PATCH 12/13] HID: amd_sfh: Use always-managed version of pcim_intx()
` [RFC PATCH 13/13] Remove devres from pci_intx()

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

[PATCH] PCI: Fix use-after-free of slot->bus on hot remove
 2024-10-11 10:55 UTC  (4+ messages)

[PATCH] PCI: starfive: Enable PCIe controller's PM runtime before probing host bridge
 2024-10-11 10:44 UTC  (4+ messages)

[PATCH v6 0/8] Add support for PCIe3 on x1e80100
 2024-10-11 10:41 UTC  (9+ messages)
` [PATCH v6 1/8] dt-bindings: phy: qcom,sc8280xp-qmp-pcie-phy: Document the X1E80100 QMP PCIe PHY Gen4 x8
` [PATCH v6 2/8] dt-bindings: PCI: qcom: Move OPP table to qcom,pcie-common.yaml
` [PATCH v6 3/8] dt-bindings: PCI: qcom,pcie-x1e80100: Add 'global' interrupt
` [PATCH v6 4/8] phy: qcom: qmp: Add phy register and clk setting for x1e80100 PCIe3
` [PATCH v6 5/8] clk: qcom: gcc-x1e80100: Fix halt_check for pipediv2 clocks
` [PATCH v6 6/8] PCI: qcom: Fix the ops for SC8280X family SoC
` [PATCH v6 7/8] PCI: qcom: Fix the cfg for X1E80100 SoC
` [PATCH v6 8/8] arm64: dts: qcom: x1e80100: Add support for PCIe3 on x1e80100

[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-10-11 10:08 UTC  (8+ messages)
` [PATCH v2 03/14] dt-bindings: pci: Add common schema for devices accessible through PCI BARs
` [PATCH v2 04/14] dt-bindings: misc: Add device specific bindings for RaspberryPi RP1
` [PATCH v2 09/14] pinctrl: rp1: Implement RaspberryPi RP1 gpio support

[PATCH v3 00/12]
 2024-10-11  9:30 UTC  (32+ messages)
` [PATCH v3 01/12] PCI: rockchip-ep: Fix address translation unit programming
` [PATCH v3 02/12] PCI: rockchip-ep: Use a macro to define EP controller .align feature
` [PATCH v3 03/12] PCI: rockchip-ep: Improve rockchip_pcie_ep_unmap_addr()
` [PATCH v3 04/12] PCI: rockchip-ep: Improve rockchip_pcie_ep_map_addr()
` [PATCH v3 06/12] PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() memory allocations
` [PATCH v3 07/12] PCI: rockchip-ep: Refactor rockchip_pcie_ep_probe() MSI-X hiding
` [PATCH v3 08/12] PCI: rockchip-ep: Refactor endpoint link training enable
` [PATCH v3 09/12] PCI: rockship-ep: Introduce rockchip_pcie_ep_stop()
` [PATCH v3 10/12] PCI: rockchip-ep: Improve link training
` [PATCH v3 12/12] PCI: rockchip-ep: Handle PERST# signal in endpoint mode

[PATCH v2 0/3] PCI: VF resizable BAR
 2024-10-11  9:23 UTC  (10+ messages)
` [PATCH v2 1/3] PCI: Add support for VF Resizable Bar extended cap
` [PATCH v2 2/3] PCI: Allow extending VF BAR within original resource boundary

[PATCH net-next 00/11] add basic support for i.MX95 NETC
 2024-10-11  7:29 UTC  (37+ messages)
` [PATCH net-next 01/11] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH net-next 02/11] dt-bindings: net: add i.MX95 ENETC support
` [PATCH net-next 03/11] dt-bindings: net: add bindings for NETC blocks control
` [PATCH net-next 04/11] net: enetc: add initial netc-blk-ctrl driver support
` [PATCH net-next 05/11] net: enetc: add enetc-pf-common "
` [PATCH net-next 09/11] net: enetc: optimize the allocation of tx_bdr
` [PATCH net-next 10/11] net: enetc: add preliminary support for i.MX95 ENETC PF
` [PATCH net-next 11/11] MAINTAINERS: update ENETC driver files and maintainers

[PATCH v2 11/14] misc: rp1: RaspberryPi RP1 misc driver
 2024-10-11  5:15 UTC  (3+ messages)

[PATCH net-next 07/11] PCI: Add NXP NETC vendor ID and device IDs
 2024-10-11  2:06 UTC  (3+ messages)

[PATCH v4 0/7] Improve PCI memory mapping API
 2024-10-11  2:01 UTC  (11+ messages)
` [PATCH v4 2/7] PCI: endpoint: Improve pci_epc_mem_alloc_addr()
` [PATCH v4 3/7] PCI: endpoint: Introduce pci_epc_map_align()
` [PATCH v4 4/7] PCI: endpoint: Introduce pci_epc_mem_map()/unmap()
` [PATCH v4 6/7] PCI: endpoint: test: Use pci_epc_mem_map/unmap()

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-11  1:34 UTC  (8+ messages)
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 3/5] hyperv: Add new Hyper-V headers
    ` [EXTERNAL] "
  ` [EXTERNAL] RE: [PATCH 0/5] Add new headers for Hyper-V Dom0

[PATCH v4 1/3] of: address: Add parent_bus_addr to struct of_pci_range
 2024-10-10 22:54 UTC  (4+ messages)

[PATCH v2 0/4] PCI: Resource helper improvements
 2024-10-10 22:48 UTC  (2+ messages)

[PATCH v2] PCI: imx6: Add suspend/resume support for i.MX6QDL
 2024-10-10 22:45 UTC  (4+ messages)

[PATCH v3 0/5] PCI: VF resizable BAR
 2024-10-10 22:36 UTC  (14+ messages)
` [PATCH v3 1/5] PCI/IOV: Restore VF resizable BAR state after reset
` [PATCH v3 2/5] PCI: Add a helper to identify IOV resources
` [PATCH v3 3/5] PCI: Allow IOV resources to be resized in pci_resize_resource
` [PATCH v3 4/5] PCI/IOV: Allow extending VF BAR within original resource boundary
` [PATCH v3 5/5] drm/xe/pf: Extend the VF LMEM BAR

[PATCH] PCI/DOE: Poll DOE Busy bit for up to 1 second in pci_doe_send_req
 2024-10-10 22:16 UTC  (4+ messages)

[PATCH 0/7] of: Constify DT structs
 2024-10-10 22:07 UTC  (9+ messages)
` [PATCH 1/7] PCI: Constify pci_register_io_range() fwnode_handle
` [PATCH 2/7] logic_pio: Constify fwnode_handle
` [PATCH 3/7] of: Constify struct device_node function arguments
` [PATCH 4/7] of: Constify struct property pointers
` [PATCH 5/7] of: Constify of_changeset_entry function arguments
` [PATCH 6/7] of: Constify safe_name() kobject arg
` [PATCH 7/7] of/address: Constify of_busses[] array and pointers

[PATCH v5] PCI: Enable runtime pm of the host bridge
 2024-10-10 20:39 UTC  (7+ messages)

[PATCH 1/1] PCI: Move no_pci_devices() to the only driver using it
 2024-10-10 19:45 UTC  (2+ messages)

[PATCH v2] PCI: Introduce Cray ClusterStor E1000 NVMe slot LED driver
 2024-10-10 19:29 UTC  (3+ messages)

[PATCH v9 0/6] Add support for the LAN966x PCI device using a DT overlay
 2024-10-10 19:22 UTC  (8+ messages)
` [PATCH v9 1/6] misc: Add support for LAN966x PCI device
` [PATCH v9 2/6] MAINTAINERS: Add the Microchip LAN966x PCI driver entry
` [PATCH v9 3/6] reset: mchp: sparx5: Map cpu-syscon locally in case of LAN966x
` [PATCH v9 4/6] reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency
` [PATCH v9 5/6] reset: mchp: sparx5: Allow building as a module
` [PATCH v9 6/6] reset: mchp: sparx5: set the dev member of the reset controller

[PATCH 03/15] cxl/aer/pci: Refactor AER driver's existing interfaces to support CXL PCIe ports
 2024-10-10 19:11 UTC  (2+ messages)

[PATCH 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-10-10 19:07 UTC  (2+ messages)

[PATCH v7 0/4] Introduce pcim_alloc_irq_vectors()
 2024-10-10 18:20 UTC  (2+ messages)

[PATCH v5 0/7] Add support for PCIe3 on x1e80100
 2024-10-10 13:50 UTC  (3+ messages)
` [PATCH v5 6/7] PCI: qcom: Fix the ops for X1E80100 and SC8280X family SoC

[PATCH v5 0/4] Add dbi2 and atu for i.MX8M PCIe EP
 2024-10-10  9:33 UTC  (5+ messages)
` [PATCH v5 1/4] dt-bindings: imx6q-pcie: Add reg-name "dbi2" and "atu" for i.MX8M PCIe Endpoint

[PATCH v2] PCI: take the rescan lock when adding devices during host probe
 2024-10-10  9:17 UTC  (2+ messages)

[PATCH v1 0/5] NVMe PCI endpoint function driver
 2024-10-10  8:27 UTC  (3+ messages)
` [PATCH v1 1/5] nvmet: rename and move nvmet_get_log_page_len()

[PATCH v8 0/6] Add support for the LAN966x PCI device using a DT overlay
 2024-10-10  6:26 UTC  (8+ messages)
` [PATCH v8 1/6] misc: Add support for LAN966x PCI device
` [PATCH v8 2/6] MAINTAINERS: Add the Microchip LAN966x PCI driver entry
` [PATCH v8 3/6] reset: mchp: sparx5: Map cpu-syscon locally in case of LAN966x
` [PATCH v8 4/6] reset: mchp: sparx5: Add MCHP_LAN966X_PCI dependency
` [PATCH v8 5/6] reset: mchp: sparx5: Allow building as a module
` [PATCH v8 6/6] reset: mchp: sparx5: set the dev member of the reset controller

[PATCH v2 0/2] Bug fixes when generic suspend/resume functions are used
 2024-10-10  5:47 UTC  (3+ messages)
` [PATCH v2 1/2] PCI: dwc: Fix resume failure if no EP is connected on some platforms
` [PATCH v2 2/2] PCI: dwc: Always stop link in the dw_pcie_suspend_noirq

[PATCH] PCI/PM: Put devices to low power state on shutdown
 2024-10-10  4:52 UTC  (3+ messages)

[PATCH v3 05/12] PCI: rockchip-ep: Implement the .map_align() controller operation
 2024-10-10  3:44 UTC  (3+ messages)

[PATCH v1 4/5] PCI: endpoint: Add NVMe endpoint function driver
 2024-10-10  3:33 UTC  (2+ messages)


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