linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-12 19:53:57 to 2024-10-16 01:47:48 UTC [more...]

[PATCH v2 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-16  1:47 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 07/13] net: enetc: only enable ERR050089 workaround on LS1028A
` [PATCH v2 net-next 08/13] PCI: Add NXP NETC vendor ID and device IDs
` [PATCH v2 net-next 09/13] net: enetc: add i.MX95 EMDIO support
` [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 v2 net-next 13/13] MAINTAINERS: update ENETC driver files and maintainers

[PATCH v3 0/6] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-10-16  1:36 UTC  (9+ 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 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 v3 00/11] Add PCIe support for bcm2712
 2024-10-15 20:11 UTC  (23+ messages)
` [PATCH v3 01/11] dt-bindings: interrupt-controller: Add bcm2712 MSI-X DT bindings
` [PATCH v3 02/11] dt-bindings: PCI: brcmstb: Update bindings for PCIe on bcm2712
` [PATCH v3 03/11] irqchip: mip: Add Broadcom bcm2712 MSI-X interrupt controller
` [PATCH v3 04/11] PCI: brcmstb: Expand inbound size calculation helper
` [PATCH v3 05/11] PCI: brcmstb: Enable external MSI-X if available
` [PATCH v3 06/11] PCI: brcmstb: Avoid turn off of bridge reset
` [PATCH v3 07/11] PCI: brcmstb: Add bcm2712 support
` [PATCH v3 08/11] PCI: brcmstb: Reuse config structure
` [PATCH v3 09/11] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk
` [PATCH v3 10/11] arm64: dts: broadcom: bcm2712: Add PCIe DT nodes
` [PATCH v3 11/11] arm64: dts: broadcom: bcm2712-rpi-5-b: Enable "

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-15 19:53 UTC  (15+ messages)
` [PATCH 01/13] PCI: Prepare removing "
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()
` [PATCH 03/13] drivers/xen: Use never-managed version of pci_intx()
` [PATCH 04/13] net/ethernet: "
` [PATCH 05/13] net/ntb: "
` [PATCH 06/13] misc: "
` [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 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()

[PATCH v1 1/5] PCI/P2PDMA: Don't enforce ACS check for functions of same device
 2024-10-15 17:45 UTC  (2+ messages)

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

[PATCH] PCI: Constify dummy pci_register_io_range() fwnode_handle
 2024-10-15 10:49 UTC  (2+ messages)

[PATCH v2] PCI: endpoint: Improve pci_epc_ops::align_addr() interface
 2024-10-15  9:20 UTC  (2+ messages)

[PATCH] PCI: endpoint: Improve pci_epc_ops::align_addr() interface
 2024-10-15  9:02 UTC  (3+ messages)

[PATCH v4 0/9] A bunch of changes to refine i.MX PCIe driver
 2024-10-15  8:33 UTC  (10+ messages)
` [PATCH v4 1/9] dt-bindings: imx6q-pcie: Add ref clock for i.MX95 PCIe RC
` [PATCH v4 2/9] PCI: imx6: Add ref clock for i.MX95 PCIe
` [PATCH v4 3/9] PCI: imx6: Fetch dbi2 and iATU base addesses from DT
` [PATCH v4 4/9] PCI: imx6: Correct controller_id generation logic for i.MX7D
` [PATCH v4 5/9] PCI: imx6: Make core reset assertion deassertion symmetric
` [PATCH v4 6/9] PCI: imx6: Make *_enable_ref_clk() function symmetric
` [PATCH v4 7/9] PCI: imx6: Use dwc common suspend resume method
` [PATCH v4 8/9] PCI: imx6: Add i.MX8MQ i.MX8Q and i.MX95 PCIe PM support
` [PATCH v4 9/9] arm64: dts: imx95: Add ref clock for i.MX95 PCIe

pcie hotplug driver probe is not getting called
 2024-10-15  8:44 UTC  (3+ messages)

[PATCH] PCI/VGA: Don't assume only VGA device found is the boot VGA device
 2024-10-15  8:04 UTC  (4+ messages)

[PATCH v4 12/12] PCI: rockchip-ep: Handle PERST# signal in endpoint mode
 2024-10-15  6:46 UTC  (3+ messages)

[PATCH v3 00/12]
 2024-10-15  6:24 UTC  (6+ messages)
` [PATCH v3 12/12] PCI: rockchip-ep: Handle PERST# signal in endpoint mode

[PATCH v6 0/6] Improve PCI memory mapping API
 2024-10-15  6:01 UTC  (5+ messages)
` [PATCH v6 3/6] PCI: endpoint: Introduce pci_epc_mem_map()/unmap()

[PATCH] PCI: dwc: endpoint: Clear outbound address on unmap
 2024-10-15  5:54 UTC  (2+ messages)

[PATCH] PCI: vmd: Add DID 8086:B06F and 8086:B60B for Intel client SKU's
 2024-10-15  5:43 UTC  (2+ messages)

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

[PATCH v6 6/8] PCI: qcom: Fix the ops for SC8280X family SoC
 2024-10-15  2:46 UTC  (3+ messages)

[PATCH v4 05/12] PCI: rockchip-ep: Implement the pci_epc_ops::get_mem_map() operation
 2024-10-15  1:15 UTC  (2+ messages)

[PATCH v4] Export PBEC Data register into sysfs
 2024-10-15  1:04 UTC  (2+ messages)

[pci:doe] BUILD SUCCESS 86efc62d031307e53ad4011e0aa8898e029cef47
 2024-10-14 23:46 UTC 

[PATCH 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-10-14 17:33 UTC  (4+ messages)

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

[PATCH v6 7/8] PCI: qcom: Fix the cfg for X1E80100 SoC
 2024-10-14 17:20 UTC  (2+ messages)

[PATCH v2] PCI: starfive: Enable PCIe controller's runtime PM before probing host bridge
 2024-10-14 16:18 UTC  (3+ messages)

[PATCH v4 00/12] Fix and improve the Rockchip endpoint driver
 2024-10-14 15:34 UTC  (3+ messages)
` [PATCH v4 01/12] PCI: rockchip-ep: Fix address translation unit programming

[PATCH] PCI: cpcihp: remove uneccessary field
 2024-10-14 13:19 UTC 

[PATCH v6 0/8] Add support for PCIe3 on x1e80100
 2024-10-14 13:09 UTC  (14+ messages)
` [PATCH v6 3/8] dt-bindings: PCI: qcom,pcie-x1e80100: Add 'global' interrupt

[PATCH v7 0/5] PCI: Remove most pcim_iounmap_regions() users
 2024-10-14 12:59 UTC  (12+ messages)
` [PATCH v7 1/5] PCI: Deprecate pcim_iounmap_regions()
` [PATCH v7 2/5] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v7 3/5] block: mtip32xx: "
` [PATCH v7 4/5] gpio: "
` [PATCH v7 5/5] ethernet: cavium: "

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

[pci:for-linus] BUILD SUCCESS 1d59d474e1cb7d4fdf87dfaf96f44647f13ea590
 2024-10-14 12:30 UTC 

[PATCH v2] PCI: take the rescan lock when adding devices during host probe
 2024-10-14 12:21 UTC  (3+ messages)

[PATCH v2] PCI: hotplug: Add OCTEON PCI hotplug controller driver
 2024-10-14 12:01 UTC  (5+ messages)
` [PATCH v3] "

[PATCH v2 0/5] NVMe PCI endpoint function driver
 2024-10-14 11:45 UTC  (15+ 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

[pci:endpoint] BUILD SUCCESS acb6b7158fdf5598d5f8efd4ddd46f0145190ccd
 2024-10-14 10:09 UTC 

[PATCH 0/2 v2] PCI/portdrv: Report inter switch P2P links through sysfs
 2024-10-14  9:44 UTC  (9+ messages)
` [PATCH 1/2 v2] PCI/portdrv: Enable reporting inter-switch P2P links
` [PATCH 2/2 v2] PCI/P2PDMA: Modify p2p_dma_distance to detect "

[PATCH net-next 00/11] add basic support for i.MX95 NETC
 2024-10-14  9:13 UTC  (4+ messages)
` [PATCH net-next 10/11] net: enetc: add preliminary support for i.MX95 ENETC PF

[RFC PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-14  9:12 UTC  (6+ messages)
` [RFC PATCH 01/13] PCI: Prepare removing "

[PATCH v2] PCI: imx6: Add suspend/resume support for i.MX6QDL
 2024-10-14  8:48 UTC  (9+ messages)

[PATCH] PCI/DOE: Poll DOE Busy bit for up to 1 second in pci_doe_send_req
 2024-10-13 15:58 UTC  (5+ messages)

[PATCH] [RFC] PCI/PM: Do not RPM suspend devices without drivers
 2024-10-13 11:03 UTC  (2+ messages)

[PATCH net-next 05/11] net: enetc: add enetc-pf-common driver support
 2024-10-13  2:27 UTC  (2+ messages)

Yamaha Piano 10/12
 2024-10-12 21:58 UTC 

[PATCH] PCI: cpqphp: Remove an unused field in struct ctrl_dbg
 2024-10-12 19:53 UTC 


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