Linux-PCI Archive mirror
 help / color / mirror / Atom feed
 messages from 2024-04-14 10:39:36 to 2024-04-18 11:59:19 UTC [more...]

[PATCH v3 0/9] PCI: endpoint: Make host reboot handling more robust
 2024-04-18 11:58 UTC  (8+ messages)
` [PATCH v3 1/9] PCI: qcom-ep: Disable resources unconditionally during PERST# assert
` [PATCH v3 2/9] PCI: endpoint: Rename core_init() callback in 'struct pci_epc_event_ops' to epc_init()
` [PATCH v3 3/9] PCI: endpoint: Rename BME to Bus Master Enable
` [PATCH v3 4/9] PCI: endpoint: pci-epf-test: Refactor pci_epf_test_unbind() function
` [PATCH v3 5/9] PCI: endpoint: pci-epf-{mhi/test}: Move DMA initialization to EPC init callback
` [PATCH v3 6/9] PCI: endpoint: Introduce 'epc_deinit' event and notify the EPF drivers
` [PATCH v3 7/9] PCI: dwc: ep: Add a generic dw_pcie_ep_linkdown() API to handle Link Down event

[RFC PATCH v4 00/20] RISC-V: ACPI: Add external interrupt controller support
 2024-04-18 11:45 UTC  (26+ messages)
` [RFC PATCH v4 01/20] arm64: PCI: Migrate ACPI related functions to pci-acpi.c
` [RFC PATCH v4 02/20] RISC-V: ACPI: Implement PCI related functionality
` [RFC PATCH v4 03/20] PCI: Make pci_create_root_bus() declare its reliance on MSI domains
` [RFC PATCH v4 04/20] ACPI: scan.c: Add weak arch specific function to reorder the IRQCHIP probe
` [RFC PATCH v4 05/20] ACPI: RISC-V: Implement arch function to reorder irqchip probe entries
` [RFC PATCH v4 06/20] ACPI: bus: Add acpi_riscv_init function
` [RFC PATCH v4 07/20] RISC-V: Kconfig: Select deferred GSI probe for ACPI systems
` [RFC PATCH v4 08/20] ACPI: scan: Refactor dependency creation
` [RFC PATCH v4 09/20] drivers/acpi/scan.c: Update _DEP honor list
` [RFC PATCH v4 10/20] RISC-V: ACPI: Initialize GSI mapping structures
` [RFC PATCH v4 11/20] ACPI: scan.c: Define weak function to populate dependencies
` [RFC PATCH v4 12/20] RISC-V: ACPI: Implement function to add implicit dependencies
` [RFC PATCH v4 13/20] ACPI/PNP: Initialize PNP devices skipped due to _DEP
` [RFC PATCH v4 14/20] irqchip: riscv-intc: Add ACPI support for AIA
` [RFC PATCH v4 15/20] irqchip: riscv-imsic: Add ACPI support
` [RFC PATCH v4 16/20] irqchip: riscv-aplic: "
` [RFC PATCH v4 17/20] irqchip: irq-sifive-plic: "
` [RFC PATCH v4 18/20] ACPI: bus: Add RINTC IRQ model for RISC-V
` [RFC PATCH v4 19/20] irqchip: riscv-intc: Set ACPI irqmodel
` [RFC PATCH v4 20/20] ACPI: pci_link: Clear the dependencies after probe

[PATCH V2] PCI: Clear errors logged in Secondary Status Register
 2024-04-18 10:52 UTC  (4+ messages)

PCIE BAR resizing blocked by another BAR on same device?
 2024-04-18 10:42 UTC  (4+ messages)

[pci:misc] BUILD SUCCESS e30556bf682d36a88cc5aef98d1123ca71adb245
 2024-04-18  9:34 UTC 

[PATCH v4] misc: pci_endpoint_test: Use memcpy_toio()/memcpy_fromio() for BAR tests
 2024-04-18  9:08 UTC  (2+ messages)

[PATCH v3 1/1] Documentation: PCI: pci-endpoint: Fix EPF ops list
 2024-04-18  8:49 UTC 

[PATCH v2 0/2] PCI: endpoint: pci-epf-test: Cleanup the usage of 'pci_epf_test::epc_features'
 2024-04-18  8:29 UTC  (5+ messages)
` [PATCH v2 1/2] PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init()
` [PATCH v2 2/2] PCI: endpoint: pci-epf-test: Use 'msix_capable' flag directly in pci_epf_test_alloc_space()

[PATCH 0/1] x86/pci: Skip early E820 check for ECAM region
 2024-04-18  8:14 UTC  (6+ messages)
` [PATCH 1/1] "

[PATCH] PCI: endpoint: pci-epf-test: Make use of cached 'epc_features' in pci_epf_test_core_init()
 2024-04-18  7:40 UTC  (11+ messages)

[PATCH v2 1/1] Documentation: PCI: pci-endpoint: Fix EPF ops list
 2024-04-18  6:46 UTC  (2+ messages)

[PATCH v7 0/5] PCI: dwc: Add common pme_turn_off message by using outbound iATU
 2024-04-18  6:30 UTC  (8+ messages)
