linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-21 10:48:10 to 2022-03-26 17:10:03 UTC [more...]

[PATCH 00/25] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-03-25 18:15 UTC  (47+ messages)
` [PATCH 01/25] dmaengine: dw-edma: Drop dma_slave_config.direction field usage
` [PATCH 03/25] dma-direct: take dma-ranges/offsets into account in resource mapping
` [PATCH 04/25] dmaengine: Fix dma_slave_config.dst_addr description
` [PATCH 05/25] dmaengine: dw-edma: Convert ll/dt phys-address to PCIe bus/DMA address
` [PATCH 06/25] dmaengine: dw-edma: Fix missing src/dst address of the interleaved xfers
` [PATCH 07/25] dmaengine: dw-edma: Don't permit non-inc "
` [PATCH 09/25] dmaengine: dw-edma: Add CPU to PCIe bus address translation
` [PATCH 10/25] dmaengine: dw-edma: Add PCIe bus address getter to the remote EP glue-driver
` [PATCH 11/25] dmaengine: dw-edma: Drop chancnt initialization
` [PATCH 12/25] dmaengine: dw-edma: Fix DebugFS reg entry type
` [PATCH 13/25] dmaengine: dw-edma: Stop checking debugfs_create_*() return value
` [PATCH 14/25] dmaengine: dw-edma: Add dw_edma prefix to the DebugFS nodes descriptor
` [PATCH 15/25] dmaengine: dw-edma: Convert DebugFS descs to being kz-allocated
` [PATCH 16/25] dmaengine: dw-edma: Simplify the DebugFS context CSRs init procedure
` [PATCH 17/25] dmaengine: dw-edma: Move eDMA data pointer to DebugFS node descriptor
` [PATCH 18/25] dmaengine: dw-edma: Join Write/Read channels into a single device
` [PATCH 19/25] dmaengine: dw-edma: Use DMA-engine device DebugFS subdirectory
` [PATCH 20/25] dmaengine: dw-edma: Use non-atomic io-64 methods
` [PATCH 21/25] dmaengine: dw-edma: Drop DT-region allocation
` [PATCH 22/25] dmaengine: dw-edma: Replace chip ID number with device name
` [PATCH 23/25] dmaengine: dw-edma: Bypass dma-ranges mapping for the local setup
` [PATCH 24/25] dmaengine: dw-edma: Skip cleanup procedure if no private data found

[PATCH 0/4] clk: Baikal-T1 DDR/PCIe resets and some xGMAC fixes
 2022-03-25  4:19 UTC  (3+ messages)
` [PATCH 3/4] clk: baikal-t1: Move reset-controls code into a dedicated module

[PATCH 00/12] PCI: dwc: Various fixes and cleanups
 2022-03-24 12:26 UTC  (25+ messages)
` [PATCH 01/12] PCI: dwc: Stop link in the host init error and de-initialization
` [PATCH 02/12] PCI: dwc: Don't use generic IO-ops for DBI-space access
` [PATCH 03/12] PCI: dwc: Add unroll iATU space support to the regions disable method
` [PATCH 04/12] PCI: dwc: Disable outbound windows for controllers with iATU
` [PATCH 05/12] PCI: dwc: Set INCREASE_REGION_SIZE flag based on limit address
` [PATCH 06/12] PCI: dwc: Add braces to the multi-line if-else statements
` [PATCH 07/12] PCI: dwc: Add trailing new-line literals to the log messages
` [PATCH 08/12] PCI: dwc: Discard IP-core version checking on unrolled iATU detection
` [PATCH 09/12] PCI: dwc: Convert Link-up status method to using dw_pcie_readl_dbi()
` [PATCH 10/12] PCI: dwc-plat: Simplify the probe method return value handling
` [PATCH 11/12] PCI: dwc-plat: Discard unused regmap pointer
` [PATCH 12/12] PCI: dwc-plat: Drop dw_plat_pcie_of_match forward declaration

[PATCH 01/22] orion5x: Replace comments with C99 initializers
 2022-03-26 16:59 UTC  (22+ messages)
` [PATCH 02/22] s3c: "
` [PATCH 03/22] ia64: "
` [PATCH 04/22] x86: "
` [PATCH 05/22] acpica: "
` [PATCH 06/22] idt77252: "
` [PATCH 07/22] cm4000: "
` [PATCH 08/22] i5100: "
` [PATCH 09/22] gpio-winbond: Use "
` [PATCH 10/22] hfi1: Replace comments with "
` [PATCH 11/22] rdmavt: "
` [PATCH 12/22] alps: "
` [PATCH 13/22] capi: "
` [PATCH 14/22] mISDN: "
` [PATCH 15/22] macintosh: "
` [PATCH 16/22] dvb-usb: "
` [PATCH 17/22] cxl: "
` [PATCH 18/22] smsc: "
` [PATCH 19/22] wnc36xx: "
` [PATCH 20/22] wireless: "
` [PATCH 21/22] rtw89: "
` [PATCH 22/22] pci: "

