Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2024-10-23 17:22:16 to 2024-10-25 15:59:04 UTC [more...]

[PATCH 00/16] AMD NB and SMN rework
 2024-10-25 15:58 UTC  (22+ messages)
` [PATCH 03/16] x86/amd_nb: Clean up early_is_amd_nb()
` [PATCH 08/16] x86/amd_nb: Simplify function 3 search
` [PATCH 09/16] x86/amd_nb, x86/amd_node: Simplify amd_pci_dev_to_node_id()
` [PATCH 10/16] x86/amd_nb: Move SMN access code to a new amd_smn driver
` [PATCH 11/16] x86/amd_smn: Fixup __amd_smn_rw()
` [PATCH 12/16] x86/amd_smn: Remove dependency on AMD_NB
` [PATCH 13/16] x86/amd_smn: Use defines for register offsets
` [PATCH 14/16] x86/amd_smn, platform/x86/amd/hsmp: Have HSMP use SMN
` [PATCH 15/16] x86/amd_smn: Add SMN offsets to exclusive region access
` [PATCH 16/16] x86/amd_smn: Add support for debugfs access to SMN registers

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

linux: Goodbye from a Linux community volunteer
 2024-10-25 15:18 UTC  (27+ messages)

[PATCH] PCI: Restore the original INTX_DISABLE bit by pcim_intx()
 2024-10-25 15:06 UTC  (6+ messages)

[PATCH] pci: provide bus reset attribute
 2024-10-25 14:50 UTC 

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

[RFC PATCH v1 0/3] VMD add PCH rootbus support
 2024-10-25 15:01 UTC  (4+ messages)
` [RFC PATCH v1 1/3] PCI: vmd: Clean up vmd_enable_domain function
` [RFC PATCH v1 2/3] PCI: vmd: Add VMD PCH rootbus support
` [RFC PATCH v1 3/3] PCI: vmd: Add WA for "

[PATCH v4 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-25 13:06 UTC  (15+ messages)
` [PATCH v4 net-next 01/13] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH v4 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control

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

[PATCH v4 00/10] Add PCIe support for bcm2712
 2024-10-25 12:45 UTC  (11+ messages)
` [PATCH v4 01/10] dt-bindings: interrupt-controller: Add bcm2712 MSI-X DT bindings
` [PATCH v4 02/10] dt-bindings: PCI: brcmstb: Update bindings for PCIe on bcm2712
` [PATCH v4 03/10] irqchip: Add Broadcom bcm2712 MSI-X interrupt controller
` [PATCH v4 04/10] PCI: brcmstb: Reuse config structure
` [PATCH v4 05/10] PCI: brcmstb: Expand inbound window size up to 64GB
` [PATCH v4 06/10] PCI: brcmstb: Enable external MSI-X if available
` [PATCH v4 07/10] PCI: brcmstb: Add bcm2712 support
` [PATCH v4 08/10] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk
` [PATCH v4 09/10] arm64: dts: broadcom: bcm2712: Add PCIe DT nodes
` [PATCH v4 10/10] arm64: dts: broadcom: bcm2712-rpi-5-b: Enable "

[PATCH v4 00/10] Add PCIe support for bcm2712
 2024-10-25 12:41 UTC 

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-10-25 10:32 UTC  (7+ messages)
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v3 16/16] samples: rust: add Rust platform sample driver

[PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-25  8:46 UTC  (9+ messages)
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()

[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-10-25  8:29 UTC  (8+ messages)
` [PATCH v2 08/14] clk: rp1: Add support for clocks provided by RP1
` [PATCH v2 11/14] misc: rp1: RaspberryPi RP1 misc driver

[PATCH v2 0/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before PCI client drivers
 2024-10-25  8:07 UTC  (8+ messages)
` [PATCH v2 1/5] PCI/pwrctl: Use of_platform_device_create() to create pwrctl devices
` [PATCH v2 2/5] PCI/pwrctl: Create pwrctl devices only if at least one power supply is present
` [PATCH v2 3/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before the PCI client drivers
` [PATCH v2 4/5] PCI/pwrctl: Move pwrctl device creation to its own helper function
` [PATCH v2 5/5] PCI/pwrctl: Remove pwrctl device without iterating over all children of pwrctl parent

[PATCH 0/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before PCI client drivers
 2024-10-25  8:06 UTC  (10+ messages)
` [PATCH 1/5] PCI/pwrctl: Use of_platform_device_create() to create pwrctl devices
` [PATCH 4/5] PCI/pwrctl: Move pwrctl device creation to its own helper function

[pci:for-linus] BUILD SUCCESS ad783b9f8e78572fff3b04b6caee7bea3821eea8
 2024-10-25  7:28 UTC 

[PATCH v2 1/5] PCI/P2PDMA: Don't enforce ACS check for functions of same device
 2024-10-25  6:57 UTC  (9+ messages)

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

[PATCH] PCI/ROM: Fix PCI ROM header check bug
 2024-10-24 23:17 UTC  (2+ messages)

[PATCH v3 0/2] PCI: add enabe(disable)_device() hook for bridge
 2024-10-24 22:34 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: Add enable_device() and disable_device() callbacks for bridges
` [PATCH v3 2/2] PCI: imx6: Add IOMMU and ITS MSI support for i.MX95

[PATCH v4 0/4] PCI: ep: dwc/imx6: Add bus address support for PCI endpoint devices
 2024-10-24 20:41 UTC  (5+ messages)
` [PATCH v4 1/4] PCI: dwc: ep: Add bus_addr_base for outbound window
` [PATCH v4 2/4] dt-bindings: PCI: fsl,imx6q-pcie-ep: Add compatible string fsl,imx8q-pcie-ep
` [PATCH v4 3/4] PCI: imx6: Pass correct sub mode when calling phy_set_mode_ext()
` [PATCH v4 4/4] PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support

[PATCH 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-10-24 19:10 UTC  (9+ messages)
` [PATCH 01/15] cxl/aer/pci: Add CXL PCIe port error handler callbacks in AER service driver

[PATCH v5 0/2] PCI: microchip: support using either instance 1 or 2
 2024-10-24 18:46 UTC  (3+ messages)

[pci:locking] BUILD SUCCESS ab679834c47572542b8f9f42dd0839aace152fae
 2024-10-24 18:04 UTC 

[pci:bwctrl] BUILD SUCCESS 3df7d1bf0623ace4e77c3ee9395c0060157505ab
 2024-10-24 18:00 UTC 

[PATCH v3] PCI: rcar-gen4: Add a document about the firmware
 2024-10-24 12:05 UTC 

[PATCH v4 00/10] Remove pcim_iomap_regions_request_all()
 2024-10-24 11:48 UTC  (3+ messages)
` [PATCH v4 05/10] intel_th: pci: Replace deprecated PCI functions

[PATCH v10 0/6] Add support for the LAN966x PCI device using a DT overlay
 2024-10-24 10:42 UTC  (2+ messages)

[PATCH v1] Bluetooth: btintel_pcie: Device suspend-resume support added
 2024-10-24  9:06 UTC  (3+ messages)

[PATCH v4 0/9] A bunch of changes to refine i.MX PCIe driver
 2024-10-24  7:43 UTC  (10+ messages)
` [PATCH v4 2/9] PCI: imx6: Add ref clock for i.MX95 PCIe
` [PATCH v4 4/9] PCI: imx6: Correct controller_id generation logic for i.MX7D
` [PATCH v4 7/9] PCI: imx6: Use dwc common suspend resume method

[PATCH v2] PCI/pwrctl: pwrseq: abandon QCom WCN probe on pre-pwrseq device-trees
 2024-10-24  6:57 UTC  (3+ messages)

[PATCH v7 0/7] Add support for PCIe3 on x1e80100
 2024-10-24  6:46 UTC  (9+ messages)
` [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] PCI: optimize proc sequential file read
 2024-10-24  3:42 UTC  (2+ messages)

[PATCHv3 0/5] pci cleanup/prep patches
 2024-10-23 22:20 UTC  (2+ messages)

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-10-23 22:19 UTC  (2+ messages)

[PATCHv3 5/5] pci: unexport pci_walk_bus_locked
 2024-10-23 22:07 UTC  (4+ messages)

[PATCH v4] PCI: Detect and trust built-in Thunderbolt chips
 2024-10-23 21:06 UTC  (3+ messages)

[PATCH v3] PCI: imx6: Add suspend/resume support for i.MX6QDL
 2024-10-23 20:12 UTC  (2+ messages)

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-23 18:39 UTC  (7+ messages)
  ` [EXTERNAL] "


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