public inbox for linux-pci@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2024-10-22 13:02:46 to 2024-10-24 15:22:03 UTC [more...]

[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-10-24 15:21 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 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-10-24 15:20 UTC  (13+ messages)
` [PATCH 01/15] cxl/aer/pci: Add CXL PCIe port error handler callbacks in AER service driver
` [PATCH 02/15] cxl/aer/pci: Update is_internal_error() to be callable w/o CONFIG_PCIEAER_CXL

linux: Goodbye from a Linux community volunteer
 2024-10-24 14:50 UTC  (5+ messages)

[PATCH v4 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-24 14:32 UTC  (28+ messages)
` [PATCH v4 net-next 01/13] dt-bindings: net: add compatible string for i.MX95 EMDIO
` [PATCH v4 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v4 net-next 03/13] dt-bindings: net: add bindings for NETC blocks control
` [PATCH v4 net-next 05/13] net: enetc: extract common ENETC PF parts for LS1028A and i.MX95 platforms
` [PATCH v4 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
` [PATCH v4 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v4 net-next 12/13] net: enetc: add preliminary support for i.MX95 ENETC PF

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

[PATCH 00/16] AMD NB and SMN rework
 2024-10-24 13:23 UTC  (19+ messages)
` [PATCH 01/16] x86/mce/amd: Remove shared threshold bank plumbing
` [PATCH 02/16] x86/amd_nb: Restrict init function to AMD-based systems
` [PATCH 03/16] x86/amd_nb: Clean up early_is_amd_nb()
` [PATCH 04/16] x86: Start moving AMD Node functionality out of AMD_NB
` [PATCH 05/16] x86/amd_nb: Simplify function 4 search
` [PATCH 06/16] x86/amd_nb: Simplify root device search
` [PATCH 07/16] x86/amd_nb: Use topology info to get AMD node count
` [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 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 v5 0/2] PCI: microchip: support using either instance 1 or 2
 2024-10-24  9:38 UTC  (2+ messages)

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-10-24  9:11 UTC  (29+ messages)
` [PATCH v3 01/16] rust: init: introduce `Opaque::try_ffi_init`
` [PATCH v3 02/16] rust: introduce `InPlaceModule`
` [PATCH v3 03/16] rust: pass module name to `Module::init`
` [PATCH v3 04/16] rust: implement generic driver registration
` [PATCH v3 05/16] rust: implement `IdArray`, `IdTable` and `RawDeviceId`
` [PATCH v3 06/16] rust: add rcu abstraction
` [PATCH v3 07/16] rust: add `Revocable` type
` [PATCH v3 08/16] rust: add `dev_*` print macros
` [PATCH v3 09/16] rust: add `io::Io` base type
` [PATCH v3 10/16] rust: add devres abstraction
` [PATCH v3 11/16] rust: pci: add basic PCI device / driver abstractions
` [PATCH v3 12/16] rust: pci: implement I/O mappable `pci::Bar`
` [PATCH v3 13/16] samples: rust: add Rust PCI sample driver
` [PATCH v3 14/16] rust: of: add `of::DeviceId` abstraction
` [PATCH v3 15/16] rust: platform: add basic platform device / driver abstractions
` [PATCH v3 16/16] samples: rust: add Rust platform sample driver

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

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

[PATCH v4 0/9] A bunch of changes to refine i.MX PCIe driver
 2024-10-24  7:43 UTC  (20+ messages)
` [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 9/9] arm64: dts: imx95: Add ref clock for i.MX95 PCIe

[PATCH v5 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-24  6:53 UTC  (14+ 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

[PATCH v2] PCI/pwrctl: pwrseq: abandon QCom WCN probe on pre-pwrseq device-trees
 2024-10-24  6:57 UTC  (4+ 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 v2 1/5] PCI/P2PDMA: Don't enforce ACS check for functions of same device
 2024-10-24  5:58 UTC  (5+ messages)

[PATCH] PCI: optimize proc sequential file read
 2024-10-24  3:42 UTC  (3+ messages)

[PATCH] PCI/ROM: Fix PCI ROM header check bug
 2024-10-24  2:17 UTC 

[PATCHv3 0/5] pci cleanup/prep patches
 2024-10-23 22:20 UTC  (10+ messages)
` [PATCHv3 1/5] pci: make pci_stop_dev concurrent safe
` [PATCHv3 2/5] pci: make pci_destroy_dev "
` [PATCHv3 3/5] pci: move the walk bus lock to where its needed
` [PATCHv3 4/5] pci: walk bus recursively
` [PATCHv3 5/5] pci: unexport pci_walk_bus_locked

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-10-23 22:19 UTC  (2+ 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  (4+ messages)

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

[PATCH 1/6] PCI/PM: Respect pci_dev->skip_bus_pm in the .poweroff() path
 2024-10-23 15:31 UTC  (3+ messages)

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

[PATCH 0/2] Make ELOG log and trace consistently with GHES
 2024-10-23 13:35 UTC  (4+ messages)
` [PATCH 2/2] ACPI: extlog: Trace CPER PCI Express Error Section

[pci:aspm] BUILD SUCCESS 7447990137bf06b2aeecad9c6081e01a9f47f2aa
 2024-10-23 12:07 UTC 

[PATCH v6 0/6] Improve PCI memory mapping API
 2024-10-23  9:29 UTC  (13+ messages)

[PATCH v2] PCI: hotplug: Add OCTEON PCI hotplug controller driver
 2024-10-23  9:06 UTC  (6+ messages)
` [PATCH v3] "

[pci:hotplug] BUILD SUCCESS 5a02413a4586a7cfa10b7380377138e66db9df4b
 2024-10-23  9:05 UTC 

[PATCH v6 0/8] PCI: Consolidate TLP Log reading and printing
 2024-10-23  8:27 UTC  (2+ messages)

[PATCH] dt-bindings: Fix array property constraints
 2024-10-23  6:07 UTC  (4+ messages)

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

[PATCH v4 00/12] PCI: qcom: Enumerate endpoints based on Link up event in 'global_irq' interrupt
 2024-10-23  4:15 UTC  (2+ messages)
` (subset) "

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

[pci:next] BUILD SUCCESS 912bf26eced767b39b2e55691f56f2a3e5884e55
 2024-10-22 22:11 UTC 

[PATCH v4 0/4] Provide devm_clk_bulk_get_all_enabled() helper
 2024-10-22 21:05 UTC  (3+ messages)
` [PATCH v4 1/4] clk: "

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

[PATCHv2 0/5] pci cleanup/prep patches
 2024-10-22 20:29 UTC  (4+ messages)
` [PATCHv2 2/5] pci: make pci_destroy_dev concurrent safe

[PATCH v3 1/4] PCI: dwc: ep: Add bus_addr_base for outbound window
 2024-10-22 19:41 UTC  (3+ messages)

[pci:tph] BUILD SUCCESS 48d0fd2b903e397c2a9621ab35f3d8877f61aee4
 2024-10-22 19:08 UTC 

[PATCH v4 1/9] dt-bindings: imx6q-pcie: Add ref clock for i.MX95 PCIe RC
 2024-10-22 16:38 UTC  (3+ messages)

[PATCH iwl-next v2 1/2] PCI: Add PCI_VDEVICE_SUB helper macro
 2024-10-22 16:04 UTC  (3+ messages)
` [Intel-wired-lan] "

[PATCH v2 0/4] PCI: cpqphp: Fix and cleanups
 2024-10-22 15:08 UTC  (2+ messages)

[PATCH v2] PCI: pciehp: Fix system hang during resume with daisy-chained hotplug controllers
 2024-10-22 13:02 UTC 


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