[PATCH v4 0/2] pci: Add PCIe support for SM8150 SoC
 2022-03-26  6:08 UTC  (3+ messages)
` [PATCH v4 1/2] dt-bindings: pci: qcom: Document PCIe bindings "
` [PATCH v4 2/2] PCI: qcom: Add SM8150 SoC support

[PATCH] PCI: mediatek: Update entries to distinguish MediaTek PCIe controller
 2022-03-26  3:27 UTC 

[GIT PULL] PCI changes for v5.18
 2022-03-25 21:06 UTC  (2+ messages)

[PATCH v5 1/2] PCI: ACPI: Support Microsoft's "DmaProperty"
 2022-03-25 18:46 UTC  (2+ messages)
` [PATCH v5 2/2] PCI: Rename pci_dev->untrusted to pci_dev->untrusted_dma

[RFC PATCH 0/5] PCIe EPF support for internal DMAC handling and driver update for R-Car PCIe EP to support DMAC
 2022-03-25 17:13 UTC  (4+ messages)
  ` [EXT] "

[PATCH v3 1/2] PCI/PM: refactor pci_pm_suspend_noirq()
 2022-03-25 16:56 UTC 

[PATCH 00/25] dmaengine: dw-edma: Add RP/EP local DMA controllers support
 2022-03-25 14:52 UTC 

[PATCH v4] PCI / ACPI: Assume `HotPlugSupportInD3` only if device can wake from D3
 2022-03-25 13:55 UTC  (15+ messages)

[PATCH 1/2] PCI: Extend isolated function probing to s390
 2022-03-25 13:16 UTC  (2+ messages)
` [PATCH 2/2] s390/pci: allow zPCI zbus without a function zero

[PATCH V6 04/10] PCI/DOE: Introduce pci_doe_create_doe_devices
 2022-03-25 12:02 UTC  (6+ messages)

[PATCH v3 0/4] PCI: mvebu: Slot support
 2022-03-25  9:38 UTC  (5+ messages)
` [PATCH v3 1/4] PCI: Add PCI_EXP_SLTCTL_ASPL_DISABLE macro
` [PATCH v3 2/4] dt-bindings: Add 'slot-power-limit-milliwatt' PCIe port property
` [PATCH v3 3/4] PCI: Add function for parsing 'slot-power-limit-milliwatt' DT property
` [PATCH v3 4/4] PCI: mvebu: Add support for sending Set_Slot_Power_Limit message

[PATCH v2 3/4] PCI: Add function for parsing 'slot-power-limit-milliwatt' DT property
 2022-03-25  9:20 UTC  (3+ messages)

[GIT PULL] Compute Express Link update for v5.18
 2022-03-25  1:35 UTC  (2+ messages)

next/master bisection: baseline.login on asus-C523NA-A20057-coral
 2022-03-24 23:08 UTC  (4+ messages)

[PATCH 2/2] powerpc/eeh: Use pcie_reset_state_t type in function arguments
 2022-03-24 22:09 UTC  (2+ messages)

[PATCH 2/3] PCI: Support asynchronous shutdown
 2022-03-24 21:38 UTC 

[PATCH2] PCI: dwc: solve returning success but actually failed
 2022-03-24 21:04 UTC  (3+ messages)
` [PATCH v2] PCI: dwc: Fix setting error return on MSI DMA mapping failure

[PATCH] PCI: mediatek: Fix refcount leak in mtk_pcie_subsys_powerup
 2022-03-24 21:03 UTC  (2+ messages)

[PATCH v3 0/7] Add PCIe support for SM8150 SoC
 2022-03-24 20:52 UTC  (3+ messages)
