Linux PCI subsystem development
 help / color / mirror / Atom feed
 messages from 2024-10-18 14:25:16 to 2024-10-22 21:33:50 UTC [more...]

[PATCH v3 00/16] Device / Driver PCI / Platform Rust abstractions
 2024-10-22 21:31 UTC  (15+ 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 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  (6+ messages)
` [PATCH v4 1/4] clk: "
` [PATCH v4 2/4] soc: mediatek: pwrap: Switch to devm_clk_bulk_get_all_enabled()
` [PATCH v4 3/4] PCI: exynos: "
` [PATCH v4 4/4] clk: Drop obsolete devm_clk_bulk_get_all_enable() helper

[PATCH v6 0/6] Improve PCI memory mapping API
 2024-10-22 20:47 UTC  (10+ messages)

[PATCH] dt-bindings: Fix array property constraints
 2024-10-22 20:46 UTC  (3+ messages)

[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

[PATCH v4 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-22 19:27 UTC  (18+ 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

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

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

[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 v3] PCI: imx6: Add suspend/resume support for i.MX6QDL
 2024-10-22 15:53 UTC  (3+ messages)

[PATCH] PCI: optimize proc sequential file read
 2024-10-22 15:44 UTC  (11+ 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 00/13] Remove implicit devres from pci_intx()
 2024-10-22 14:08 UTC  (3+ messages)
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()

[PATCH] PCI: pciehp: Fix system hang on resume after hot-unplug during suspend
 2024-10-22 13:05 UTC  (11+ messages)

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

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

[PATCH 0/5] PCI/pwrctl: Ensure that the pwrctl drivers are probed before PCI client drivers
 2024-10-22 10:27 UTC  (6+ 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 v2 00/14] Add support for RaspberryPi RP1 PCI device using a DT overlay
 2024-10-22 10:00 UTC  (17+ 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] 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 0/1] RFC: Need feedback on PCI dt binding property
 2024-10-21 19:03 UTC  (4+ 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)

[PATCH iwl-next 1/2] PCI: Add PCI_VDEVICE_SUB helper macro
 2024-10-21  9:33 UTC  (3+ messages)

[PATCH 13/13] PCI: Deprecate pci_intx(), pcim_intx()
 2024-10-21  6:47 UTC  (3+ messages)

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

[PATCH 0/6] phy: core: Fix bugs for several APIs and simplify an API
 2024-10-20 10:19 UTC  (10+ messages)
` [PATCH 1/6] phy: core: Fix API devm_phy_put() can not release the phy
` [PATCH 2/6] phy: core: Fix API devm_of_phy_provider_unregister() can not unregister the phy provider
` [PATCH 3/6] phy: core: Fix API devm_phy_destroy() can not destroy the phy
` [PATCH 4/6] phy: core: Add missing of_node_put() for an error handling path of _of_phy_get()
` [PATCH 5/6] phy: core: Add missing of_node_put() in of_phy_provider_lookup()
` [PATCH 6/6] phy: core: Simplify API of_phy_simple_xlate() implementation

[PATCH] PCI: endpoint: Fix API devm_pci_epc_destroy() can not destroy the EPC device
 2024-10-20  9:56 UTC 

[PATCH v4 00/12] Fix and improve the Rockchip endpoint driver
 2024-10-20  3:18 UTC  (8+ messages)

[PATCH 0/2] PCI: dwc: ep: Minor alignment cleanups
 2024-10-20  0:59 UTC  (2+ messages)

[pci:resource] BUILD SUCCESS 19f73e938df2b8edfa2e93e0280bd26fd4df5b92
 2024-10-20  0:24 UTC 

[pci:enumeration] BUILD SUCCESS 32ec7b362d904c1e67f8e64524fb0b6c43d5c9c2
 2024-10-19 19:19 UTC 

[PATCH v3 0/4] Provide devm_clk_bulk_get_all_enabled() helper
 2024-10-19 11:20 UTC  (4+ messages)
` [PATCH v3 1/4] clk: "

[PATCH v3 net-next 00/13] add basic support for i.MX95 NETC
 2024-10-19 10:22 UTC  (15+ messages)
` [PATCH v3 net-next 02/13] dt-bindings: net: add i.MX95 ENETC support
` [PATCH v3 net-next 12/13] net: enetc: add preliminary support for i.MX95 ENETC PF

[PATCH v3 net-next 06/13] net: enetc: build enetc_pf_common.c as a separate module
 2024-10-19  9:43 UTC  (3+ messages)

[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
 2024-10-19  8:46 UTC  (3+ messages)

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

[PATCH 4/4] PCI: cpqphp: Simplify PCI_ScanBusForNonBridge()
 2024-10-18 23:37 UTC  (2+ messages)

[PATCH v3 04/11] PCI: brcmstb: Expand inbound size calculation helper
 2024-10-18 23:31 UTC  (2+ messages)

[PATCH 1/3] PCI: Remove unused PCI_SUBTRACTIVE_DECODE
 2024-10-18 18:36 UTC  (7+ messages)
` [PATCH 2/3] PCI: Move struct pci_bus_resource into bus.c
` [PATCH 3/3] PCI: Use reverse logic in pci_read_bridge_bases()

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

[PATCH v9 0/9] PCI: Add PCIe bandwidth controller
 2024-10-18 14:47 UTC  (10+ messages)
` [PATCH v9 1/9] Documentation PCI: Reformat RMW ops documentation
` [PATCH v9 2/9] PCI: Protect Link Control 2 Register with RMW locking
` [PATCH v9 3/9] PCI: Store all PCIe Supported Link Speeds
` [PATCH v9 4/9] PCI: Refactor pcie_update_link_speed()
` [PATCH v9 5/9] PCI/quirks: Abstract LBMS seen check into own function
` [PATCH v9 6/9] PCI/bwctrl: Re-add BW notification portdrv as PCIe BW controller
` [PATCH v9 7/9] PCI/bwctrl: Add API to set PCIe Link Speed
` [PATCH v9 8/9] thermal: Add PCIe cooling driver
` [PATCH v9 9/9] selftests/pcie_bwctrl: Create selftests

[PATCH v7 0/7] Add support for PCIe3 on x1e80100
 2024-10-18 14:25 UTC  (3+ messages)
` [PATCH v7 6/7] PCI: qcom: Disable ASPM L0s and remove BDF2SID mapping config for X1E80100 SoC


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