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

[PATCH 00/16] AMD NB and SMN rework
 2024-10-23 17:21 UTC  (9+ 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 09/16] x86/amd_nb, x86/amd_node: Simplify amd_pci_dev_to_node_id()

[PATCH v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-10-23 16:32 UTC  (21+ messages)
` [PATCH v2 01/14] dt-bindings: clock: Add RaspberryPi RP1 clock bindings
` [PATCH v2 02/14] dt-bindings: pinctrl: Add RaspberryPi RP1 gpio/pinctrl/pinmux bindings
` [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 08/14] clk: rp1: Add support for clocks provided by RP1

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-10-23 15:57 UTC  (28+ 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 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 00/13] Remove implicit devres from pci_intx()
 2024-10-23 15:03 UTC  (5+ messages)
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()

[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 0/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before PCI client drivers
 2024-10-23 10:30 UTC  (12+ 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 v4 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-23 10:03 UTC  (30+ 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 04/13] net: enetc: add initial netc-blk-ctrl driver support
` [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 07/13] net: enetc: remove ERR050089 workaround for i.MX95
` [PATCH v4 net-next 08/13] PCI: Add NXP NETC vendor ID and device IDs
` [PATCH v4 net-next 09/13] net: enetc: add i.MX95 EMDIO support
` [PATCH v4 net-next 10/13] net: enetc: extract enetc_int_vector_init/destroy() from enetc_alloc_msix()
` [PATCH v4 net-next 11/13] net: enetc: optimize the allocation of tx_bdr
` [PATCH v4 net-next 12/13] net: enetc: add preliminary support for i.MX95 ENETC PF
` [PATCH v4 net-next 13/13] MAINTAINERS: update ENETC driver files and maintainers

[PATCH v6 0/6] Improve PCI memory mapping API
 2024-10-23  9:29 UTC  (15+ 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 v2] PCI/pwrctl: pwrseq: abandon QCom WCN probe on pre-pwrseq device-trees
 2024-10-23  9:03 UTC  (2+ messages)

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

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

[PATCH v1] Bluetooth: btintel_pcie: Device suspend-resume support added
 2024-10-23  7:18 UTC 

[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 0/5] Add new headers for Hyper-V Dom0
 2024-10-23  0:51 UTC  (5+ messages)
  ` [EXTERNAL] "

[PATCH 0/15] Enable CXL PCIe port protocol error handling and logging
 2024-10-22 23:43 UTC  (15+ 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

[PATCHv3 0/5] pci cleanup/prep patches
 2024-10-22 22:48 UTC  (6+ 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 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 v2 1/5] PCI/P2PDMA: Don't enforce ACS check for functions of same device
 2024-10-22 21:15 UTC  (3+ messages)

[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 v4 0/9] A bunch of changes to refine i.MX PCIe driver
 2024-10-22 19:56 UTC  (17+ 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 v3 0/4] PCI: ep: dwc/imx6: Add bus address support for PCI endpoint devices
 2024-10-22 19:41 UTC  (7+ messages)
` [PATCH v3 1/4] PCI: dwc: ep: Add bus_addr_base for outbound window
` [PATCH v3 2/4] dt-bindings: PCI: fsl,imx6q-pcie-ep: Add compatible string fsl,imx8q-pcie-ep
` [PATCH v3 3/4] PCI: imx6: Pass correct sub mode when calling phy_set_mode_ext()
` [PATCH v3 4/4] PCI: imx6: Add i.MX8Q PCIe Endpoint (EP) support

[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  (4+ 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] PCI: optimize proc sequential file read
 2024-10-22 15:44 UTC  (2+ messages)

[PATCH v2 0/4] PCI: cpqphp: Fix and cleanups
 2024-10-22 15:08 UTC  (6+ messages)
` [PATCH v2 1/4] PCI: cpqphp: Fix PCIBIOS_* return value confusions
` [PATCH v2 2/4] PCI: cpqphp: Use pci_bus_read_dev_vendor_id() to detect presence
` [PATCH v2 3/4] PCI: cpqphp: Use define to read class/revision dword
` [PATCH v2 4/4] PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()

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

[PATCH] PCI: cpqphp: Fix error handling in cpqhpc_init()
 2024-10-22  9:29 UTC 

[PATCH] PCI: j721e: Deassert PERST# after a delay of PCIE_T_PVPERL_MS ms
 2024-10-22  8:31 UTC 

PCI endpoint: pci-epf-test is broken on big-endian
 2024-10-22  4:15 UTC  (6+ messages)

[PATCH] PCI: optimize proc sequential file read
 2024-10-22  2:21 UTC  (4+ messages)

[PATCH] PCI: optimize proc sequential file read
 2024-10-22  1:54 UTC  (2+ messages)

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

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

[PATCH v2 1/1] PCI: Improve printout in pdev_sort_resources()
 2024-10-21 17:53 UTC 

[PATCH v3 0/6] PCI: EP: Add RC-to-EP doorbell with platform MSI controller
 2024-10-21 16:17 UTC  (7+ messages)
` [PATCH v3 4/6] PCI: endpoint: pci-epf-test: Add doorbell test support

[PATCH v3 00/11] Add PCIe support for bcm2712
 2024-10-21 15:39 UTC  (6+ messages)
` [PATCH v3 09/11] PCI: brcmstb: Adjust PHY PLL setup to use a 54MHz input refclk

[PATCH v10 0/6] Add support for the LAN966x PCI device using a DT overlay
 2024-10-21 15:32 UTC  (4+ messages)


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