linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-11 08:50:30 to 2023-04-14 12:37:26 UTC [more...]

[PATCH v12 00/19] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-04-14 12:37 UTC  (22+ messages)
` [PATCH v12 01/19] PCI: Add PCI_EXP_LNKCAP_MLW macros
` [PATCH v12 02/19] PCI: Add INtx Mechanism Messages macros
` [PATCH v12 03/19] PCI: Add PCI_HEADER_TYPE_MULTI_FUNC
` [PATCH v12 04/19] PCI: dwc: Add dw_pcie_link_set_max_link_width()
` [PATCH v12 05/19] PCI: dwc: Add dw_pcie_link_set_max_width()
` [PATCH v12 06/19] PCI: dwc: Add dw_pcie_link_set_max_cap_width()
` [PATCH v12 07/19] PCI: dwc: Expose dw_pcie_ep_exit() to module
` [PATCH v12 08/19] PCI: dwc: Introduce struct dw_pcie_outbound_atu
` [PATCH v12 09/19] PCI: dwc: Add members into "
` [PATCH v12 10/19] PCI: dwc: Change arguments of dw_pcie_prog_ep_outbound_atu()
` [PATCH v12 11/19] PCI: dwc: Add support for triggering legacy IRQs
` [PATCH v12 12/19] PCI: dwc: Add EDMA_UNROLL capability flag
` [PATCH v12 13/19] PCI: dwc: Introduce .ep_pre_init() and .ep_deinit()
` [PATCH v12 14/19] dt-bindings: PCI: renesas: Add R-Car Gen4 PCIe Host
` [PATCH v12 15/19] dt-bindings: PCI: renesas: Add R-Car Gen4 PCIe Endpoint
` [PATCH v12 16/19] PCI: rcar-gen4: Add R-Car Gen4 PCIe Host support
` [PATCH v12 17/19] PCI: rcar-gen4-ep: Add R-Car Gen4 PCIe Endpoint support
` [PATCH v12 18/19] MAINTAINERS: Update PCI DRIVER FOR RENESAS R-CAR for R-Car Gen4
` [PATCH v12 19/19] misc: pci_endpoint_test: Add Device ID for R-Car S4-8 PCIe controller

[PATCH v2 0/3] PCI: brcmstb: CLKREQ# accomodations of downstream device
 2023-04-14 12:27 UTC  (17+ messages)
` [PATCH v2 1/3] dt-bindings: PCI: brcmstb: Add two optional props
` [PATCH v2 2/3] PCI: brcmstb: CLKREQ# accomodations of downstream device
` [PATCH v2 3/3] PCI: brcmstb: Set PCIe transaction completion timeout

[PATCH v3 3/6] PCI/AER: Export cper_print_aer() for use by modules
 2023-04-14 12:19 UTC  (15+ messages)
` [PATCH v3 5/6] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler
` [PATCH v3 6/6] PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error handling

[Patch v6 0/9] Tegra234 Memory interconnect support
 2023-04-14 10:54 UTC  (12+ messages)
