messages from 2022-11-22 17:22:08 to 2022-12-19 14:47:53 UTC [more...]
[PATCH v8 00/26] dmaengine: dw-edma: Add RP/EP local DMA controllers support
2022-12-19 14:46 UTC (13+ messages)
` [PATCH v8 01/26] dmaengine: Fix dma_slave_config.dst_addr description
` [PATCH v8 02/26] dmaengine: dw-edma: Release requested IRQs on failure
` [PATCH v8 03/26] dmaengine: dw-edma: Convert ll/dt phys-address to PCIe bus/DMA address
` [PATCH v8 04/26] dmaengine: dw-edma: Fix missing src/dst address of the interleaved xfers
` [PATCH v8 05/26] dmaengine: dw-edma: Don't permit non-inc "
` [PATCH v8 06/26] dmaengine: dw-edma: Fix invalid interleaved xfers semantics
` [PATCH v8 07/26] dmaengine: dw-edma: Add CPU to PCIe bus address translation
` [PATCH v8 08/26] dmaengine: dw-edma: Add PCIe bus address getter to the remote EP glue-driver
` [PATCH v8 09/26] dmaengine: dw-edma: Drop chancnt initialization
` [PATCH v8 10/26] dmaengine: dw-edma: Fix DebugFS reg entry type
` [PATCH v8 11/26] dmaengine: dw-edma: Stop checking debugfs_create_*() return value
` [PATCH v8 12/26] dmaengine: dw-edma: Add dw_edma prefix to the DebugFS nodes descriptor
[PATCH v2] dt-bindings: dma: fsl-mxs-dma: Convert MXS DMA to DT schema
2022-12-19 10:47 UTC (2+ messages)
[PATCH v2 0/2] arm64: dts: qcom: sm6125: Enable GPI DMA
2022-12-19 9:09 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: dma: gpi: Document SM6125 compatible
` [PATCH v2 2/2] arm64: dts: qcom: sm6125: Add GPI DMA nodes
[PATCH] dt-bindings: dma: fsl-mxs-dma: Convert MXS DMA to DT schema
2022-12-19 9:09 UTC (9+ messages)
[GIT PULL]: dmaengine updates for v6.2
2022-12-18 14:49 UTC
[PATCH v3 0/5] dmaengine: Add support for AM62A SoC DMAs
2022-12-17 16:56 UTC (8+ messages)
` [PATCH v3 1/5] dt-bindings: dma: ti: k3-bcdma: Add bindings for BCDMA CSI RX
` [PATCH v3 2/5] dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHAN
` [PATCH v3 3/5] dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA data
` [PATCH v3 4/5] dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoC
` [PATCH v3 5/5] dmaengine: ti: k3-udma: Add support for BCDMA CSI RX
[RESEND PATCH] dt-bindings: dmaengine: qcom: gpi: Add QDU1000/QRU1000 gpi device
2022-12-16 23:15 UTC
[V2] dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operation
2022-12-16 20:50 UTC (2+ messages)
[PATCH v7 00/25] dmaengine: dw-edma: Add RP/EP local DMA controllers support
2022-12-16 17:02 UTC (39+ messages)
` [PATCH v7 01/25] dmaengine: Fix dma_slave_config.dst_addr description
` [PATCH v7 02/25] dmaengine: dw-edma: Release requested IRQs on failure
` [PATCH v7 03/25] dmaengine: dw-edma: Convert ll/dt phys-address to PCIe bus/DMA address
` [PATCH v7 04/25] dmaengine: dw-edma: Fix missing src/dst address of the interleaved xfers
` [PATCH v7 05/25] dmaengine: dw-edma: Don't permit non-inc "
` [PATCH v7 06/25] dmaengine: dw-edma: Fix invalid interleaved xfers semantics
` [PATCH v7 07/25] dmaengine: dw-edma: Add CPU to PCIe bus address translation
` [PATCH v7 08/25] dmaengine: dw-edma: Add PCIe bus address getter to the remote EP glue-driver
` [PATCH v7 09/25] dmaengine: dw-edma: Drop chancnt initialization
` [PATCH v7 10/25] dmaengine: dw-edma: Fix DebugFS reg entry type
` [PATCH v7 11/25] dmaengine: dw-edma: Stop checking debugfs_create_*() return value
` [PATCH v7 12/25] dmaengine: dw-edma: Add dw_edma prefix to the DebugFS nodes descriptor
` [PATCH v7 13/25] dmaengine: dw-edma: Convert DebugFS descs to being kz-allocated
` [PATCH v7 14/25] dmaengine: dw-edma: Rename DebugFS dentry variables to 'dent'
` [PATCH v7 15/25] dmaengine: dw-edma: Simplify the DebugFS context CSRs init procedure
` [PATCH v7 16/25] dmaengine: dw-edma: Move eDMA data pointer to DebugFS node descriptor
` [PATCH v7 17/25] dmaengine: dw-edma: Join Write/Read channels into a single device
` [PATCH v7 18/25] dmaengine: dw-edma: Use DMA-engine device DebugFS subdirectory
` [PATCH v7 19/25] dmaengine: dw-edma: Use non-atomic io-64 methods
` [PATCH v7 20/25] dmaengine: dw-edma: Drop DT-region allocation
` [PATCH v7 21/25] dmaengine: dw-edma: Replace chip ID number with device name
` [PATCH v7 22/25] dmaengine: dw-edma: Skip cleanup procedure if no private data found
` [PATCH v7 23/25] PCI: dwc: Restore DMA-mask after MSI-data allocation
` [PATCH v7 24/25] PCI: bt1: Set 64-bit DMA-mask
` [PATCH v7 25/25] PCI: dwc: Add DW eDMA engine support
[PATCH] dmaengine: qcom: gpi: Set link_rx bit on GO TRE for rx operation
2022-12-16 15:25 UTC (5+ messages)
[PATCH V11 XDMA 0/2] xilinx XDMA driver
2022-12-15 17:32 UTC (3+ messages)
` [PATCH V11 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver
` [PATCH V11 XDMA 2/2] dmaengine: xilinx: xdma: Add user logic interrupt support
[PATCH v2] ntb_netdev: Use dev_kfree_skb_any() in interrupt context
2022-12-12 21:00 UTC (3+ messages)
[PATCH] idxd: avoid deadlock in process_misc_interrupts()
2022-12-12 20:08 UTC (3+ messages)
[PATCH] dmaengine: idxd: Remove the unused function set_completion_address()
2022-12-12 15:32 UTC (2+ messages)
[PATCH v2 0/5] dmaengine: Add support for AM62A SoC DMAs
2022-12-12 11:59 UTC (7+ messages)
` [PATCH v2 1/5] dt-bindings: dma: ti: k3-bcdma: Add bindings for BCDMA CSI RX
` [PATCH v2 2/5] dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHAN
` [PATCH v2 3/5] dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA data
` [PATCH v2 4/5] dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoC
` [PATCH v2 5/5] dmaengine: ti: k3-udma: Add support for BCDMA CSI RX
[PATCH 0/5] dmaengine: Add support for AM62A SoC DMAs
2022-12-12 4:51 UTC (13+ messages)
` [PATCH 1/5] dt-bindings: dma: ti: k3-bcdma: Add bindings for BCDMA CSI RX
` [PATCH 2/5] dmaengine: ti: k3-udma: Fix BCDMA for case w/o BCHAN
` [PATCH 3/5] dmaengine: ti: k3-psil-am62a: Add AM62Ax PSIL and PDMA data
` [PATCH 4/5] dmaengine: ti: k3-udma: Add support for DMAs on AM62A SoC
` [PATCH 5/5] dmaengine: ti: k3-udma: Add support for BCDMA CSI RX
[PATCH v6 00/24] dmaengine: dw-edma: Add RP/EP local DMA controllers support
2022-12-11 17:33 UTC (8+ messages)
` [PATCH v6 22/24] dmaengine: dw-edma: Bypass dma-ranges mapping for the local setup
[PATCH] dmaengine: idxd: Set traffic class values in GRPCFG on DSA 2.0
2022-12-09 17:21 UTC
[PATCH] ntb_netdev: Use dev_kfree_skb_irq() in interrupt context
2022-12-08 15:35 UTC (2+ messages)
[PATCH V2 0/3] dmaengine: idxd: Error path fixes
2022-12-07 22:52 UTC (4+ messages)
` [PATCH V2 1/3] dmaengine: idxd: Let probe fail when workqueue cannot be enabled
` [PATCH V2 2/3] dmaengine: idxd: Prevent use after free on completion memory
` [PATCH V2 3/3] dmaengine: idxd: Do not call DMX TX callbacks during workqueue disable
[PATCH v2] dt-bindings: Drop Jee Heng Sia
2022-12-06 13:06 UTC (2+ messages)
[PATCH] dmaengine: ppc4xx: Convert to use sysfs_emit()/sysfs_emit_at() APIs
2022-12-06 9:14 UTC
poor ptdma performance
2022-12-05 19:51 UTC (6+ messages)
[PATCH 1/2] dt-bindings: Drop Jee Heng Sia
2022-12-05 17:29 UTC (6+ messages)
` [PATCH 2/2] ASoC: dt-bindings: Correct Alexandre Belloni email
` (subset) [PATCH 1/2] dt-bindings: Drop Jee Heng Sia
[RESEND PATCH V10 XDMA 0/2] xilinx XDMA driver
2022-12-05 17:00 UTC (3+ messages)
` [RESEND PATCH V10 XDMA 1/2] dmaengine: xilinx: xdma: Add xilinx xdma driver
` [RESEND PATCH V10 XDMA 2/2] dmaengine: xilinx: xdma: Add user logic interrupt support
[PATCH 14/21] dmaengine: remove s3c24xx driver
2022-12-05 8:56 UTC (9+ messages)
` [PATCH] ARM: s3c: Fix a build error after the s3c24xx dma driver was removed
` Regression in dmaengine/next "
[bug report] dmaengine: add a driver for AMBA AXI NBPF DMAC IP cores
2022-12-03 12:19 UTC
[PATCH 0/3] dmaengine: idxd: Error path fixes
2022-12-02 21:53 UTC (13+ messages)
` [PATCH 1/3] dmaengine: idxd: Let probe fail when workqueue cannot be enabled
` [PATCH 2/3] dmaengine: idxd: Prevent use after free on completion memory
` [PATCH 3/3] dmaengine: idxd: Do not call DMX TX callbacks during workqueue disable
[PATCH V3] dmaengine: Fix double increment of client_count in dma_chan_get()
2022-12-02 18:57 UTC (2+ messages)
[PATCH V2 0/6] Xilinx DMA enhancements and optimization
2022-11-30 21:27 UTC (10+ messages)
` [PATCH V2 1/6] dt-bindings: dmaengine: xilinx_dma:Add xlnx,axistream-connected property
` [PATCH V2 2/6] dt-bindings: dmaengine: xilinx_dma: Add xlnx,irq-delay property
` [PATCH V2 3/6] dmaengine: xilinx_dma: Pass AXI4-Stream control words to dma client
` [PATCH V2 4/6] dmaengine: xilinx_dma: Increase AXI DMA transaction segment count
` [PATCH V2 5/6] dmaengine: xilinx_dma: Use tasklet_hi_schedule for timing critical usecase
` [PATCH V2 6/6] dmaengine: xilinx_dma: Program interrupt delay timeout
[PATCH v2] dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init
2022-11-30 9:20 UTC (2+ messages)
[PATCH] dmaengine: imx-sdma: Fix a possible memory leak in sdma_transfer_init
2022-11-30 8:53 UTC (3+ messages)
[RESEND PATCH V10 XDMA 0/2] xilinx XDMA driver
2022-11-30 5:42 UTC (3+ messages)
` [RESEND PATCH V10 XDMA 2/2] dmaengine: xilinx: xdma: Add user logic interrupt support
[PATCH] dmaengine: ti: k3-udma: drop loglevel for non-fatal probe deferral log
2022-11-29 16:28 UTC (2+ messages)
[PATCH] dmaengine: ti: k3-udma: Do conditional decrement of UDMA_CHAN_RT_PEER_BCNT_REG
2022-11-29 16:27 UTC (2+ messages)
[PATCH] MAINTAINERS: update Jie Hai's email address
2022-11-26 6:49 UTC
[patch 00/10] genirq/msi: Treewide cleanup of pointless linux/msi.h includes
2022-11-26 3:27 UTC (2+ messages)
[PATCH v2 0/3] dmaengine: Add support for immediate commands
2022-11-25 16:50 UTC (6+ messages)
[linux-next:master] BUILD REGRESSION 9e46a79967326efb03c481ddfd58902475bd920d
2022-11-25 16:41 UTC
[PATCH v4 0/4] soc: ti: Add module build support to the socinfo
2022-11-24 9:04 UTC (9+ messages)
` [PATCH v4 2/4] soc: ti: Add module build support
` [PATCH v4 4/4] net: ethernet: ti: davinci_mdio: Deferring probe when soc_device_match() returns NULL
[PATCH v3] dmaengine: drivers: Use devm_platform_ioremap_resource()
2022-11-24 8:15 UTC (2+ messages)
[PATCH V2] dmaengine: Fix client_count is countered one more incorrectly
2022-11-22 17:46 UTC
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).