linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-12 10:11:29 to 2023-04-17 09:28:19 UTC [more...]

[PATCH v4 00/11] PCI: rockchip: Fix RK3399 PCIe endpoint controller driver
 2023-04-17  9:26 UTC  (11+ messages)
` [PATCH v4 01/11] PCI: rockchip: Remove writes to unused registers
` [PATCH v4 02/11] PCI: rockchip: Write PCI Device ID to correct register
` [PATCH v4 03/11] PCI: rockchip: Assert PCI Configuration Enable bit after probe
` [PATCH v4 04/11] PCI: rockchip: Add poll and timeout to wait for PHY PLLs to be locked
` [PATCH v4 05/11] arm64: dts: rockchip: Add dtsi entry for RK3399 PCIe endpoint core
` [PATCH v4 06/11] dt-bindings: PCI: Update the RK3399 example to a valid one
` [PATCH v4 07/11] PCI: rockchip: Fix legacy IRQ generation for RK3399 PCIe endpoint core
` [PATCH v4 08/11] PCI: rockchip: Fix window mapping and address translation for endpoint
` [PATCH v4 09/11] PCI: rockchip: Use u32 variable to access 32-bit registers
` [PATCH v4 10/11] PCI: rockchip: Don't advertise MSI-X in PCIe capabilities

[PATCH v4] PCI: vmd: Add the module param to adjust MSI mode
 2023-04-17  9:15 UTC  (4+ messages)