` [Patch v6 1/9] memory: tegra: add interconnect support for DRAM scaling in Tegra234
` [Patch v6 2/9] memory: tegra: add mc clients for Tegra234
` [Patch v6 3/9] memory: tegra: add software mc clients in Tegra234
` [Patch v6 4/9] dt-bindings: tegra: add icc ids for dummy MC clients
` [Patch v6 5/9] memory: tegra: make cpu cluster bw request a multiple of mc channels
` [Patch v6 6/9] cpufreq: tegra194: add OPP support and set bandwidth
` [Patch v6 7/9] PCI: tegra194: Fix possible array out of bounds access
` [Patch v6 8/9] PCI: tegra194: Add interconnect support in Tegra234
` [Patch v6 9/9] arm64: tegra: Add cpu OPP tables and interconnects property

[PATCH v3] PCI/PM: Bail out early in pci_bridge_wait_for_secondary_bus() if link is not trained
 2023-04-14 10:11 UTC  (4+ messages)

[PATCH v4 00/14] PCI: dwc: Relatively simple fixes and cleanups
 2023-04-14  2:18 UTC  (15+ messages)
` [PATCH v4 01/14] PCI: dwc: Fix erroneous version type test helper
` [PATCH v4 02/14] PCI: dwc: Fix inbound iATU entries out-of-bounds warning message
` [PATCH v4 03/14] PCI: bt1: Enable async probe type
` [PATCH v4 04/14] PCI: bt1: Fix printing false error message
` [PATCH v4 05/14] PCI: dwc: Drop duplicated fast-link-mode flag unsetting
` [PATCH v4 06/14] PCI: dwc: Drop empty line from dw_pcie_link_set_max_speed()
` [PATCH v4 07/14] PCI: visconti: Convert to using generic resources getter
` [PATCH v4 08/14] MAINTAINERS: Add all generic DW PCIe RP/EP DT-schemas
` [PATCH v4 09/14] MAINTAINERS: Demote Gustavo Pimentel to DW PCIe core reviewer
` [PATCH v4 10/14] MAINTAINERS: Add Manivannan to DW PCIe core maintainers list
` [PATCH v4 11/14] MAINTAINERS: Add myself as the DW PCIe core reviewer
` [PATCH v4 12/14] MAINTAINERS: Demote Gustavo Pimentel to DW EDMA driver reviewer
` [PATCH v4 13/14] MAINTAINERS: Add Manivannan to DW eDMA driver maintainers list
` [PATCH v4 14/14] MAINTAINERS: Add myself as the DW eDMA driver reviewer

[PATCH RESEND v9 0/4] dmaengine: dw-edma: Add support for native HDMA
 2023-04-14  0:41 UTC  (11+ messages)
` [PATCH RESEND v9 1/4] dmaengine: dw-edma: Rename dw_edma_core_ops structure to dw_edma_plat_ops
` [PATCH RESEND v9 2/4] dmaengine: dw-edma: Create a new dw_edma_core_ops structure to abstract controller operation
` [PATCH RESEND v9 3/4] dmaengine: dw-edma: Add support for native HDMA
` [PATCH RESEND v9 4/4] dmaengine: dw-edma: Add HDMA DebugFS support

[PATCH RESEND v3 00/10] PCI: dwc: Relatively simple fixes and cleanups
 2023-04-14  0:25 UTC  (29+ messages)
` [PATCH RESEND v3 01/10] PCI: dwc: Fix erroneous version type test helper
` [PATCH RESEND v3 02/10] PCI: dwc: Fix inbound iATU entries out-of-bounds warning message
` [PATCH RESEND v3 03/10] PCI: bt1: Enable async probe type
` [PATCH RESEND v3 04/10] PCI: bt1: Fix printing false error message
` [PATCH RESEND v3 05/10] PCI: dwc: Drop duplicated fast-link-mode flag unsetting
` [PATCH RESEND v3 06/10] PCI: dwc: Drop empty line from dw_pcie_link_set_max_speed()
` [PATCH RESEND v3 07/10] PCI: visconti: Convert to using generic resources getter
` [PATCH RESEND v3 08/10] MAINTAINERS: Add all generic DW PCIe RP/EP DT-schemas
` [PATCH RESEND v3 09/10] MAINTAINERS: Add myself as the DW PCIe core reviewer
` [PATCH RESEND v3 10/10] MAINTAINERS: Add myself as the DW eDMA driver reviewer

[RFC PATCH] PCI: Extend D3hot delay for NVIDIA HDA controllers
 2023-04-13 19:40 UTC  (5+ messages)
` [PATCH] "

[PATCH v1 1/1] PCI: of: Propagate firmware node
 2023-04-13 16:00 UTC  (3+ messages)

[PATCH] PCI: hv: Use nested hypercall for retargeting interrupts
 2023-04-13 15:34 UTC  (4+ messages)

[PATCH net-next 6/6] mlxsw: pci: Add support for new reset flow
 2023-04-13 15:26 UTC  (8+ messages)

[PATCH v2 0/9] PCI: rockchip: Fix RK3399 PCIe endpoint controller driver
 2023-04-13 14:34 UTC  (12+ messages)

[PATCH v5 2/9] video/aperture: use generic code to figure out the vga default device
 2023-04-13  8:54 UTC  (5+ messages)

[pci:controller/qcom] BUILD SUCCESS c025c7e5dbf4706279183c16788fa83001b8331e
 2023-04-13  2:25 UTC 

[PATCH v4 00/17] PCI endpoint fixes and improvements
 2023-04-13  1:50 UTC  (5+ messages)
` [PATCH v4 04/17] PCI: epf-test: Fix DMA transfer completion detection

[PATCH] PCI: hv: Replace retarget_msi_interrupt_params with hyperv_pcpu_input_arg
 2023-04-13  1:41 UTC  (3+ messages)

[PATCH v7 00/12] Add PCI pass-thru support to Hyper-V Confidential VMs
 2023-04-13  1:05 UTC  (2+ messages)

[PATCH v2 0/2] PCI/PM: Resume/reset wait time change
 2023-04-12 19:25 UTC  (4+ messages)

[PATCH v9 0/4] dmaengine: dw-edma: Add support for native HDMA
 2023-04-12 16:59 UTC  (4+ messages)

[PATCH v2 0/5] Parse the PCIe AER and set to relevant registers
 2023-04-12 16:40 UTC  (4+ messages)

[PATCH v2 3/5] ACPI/PCI: Add AER bits #defines for PCIe to PCI/PCI-X Bridge
 2023-04-12 16:10 UTC  (3+ messages)

[PATCH] Revert "dt-bindings: PCI: qcom: Add iommu-map properties"
 2023-04-12 14:23 UTC  (10+ messages)

[BUG] net, pci: 6.3-rc1-4 hangs during boot on PowerEdge R620 with igb
 2023-04-12 13:20 UTC  (4+ messages)

[Bug 217321] New: Intel platforms can't sleep deeper than PC3 during long idle
 2023-04-12 12:30 UTC  (3+ messages)

[pci:reset] BUILD SUCCESS e74b2b58ff715ca17bb49c3ad89f665a7150e14b
 2023-04-12 11:29 UTC 

[PATCH v1 0/3] Add JH7110 PCIe driver support
 2023-04-12 10:17 UTC  (3+ messages)
` [PATCH v1 1/3] dt-binding: pci: add JH7110 PCIe dt-binding documents