` [PATCH v3 5/7] PCI: qcom: Add SM8150 SoC support

[PATCH v2 0/4] PCI: mvebu: Slot support
 2022-03-24 20:50 UTC  (9+ messages)
` [PATCH v2 2/4] dt-bindings: Add 'slot-power-limit-milliwatt' PCIe port property
` [PATCH v2 4/4] PCI: mvebu: Add support for sending Set_Slot_Power_Limit message

[PATCH 05/25] dmaengine: dw-edma: Convert ll/dt phys-address to PCIe bus/DMA address
 2022-03-24 19:23 UTC 

[PATCH v4 0/3] Fully enable AER
 2022-03-24 16:55 UTC  (2+ messages)

[PATCH v4 0/2] Add support to register platform service IRQ
 2022-03-24 16:52 UTC  (2+ messages)

[PATCH v3 0/2] Fix coherence for VMbus and PCI pass-thru devices in Hyper-V VM
 2022-03-24 16:14 UTC  (3+ messages)
` [PATCH v3 1/2] Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device
` [PATCH v3 2/2] PCI: hv: Propagate coherence from VMbus device to PCI device

[PATCH v2 0/2] Fix coherence for VMbus and PCI pass-thru devices in Hyper-V VM
 2022-03-24 14:41 UTC  (9+ messages)
` [PATCH v2 1/2] Drivers: hv: vmbus: Propagate VMbus coherence to each VMbus device
` [PATCH v2 2/2] PCI: hv: Propagate coherence from VMbus device to PCI device

[PATCH 01/25] dmaengine: dw-edma: Drop dma_slave_config.direction field usage
 2022-03-24 14:35 UTC 

[PATCH] iommu/dma: Explicitly sort PCI DMA windows
 2022-03-24 10:08 UTC  (7+ messages)

[PATCH v2 0/7] Add the iMX8MP PCIe support
 2022-03-24 10:04 UTC  (3+ messages)
` [PATCH v2 6/7] arm64: dts: imx8mp-evk: Add "
  ` (EXT) "

[PATCH] PCI: mediatek-gen3: Print LTSSM state when PCIe link down
 2022-03-24  7:25 UTC 

[PATCH] PCI/PME: replace usage of found with dedicated list iterator variable
 2022-03-24  7:18 UTC 

[PATCH v2] PCI: endpoint: Use blocking notifier instead of atomic
 2022-03-23 18:09 UTC  (5+ messages)

[PATCH] dt-bindings: pci: layerscape-pci: Add lx2160a rev2 PCIe RC compatible string
 2022-03-23 17:00 UTC  (2+ messages)

[helgaas-pci:next] BUILD SUCCESS 611f841830aa5723ea67682628bd214cbc18df41
 2022-03-23 14:51 UTC 

[PATCH] PCI: Avoid broken MSI on SB600 USB devices
 2022-03-23 13:43 UTC  (8+ messages)

[V3] PCI: fu740: Drop to 2.5GT/s to fix initial device probing on some boards
 2022-03-23 10:40 UTC  (5+ messages)

[PATCH v1 0/5] PCI: qcom: rework pipe_clk/pipe_clk_src handling
 2022-03-23  8:50 UTC  (6+ messages)
` [PATCH v1 1/5] clk: qcom: regmap-mux: add pipe clk implementation
` [PATCH v1 2/5] clk: qcom: gcc-sm8450: use new clk_regmap_mux_safe_ops for PCIe pipe clocks
` [PATCH v1 3/5] clk: qcom: gcc-sc7280: "
` [PATCH v1 4/5] PCI: qcom: Remove unnecessary pipe_clk handling
` [PATCH v1 5/5] PCI: qcom: Drop manual pipe_clk_src handling

[PATCH v4 1/2] PCI: Rename "pci_dev->untrusted" to "pci_dev->poses_dma_risk"
 2022-03-23  6:16 UTC  (8+ messages)
` [PATCH v4 2/2] PCI: ACPI: Support Microsoft's "DmaProperty"

[helgaas-pci:pci/misc] BUILD SUCCESS b9fae6a47b8bcb397e6a482095431f6ba9648211
 2022-03-23  5:41 UTC 

[PATCH v2] PCI: cadence: Enable Controller to respond to received PTM Requests
 2022-03-23  2:37 UTC  (4+ messages)

[PATCH v2 0/2] PCI: xgene: Restore working PCIe functionnality
 2022-03-22 22:29 UTC  (20+ messages)
` [PATCH v2 1/2] PCI: xgene: Revert "PCI: xgene: Use inbound resources for setup"
` [PATCH v2 2/2] PCI: xgene: Revert "PCI: xgene: Fix IB window setup"

[PATCH v4 0/8] Enable designware PCI EP EDMA locally
 2022-03-22 22:25 UTC  (13+ messages)
` [PATCH v4 5/8] dmaengine: dw-edma: Fix programming the source & dest addresses for ep

Panic at pc : _base_readl+0x4/0x20 [mpt3sas] - kernel 5.17.0
 2022-03-22 15:26 UTC 

[PATCH 0/2] PCI: hv: Miscellaneous changes
 2022-03-22 12:51 UTC  (6+ messages)
` [PATCH 1/2] PCI: hv: Use IDR to generate transaction IDs for VMBus hardening

[helgaas-pci:pci/msi] BUILD SUCCESS 63cd736f449445edcd7f0bcc7d84453e9beec0aa
 2022-03-22 11:58 UTC 

[helgaas-pci:pci/host/fu740] BUILD SUCCESS a382c757ec5ef83137a86125f43a4c43dc2ab50b
 2022-03-22 11:58 UTC 

[helgaas-pci:next] BUILD SUCCESS 29d0071ad0b46bd51e59be912fba0037116a5660
 2022-03-22 11:58 UTC 

[PATCH v3 0/4] x86/PCI: Improve $PIR and add $IRT PIRQ routing support
 2022-03-21 16:50 UTC  (5+ messages)
` [PATCH v3 2/4] x86/PCI: Add $IRT PIRQ routing table support

[PATCH v1] Intel Sky Lake-E host root ports check
 2022-03-21 16:30 UTC  (3+ messages)


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