[PATCH v12 00/19] PCI: rcar-gen4: Add R-Car Gen4 PCIe support
 2023-04-17  8:09 UTC  (30+ 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

W sprawie samochodu
 2023-04-17  7:55 UTC 

[PATCH v2 0/4] PCI: s390: Fix user-after-free and clean up
 2023-04-17  7:46 UTC  (3+ messages)
` [PATCH v2 1/4] PCI: s390: Fix use-after-free of PCI resources with per-function hotplug

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

[PATCH v2 2/3] drivers/perf: add DesignWare PCIe PMU driver
 2023-04-17  6:17 UTC  (7+ messages)
` [PATCH v3 0/3] drivers/perf: add Synopsys DesignWare PCIe PMU driver support
` [PATCH v3 1/3] docs: perf: Add description for Synopsys DesignWare PCIe PMU driver
` [PATCH v3 2/3] drivers/perf: add "
` [PATCH v3 3/3] MAINTAINERS: add maintainers for "

[PATCH v3] PCI/PM: Bail out early in pci_bridge_wait_for_secondary_bus() if link is not trained
 2023-04-17  6:07 UTC  (6+ messages)

[RFC PATCH 0/3] Introduce a PCIe endpoint virtio console
 2023-04-17  2:11 UTC  (6+ messages)
` [RFC PATCH 1/3] PCI: endpoint: introduce a helper to implement pci ep virtio function
` [RFC PATCH 2/3] virtio_pci: add a definition of queue flag in ISR
` [RFC PATCH 3/3] PCI: endpoint: Add EP function driver to provide virtio-console functionality
` [EXT] [RFC PATCH 0/3] Introduce a PCIe endpoint virtio console

[regression] Bug 217218 - Trying to boot Linux version 6-2.2 kernel with Marvell SATA controller 88SE9235
 2023-04-16  6:55 UTC  (5+ messages)

[pci:next] BUILD SUCCESS 1fdef2055d8690d6f29d08d6d506bb7fba708488
 2023-04-15  6:07 UTC 

[PATCH v5 00/17] PCI endpoint fixes and improvements
 2023-04-15  2:35 UTC  (18+ messages)
` [PATCH v5 01/17] PCI: endpoint: Automatically create a function specific attributes group
` [PATCH v5 02/17] PCI: endpoint: Move pci_epf_type_add_cfs() code
` [PATCH v5 03/17] PCI: epf-test: Fix DMA transfer completion initialization
` [PATCH v5 04/17] PCI: epf-test: Fix DMA transfer completion detection
` [PATCH v5 05/17] PCI: epf-test: Use dmaengine_submit() to initiate DMA transfer
` [PATCH v5 06/17] PCI: epf-test: Simplify read/write/copy test functions
` [PATCH v5 07/17] PCI: epf-test: Simplify pci_epf_test_raise_irq()
` [PATCH v5 08/17] PCI: epf-test: Simplify IRQ test commands execution
` [PATCH v5 09/17] PCI: epf-test: Improve handling of command and status registers
` [PATCH v5 10/17] PCI: epf-test: Cleanup pci_epf_test_cmd_handler()
` [PATCH v5 11/17] PCI: epf-test: Cleanup request result handling
` [PATCH v5 12/17] PCI: epf-test: Simplify DMA support checks
` [PATCH v5 13/17] PCI: epf-test: Simplify transfers result print
` [PATCH v5 14/17] misc: pci_endpoint_test: Free IRQs before removing the device
` [PATCH v5 15/17] misc: pci_endpoint_test: Re-init completion for every test
` [PATCH v5 16/17] misc: pci_endpoint_test: Do not write status in IRQ handler
` [PATCH v5 17/17] misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()

[PATCH v4 01/17] PCI: endpoint: Automatically create a function specific attributes group
 2023-04-15  0:55 UTC  (3+ messages)

[PATCH v2 0/3] PCI: brcmstb: CLKREQ# accomodations of downstream device
 2023-04-14 23:14 UTC  (21+ 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 v3 6/6] PCI/AER: Unmask RCEC internal errors to enable RCH downstream port error handling
 2023-04-14 21:49 UTC  (11+ messages)

[PATCH v3 3/6] PCI/AER: Export cper_print_aer() for use by modules
 2023-04-14 21:32 UTC  (8+ messages)
` [PATCH v3 5/6] PCI/AER: Forward RCH downstream port-detected errors to the CXL.mem dev handler

[PATCH v2 3/5] pci/aer: Export cper_print_aer() for CXL driver logging
 2023-04-14 20:41 UTC  (3+ messages)

[PATCH v1 1/1] PCI: of: Propagate firmware node
 2023-04-14 18:55 UTC  (4+ messages)

[PATCH v4 17/17] misc: pci_endpoint_test: Simplify pci_endpoint_test_msi_irq()
 2023-04-14 16:19 UTC  (2+ messages)

[PATCH v4 16/17] misc: pci_endpoint_test: Do not write status in IRQ handler
 2023-04-14 16:18 UTC  (2+ messages)

[PATCH v4 14/17] misc: pci_endpoint_test: Free IRQs before removing the device
 2023-04-14 16:17 UTC  (2+ messages)

[PATCH v4 13/17] PCI: epf-test: Simplify transfers result print
 2023-04-14 16:17 UTC  (2+ messages)

[PATCH v4 12/17] PCI: epf-test: Simplify DMA support checks
 2023-04-14 16:14 UTC  (2+ messages)

[PATCH v4 10/17] PCI: epf-test: Cleanup pci_epf_test_cmd_handler()
 2023-04-14 16:12 UTC  (2+ messages)

[PATCH v4 09/17] PCI: epf-test: Improve handling of command and status registers
 2023-04-14 16:11 UTC  (2+ messages)

[PATCH v4 08/17] PCI: epf-test: Simplify IRQ test commands execution
 2023-04-14 16:09 UTC  (2+ messages)

[PATCH v4 07/17] PCI: epf-test: Simplify pci_epf_test_raise_irq()
 2023-04-14 16:08 UTC  (2+ messages)

[PATCH v4 06/17] PCI: epf-test: Simplify read/write/copy test functions
 2023-04-14 16:06 UTC  (2+ messages)

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

[Patch v6 0/9] Tegra234 Memory interconnect support
 2023-04-14 10:54 UTC  (4+ messages)
` [Patch v6 8/9] PCI: tegra194: Add interconnect support in Tegra234

[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  (7+ messages)

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

[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] 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  (2+ messages)

[PATCH v9 0/4] dmaengine: dw-edma: Add support for native HDMA
 2023-04-12 16:59 UTC  (2+ 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  (2+ messages)

[PATCH] Revert "dt-bindings: PCI: qcom: Add iommu-map properties"
 2023-04-12 14:23 UTC  (9+ 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


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).