` [PATCH v7 1/5] PCI: Add INTx Mechanism Messages macros
` [PATCH v7 2/5] PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structure
` [PATCH v7 3/5] PCI: dwc: Add outbound MSG TLPs support
` [PATCH v7 4/5] PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macro
` [PATCH v7 5/5] PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system suspend

[PATCH] PCI: endpoint: Migrate to Genalloc framework for outbound window memory allocation
 2024-04-18  5:24 UTC  (6+ messages)

[pci:aer] BUILD SUCCESS a29e5290e3566ae4db4e6fe5f31caf23118c82b6
 2024-04-18  4:49 UTC 

[PATCH v8 1/3] PCI: Add helper to check if any of ancestor device support D3cold
 2024-04-18  1:33 UTC  (5+ messages)
` [PATCH v8 2/3] PCI/AER: Disable AER service on suspend
` [PATCH v8 3/3] PCI/DPC: Disable DPC "

local bus enumeration beyond a PCI device
 2024-04-18  0:24 UTC 

[PATCH] Documentation: PCI: add vmd documentation
 2024-04-17 23:51 UTC  (2+ messages)

[PATCH] PCI: qcom: Switch to devm_clk_bulk_get_all() API to get the clocks from Devicetree
 2024-04-17 20:05 UTC  (2+ messages)

[PATCH] dt-bindings: PCI: qcom,pcie-sm8350: Drop redundant 'oneOf' sub-schema
 2024-04-17 20:04 UTC 

[PATCH v3 1/4] dt-bindings: PCI: cdns,cdns-pcie-host: drop redundant msi-parent and pci-bus.yaml
 2024-04-17 17:53 UTC  (10+ messages)
` [PATCH v3 2/4] dt-bindings: PCI: mediatek,mt7621: add missing child node reg
` [PATCH v3 3/4] dt-bindings: PCI: host-bridges: switch from deprecated pci-bus.yaml
` [PATCH v3 4/4] dt-bindings: PCI: mediatek,mt7621-pcie: "

[PATCH v3] PCI: dw-rockchip: Fix initial PERST# GPIO value
 2024-04-17 16:42 UTC 

[bug report] PCI: endpoint: Remove "core_init_notifier" flag
 2024-04-17 15:58 UTC  (3+ messages)

[PATCH] PCI: Constify pcibus_class
 2024-04-17 15:50 UTC  (2+ messages)

[PATCH] PCI: Annotate pci_cache_line_size variables as __ro_after_init
 2024-04-17 15:50 UTC  (2+ messages)

[PATCH v1] PCI/AER: Update aer-inject tool source URL
 2024-04-17 15:36 UTC  (2+ messages)

[PATCH v2] PCI: dw-rockchip: Fix GPIO initialization flag
 2024-04-17 15:20 UTC  (3+ messages)

[PATCH v6 0/5] PCI: dwc: Add common pme_turn_off message by using outbound iATU
 2024-04-17 15:10 UTC  (13+ messages)
` [PATCH v6 1/5] PCI: Add INTx Mechanism Messages macros
` [PATCH v6 2/5] PCI: dwc: Consolidate args of dw_pcie_prog_outbound_atu() into a structure
` [PATCH v6 3/5] PCI: dwc: Add outbound MSG TLPs support
` [PATCH v6 4/5] PCI: Add PCIE_MSG_CODE_PME_TURN_OFF message macro
` [PATCH v6 5/5] PCI: dwc: Add generic MSG TLP support for sending PME_Turn_Off when system suspend

[PATCH v3] dt-bindings: PCI: altera: Convert to YAML
 2024-04-17 13:34 UTC  (4+ messages)

[PATCH v3 52/74] x86/cpu/vfm: Update drivers/pci/pci-mid.c
 2024-04-17  8:47 UTC  (4+ messages)

[PATCH v3 0/7] ipq9574: Enable PCI-Express support
 2024-04-17  7:34 UTC  (18+ messages)
` [PATCH v3 1/7] dt-bindings: clock: Add PCIe pipe related clocks for IPQ9574
` [PATCH v3 2/7] clk: qcom: gcc-ipq9574: Add PCIe pipe clocks
` [PATCH v3 3/7] dt-bindings: PCI: qcom: Add IPQ9574 PCIe controller
` [PATCH v3 4/7] PCI: qcom: Add support for IPQ9574
` [PATCH v3 5/7] dt-bindings: phy: qcom,ipq8074-qmp-pcie: add ipq9574 gen3x2 PHY
` [PATCH v3 6/7] phy: qcom-qmp-pcie: add support for "
` [PATCH v3 7/7] arm64: dts: qcom: ipq9574: add PCIe2 nodes

[PATCH v2 4/7] PCI: qcom: Add support for IPQ9574
 2024-04-17  7:05 UTC  (3+ messages)

[PATCH v3 0/3] PCI/AER: Handle Advisory Non-Fatal error
 2024-04-17  6:14 UTC  (4+ messages)