[pci:hotplug] BUILD SUCCESS f5eff5591b8f9c5effd25c92c758a127765f74c1
 2023-04-12  9:52 UTC 

[PATCH 0/3] ASPM: aspm_disable/default/support state handling fixes
 2023-04-12  9:33 UTC  (2+ messages)

[PATCH v4] PCI: dwc: Wait for link up only if link is started
 2023-04-12  9:34 UTC 

[PATCH v12] PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction
 2023-04-12  6:34 UTC 

[pci:aspm] BUILD SUCCESS 606012dddebbc4123d51a2223e2b26ed6c746696
 2023-04-12  6:33 UTC 

[PATCH v11 00/13] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-04-12  5:22 UTC  (4+ messages)
` [PATCH v11 02/13] PCI: endpoint: functions/pci-epf-test: Fix dma_chan direction

[pci:controller/qcom] BUILD REGRESSION dc8d33452b3643f4b4c33fd4492aa7ae4e8e00d6
 2023-04-12  5:19 UTC 

[PATCH 1/1] PCI/AER: Ignore correctable error reports for SN730 WD SSD
 2023-04-11 22:15 UTC  (2+ messages)

[PATCH V2] PCI: Move VMD ASPM/LTR fix to PCI quirk
 2023-04-11 21:33 UTC 

[pci:controller/qcom 17/27] drivers/pci/controller/dwc/pcie-qcom.c:247:1: error: type name requires a specifier or qualifier
 2023-04-11 21:07 UTC 

[GIT PULL] PCI fixes for v6.3
 2023-04-11 19:04 UTC  (2+ messages)

[PATCH v1] PCI: pciehp: Fix the slot in BLINKINGON_STATE when Presence Detect Changed event occurred
 2023-04-11 18:30 UTC  (2+ messages)

[PATCH v2] PCI: pciehp: Fix AB-BA deadlock between reset_lock and device_lock
 2023-04-11 18:24 UTC  (2+ messages)

[PATCH v4] PCI: Fix up L1SS capability for Intel Apollo Lake Root Port
 2023-04-11 18:08 UTC  (2+ messages)

[PATCH v2 0/6] pci-hyper: Fix race condition bugs for fast device hotplug
 2023-04-11 17:31 UTC  (6+ messages)
` [PATCH v2 6/6] PCI: hv: Use async probing to reduce boot time

[PATCH v4] dt-bindings: PCI: qcom: Document msi-map and msi-map-mask properties
 2023-04-11 16:32 UTC  (2+ messages)

[PATCH v3] PCI: Fix up L1SS capability for Intel Apollo Lake PCIe bridge
 2023-04-11 15:48 UTC  (3+ messages)

[PATCH V2 0/9] Add PCIe support for IPQ9574
 2023-04-11 14:00 UTC  (6+ messages)
` [PATCH V2 5/9] dt-bindings: PCI: qcom: Add IPQ9574

[PATCH] dt-bindings: PCI: Fix unit address of example root port
 2023-04-11 13:32 UTC  (4+ messages)

[PATCH 0/3] ASPM: aspm_disable/default/support state handling fixes
 2023-04-11 11:10 UTC  (4+ messages)
` [PATCH 1/3] PCI/ASPM: Disable ASPM_STATE_L1 only when class driver disables L1 ASPM
` [PATCH 2/3] PCI/ASPM: Set ASPM_STATE_L1 when class driver enables L1ss
` [PATCH 3/3] PCI/ASPM: Remove unnecessary ASPM_STATE_L1SS check

[RFC PATCH 0/4] PCI: endpoint: Introduce a virtio-net EP function
 2023-04-11 10:22 UTC  (7+ messages)
` [EXT] "

[PATCH v3 00/13] Add PCIe RC support to Qcom SDX55 SoC
 2023-04-11 10:09 UTC  (2+ messages)
` (subset) "

[PATCH v2] PCI: qcom: Add async probe support
 2023-04-11 10:00 UTC  (2+ messages)

[PATCH v4 0/1] PCI: qcom: Add support for system suspend and resume
 2023-04-11  9:52 UTC  (2+ messages)

[PATCH v4] Kconfig: introduce HAS_IOPORT option and select it as necessary
 2023-04-11  9:49 UTC  (7+ messages)

[PATCH v5 00/19] Qcom PCIe cleanups and improvements
 2023-04-11  9:34 UTC  (2+ messages)
` (subset) "


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 NNTP newsgroup(s).