` [PATCH v3 1/3] PCI/AER: Store UNCOR_STATUS bits that might be ANFE in aer_err_info
` [PATCH v3 2/3] PCI/AER: Print UNCOR_STATUS bits that might be ANFE
` [PATCH v3 3/3] PCI/AER: Clear "

[PATCH v5 00/11] Add suspend to ram support for PCIe on J7200
 2024-04-16 16:01 UTC  (14+ messages)
` [PATCH v5 01/11] gpio: pca953x: move suspend()/resume() to suspend_noirq()/resume_noirq()
` [PATCH v5 02/11] i2c: omap: wakeup the controller during suspend() callback
` [PATCH v5 03/11] mux: add mux_chip_resume() function
` [PATCH v5 04/11] mux: mmio: add resume support
` [PATCH v5 05/11] PCI: cadence: Extract link setup sequence from cdns_pcie_host_setup()
` [PATCH v5 06/11] PCI: cadence: Set cdns_pcie_host_init() global
` [PATCH v5 07/11] PCI: j721e: Use dev_err_probe() in the probe() function
` [PATCH v5 08/11] PCI: j721e: Add reset GPIO to struct j721e_pcie
` [PATCH v5 09/11] PCI: Add T_PERST_CLK_US macro
` [PATCH v5 10/11] PCI: j721e: Use "
` [PATCH v5 11/11] PCI: j721e: Add suspend and resume support

[PATCH v3 00/11] PCI: imx6: Fix\rename\clean up and add lut information for imx95
 2024-04-16 14:07 UTC  (2+ messages)

[PATCH] PCI: dw-rockchip: Fix GPIO initialization flag
 2024-04-16 11:49 UTC  (4+ messages)

[PATCH] PCI: rockchip: Use GPIOD_OUT_LOW flag while requesting ep_gpio
 2024-04-16  9:15 UTC  (3+ messages)

[PATCH v4] PCI: Relabel JHL6540 on Lenovo X1 Carbon 7,8
 2024-04-16  5:03 UTC  (14+ messages)

[RFC PATCH 0/2] Add Qualcomm PCIe ECAM root complex driver
 2024-04-15 23:30 UTC  (8+ messages)
` [RFC PATCH 2/2] PCI: "

[PATCH] PCI/sysfs: Fix race in pci sysfs creation
 2024-04-15 18:15 UTC  (4+ messages)
    ` [EXTERNAL] "

[PATCH] PCI/AER: Print error message as per the TODO
 2024-04-15 16:19 UTC  (2+ messages)

[RFC PATCH v3 00/17] RISC-V: ACPI: Add external interrupt controller support
 2024-04-15 15:18 UTC  (6+ messages)

[PATCH v7 0/7] PCI: rcar-gen4: Add R-Car V4H support
 2024-04-15 14:42 UTC  (12+ messages)
` [PATCH v7 1/7] dt-bindings: PCI: rcar-gen4-pci-host: Add R-Car V4H compatible
` [PATCH v7 2/7] dt-bindings: PCI: rcar-gen4-pci-ep: "
` [PATCH v7 3/7] PCI: dwc: Add PCIE_PORT_{FORCE,LANE_SKEW} macros
` [PATCH v7 4/7] PCI: rcar-gen4: Add rcar_gen4_pcie_drvdata
` [PATCH v7 5/7] PCI: rcar-gen4: Add .ltssm_enable() for other SoC support
` [PATCH v7 6/7] PCI: rcar-gen4: Add support for r8a779g0
` [PATCH v7 7/7] misc: pci_endpoint_test: Document a policy about adding pci_device_id

[PATCH v12 2/8] PCI: dwc: ep: Add Kernel-doc comments for APIs
 2024-04-15 14:34 UTC  (4+ messages)

[PATCH V1] PCI: tegra194: Fix probe path for Endpoint mode
 2024-04-15 13:51 UTC  (3+ messages)
` [PATCH V2] "

[PATCH V2] PCI: tegra194: Fix probe path for Endpoint mode
 2024-04-15 11:22 UTC  (2+ messages)

[PATCH v4 0/2] rockchip rk3399 port initialization fixes
 2024-04-15  6:50 UTC  (5+ messages)
` [PATCH v4 1/2] PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handling
` [PATCH v4 2/2] PCI: rockchip-host: Wait 100ms after reset before starting configuration

[PATCH v3 0/2] rockchip rk3399 port initialization fixes
 2024-04-15  6:48 UTC  (3+ messages)
` [PATCH v3 1/2] PCI: rockchip-host: Fix rockchip_pcie_host_init_port() PERST# handling

[PATCH pciutils] ls-ecaps: Correct IDE link state reporting
 2024-04-15  2:22 UTC  (2+ messages)

[PATCH v12 8/8] PCI: endpoint: Remove "core_init_notifier" flag
 2024-04-14 10:51 UTC  (3+ messages)

[PATCH v7 00/16] power: sequencing: implement the subsystem and add first users
 2024-04-14 10:44 UTC  (5+ messages)
` [PATCH v7 13/16] power: sequencing: implement the pwrseq core
` [PATCH v7 14/16] power: pwrseq: add a driver for the PMU module on the QCom WCN chipsets


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 read-only IMAP folder(s) and NNTP newsgroup(s).