messages from 2021-10-26 02:05:18 to 2021-11-24 16:47:58 UTC [more...]
[PATCH v2 00/11] dmaengine: kill off dma_slave_config->slave_id
2021-11-24 16:47 UTC (16+ messages)
` [PATCH v2 01/11] ASoC: tegra20-spdif: stop setting slave_id
` [PATCH v2 02/11] ASoC: dai_dma: remove slave_id field
` [PATCH v2 03/11] spi: pic32: stop setting dma_config->slave_id
` [PATCH v2 04/11] mmc: bcm2835: stop setting chan_config->slave_id
` [PATCH v2 05/11] dmaengine: shdma: remove legacy slave_id parsing
` [PATCH v2 06/11] dmaengine: pxa/mmp: stop referencing config->slave_id
` [PATCH v2 07/11] dmaengine: sprd: "
` [PATCH v2 08/11] dmaengine: qcom-adm: stop abusing slave_id config
` [PATCH v2 09/11] dmaengine: xilinx_dpdma: stop using slave_id field
` [PATCH v2 10/11] dmaengine: tegra20-apb: stop checking config->slave_id
` [PATCH v2 11/11] dmaengine: remove slave_id config field
[PATCH v13 0/4] Add NVIDIA Tegra GPC-DMA driver
2021-11-23 23:00 UTC (7+ messages)
` [PATCH v13 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v13 2/4] dmaengine: tegra: Add tegra gpcdma driver
` [PATCH v13 3/4] arm64: defconfig: tegra: Enable GPCDMA
` [PATCH v13 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194
[PATCH] dmaengine: sh: Use bitmap_zalloc() when applicable
2021-11-23 21:26 UTC
[PATCH] dmaengine: dw-edma: Fix (and simplify) the probe broken since ecb8c88bd31c
2021-11-22 19:30 UTC (3+ messages)
[PATCH 0/2] J721S2: Add initial support
2021-11-22 18:08 UTC (4+ messages)
` [PATCH 1/2] dmaengine: ti: k3-udma: Add SoC dependent data for J721S2 SoC
` [PATCH 2/2] drivers: dma: ti: k3-psil: Add support for J721S2
[PATCH] dmaengine: stm32-mdma: Use bitfield helpers
2021-11-22 15:54 UTC
compile error for 5.15.4
2021-11-22 15:44 UTC (5+ messages)
[PATCH 0/4] dmaengine: sun6i: Allwinner D1 support
2021-11-22 8:45 UTC (7+ messages)
` [PATCH 1/4] dt-bindings: dma: sun50i-a64: Add compatible for D1
` [PATCH 2/4] dmaengine: sun6i: Do not use virt_to_phys
` [PATCH 3/4] dmaengine: sun6i: Add support for 34-bit physical addresses
` [PATCH 4/4] dmaengine: sun6i: Add support for the D1 variant
[PATCH 0/2] Documentation: dmaengine: Tweak dmatest docs
2021-11-22 7:01 UTC (4+ messages)
` [PATCH 1/2] Documentation: dmaengine: Add a description of what dmatest does
` [PATCH 2/2] Documentation: dmaengine: Correctly describe dmatest with channel unset
[PATCH v3] dmaengine: idxd: fix calling wq quiesce inside spinlock
2021-11-22 7:00 UTC (2+ messages)
[PATCH] dmaengine: qcom: gpi: Remove unnecessary print function dev_err()
2021-11-22 6:59 UTC (2+ messages)
[PATCH] dmaengine: idxd: add knob for enqcmds retries
2021-11-22 6:16 UTC (2+ messages)
[PATCH 0/2] Add support for MEMCPY_SG transfers
2021-11-22 6:08 UTC (7+ messages)
` [PATCH 0/3] "
` [PATCH 1/3] dmaengine: Add documentation for new memcpy scatter-gather function
` [PATCH 2/3] dmaengine: Add core function and capability check for DMA_MEMCPY_SG
` [PATCH 3/3] dmaengine: Add consumer for the new DMA_MEMCPY_SG API function
[PATCH][linux-next] dmaengine: dw-axi-dmac: Fix uninitialized variable in axi_chan_block_xfer_start()
2021-11-22 5:52 UTC (3+ messages)
` [PATCH v2][linux-next] "
[PATCH v2 0/7] dmaengine: idxd: Add interrupt handle revoke support
2021-11-22 5:51 UTC (9+ messages)
` [PATCH v2 1/7] dmaengine: idxd: rework descriptor free path on failure
` [PATCH v2 2/7] dmaengine: idxd: int handle management refactoring
` [PATCH v2 3/7] dmaengine: idxd: move interrupt handle assignment
` [PATCH v2 4/7] dmaengine: idxd: add helper for per interrupt handle drain
` [PATCH v2 5/7] dmaengine: idxd: create locked version of idxd_quiesce() call
` [PATCH v2 6/7] dmaengine: idxd: handle invalid interrupt handle descriptors
` [PATCH v2 7/7] dmaengine: idxd: handle interrupt handle revoked event
[PATCH] dmaengine: ti: edma: Use 'for_each_set_bit' when possible
2021-11-22 4:20 UTC (3+ messages)
[PATCH 00/13] dmaengine: at_xdmac: Various fixes
2021-11-19 16:27 UTC (16+ messages)
` [PATCH 01/13] dmaengine: at_xdmac: Don't start transactions at tx_submit level
` [PATCH 02/13] tty: serial: atmel: Check return code of dmaengine_submit()
` [PATCH 03/13] tty: serial: atmel: Call dma_async_issue_pending()
` [PATCH 04/13] dmaengine: at_xdmac: Start transfer for cyclic channels in issue_pending
` [PATCH 05/13] dmaengine: at_xdmac: Print debug message after realeasing the lock
` [PATCH 06/13] dmaengine: at_xdmac: Fix concurrency over chan's completed_cookie
` [PATCH 07/13] dmaengine: at_xdmac: Fix race for the tx desc callback
` [PATCH 08/13] dmaengine: at_xdmac: Move the free desc to the tail of the desc list
` [PATCH 09/13] dmaengine: at_xdmac: Fix concurrency over xfers_list
` [PATCH 10/13] dmaengine: at_xdmac: Remove a level of indentation in at_xdmac_advance_work()
` [PATCH 11/13] dmaengine: at_xdmac: Fix lld view setting
` [PATCH 12/13] dmaengine: at_xdmac: Fix at_xdmac_lld struct definition
` [PATCH 13/13] dmaengine: at_xdmac: Fix race over irq_status
[PATCH v11 0/4] Add NVIDIA Tegra GPC-DMA driver
2021-11-18 23:35 UTC (17+ messages)
` [PATCH v11 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v11 2/4] dmaengine: tegra: Add tegra gpcdma driver
` [PATCH v11 3/4] arm64: defconfig: tegra: Enable GPCDMA
` [PATCH v11 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194
` [PATCH v12 0/4] Add NVIDIA Tegra GPC-DMA driver
` [PATCH v12 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
` [PATCH v12 2/4] dmaengine: tegra: Add tegra gpcdma driver
` [PATCH v12 3/4] arm64: defconfig: tegra: Enable GPCDMA
` [PATCH v12 4/4] arm64: tegra: Add GPCDMA node for tegra186 and tegra194
[PATCH 00/11] dmaengine: kill off dma_slave_config->slave_id
2021-11-16 4:28 UTC (32+ messages)
` [PATCH 01/11] ASoC: dai_dma: remove slave_id field
` [PATCH 02/11] spi: pic32: stop setting dma_config->slave_id
` [PATCH 03/11] mmc: bcm2835: stop setting chan_config->slave_id
` [PATCH 04/11] dmaengine: shdma: remove legacy slave_id parsing
` [PATCH 05/11] dmaengine: pxa/mmp: stop referencing config->slave_id
` [PATCH 06/11] dmaengine: sprd: "
` [PATCH 07/11] dmaengine: qcom-adm: stop abusing slave_id config
` [PATCH 08/11] dmaengine: xilinx_dpdma: stop using slave_id field
` [PATCH 09/11] dmaengine: tegra20-apb: stop checking config->slave_id
` [PATCH 10/11] staging: ralink-gdma: stop using slave_id config
` [PATCH 11/11] dmaengine: remove slave_id config field
[PATCH] dmaengine: ppc4xx: remove unused variable `rval'
2021-11-14 6:08 UTC
[PATCH v3 0/5] Update STMicroelectronics maintainers email
2021-11-12 7:42 UTC (12+ messages)
` [PATCH v3 1/5] dt-bindings: timer: Update maintainers for st,stm32-timer
` [PATCH v3 2/5] dt-bindings: mfd: timers: Update maintainers for st,stm32-timers
` [PATCH v3 3/5] dt-bindings: media: Update maintainers for st,stm32-cec.yaml
` [PATCH v3 4/5] dt-bindings: media: Update maintainers for st,stm32-hwspinlock.yaml
` [PATCH v3 5/5] dt-bindings: treewide: Update @st.com email address to @foss.st.com
[GIT PULL]: dmaengine updates for v5.16-rc1
2021-11-10 20:10 UTC (2+ messages)
[PATCH V2] dma: dw-edma-pcie: switch from 'pci_' to 'dma_' API
2021-11-09 21:11 UTC (5+ messages)
[PATCH 1/1] dmaengine: stm32-dma: avoid 64-bit division in stm32_dma_get_max_width
2021-11-09 5:50 UTC (2+ messages)
[PATCH v4 0/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error
2021-10-31 3:24 UTC (3+ messages)
` [PATCH v4 1/2] dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail
` [PATCH v4 2/2] dmaengine: ti: k3-udma: Set r/tchan or rflow to NULL if "
[PATCH v3 0/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error
2021-10-31 3:10 UTC (5+ messages)
` [PATCH v3 1/2] dmaengine: ti: k3-udma: Set bchan to NULL if a channel request fail
` [PATCH v3 2/2] dmaengine: ti: k3-udma: Set rchan/tchan "
[PATCH V4 1/1] dmaengine: fsl-edma: support edma memcpy
2021-10-29 1:40 UTC (3+ messages)
` [EXT] "
[PATCH v2] dmaengine: idxd: fix resource leak on dmaengine driver disable
2021-10-28 17:25 UTC (2+ messages)
[PATCH v2] dmaengine: idxd: cleanup completion record allocation
2021-10-28 17:24 UTC (2+ messages)
[PATCH 1/3] dmaengine: altera-msgdma: Correctly handle descriptor callbacks
2021-10-28 17:24 UTC (2+ messages)
[PATCH] dmaengine: at_xdmac: fix compilation warning
2021-10-28 17:22 UTC (2+ messages)
[PATCH] dmaengine: dw-axi-dmac: Simplify assignment in dma_chan_pause()
2021-10-28 17:13 UTC (2+ messages)
[PATCH v3 0/2] dmaengine: qcom: bam_dma: Add "powered remotely" mode for BAM-DMUX
2021-10-28 17:12 UTC (7+ messages)
dt-bindings: treewide: Update @st.com email address to @foss.st.com
2021-10-27 16:57 UTC (7+ messages)
[RESEND PATCH v2 0/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error
2021-10-27 8:45 UTC (4+ messages)
` [RESEND PATCH v2 1/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error for BCDMA
` [RESEND PATCH v2 2/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error for PKTDMA
[PATCH 1/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error for BCDMA
2021-10-27 5:54 UTC (6+ messages)
` [PATCH 2/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error for PKTDMA
` [PATCH v2 0/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error
` [PATCH v2 1/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error for BCDMA
` [PATCH v2 2/2] dmaengine: ti: k3-udma: Fix NULL pointer dereference error for PKTDMA
[PATCH] dmaengine: idxd: set defaults for wq configs
2021-10-26 21:45 UTC
[PATCH v10 0/4] Add NVIDIA Tegra GPC-DMA driver
2021-10-26 18:31 UTC (3+ messages)
` [PATCH v10 1/4] dt-bindings: dmaengine: Add doc for tegra gpcdma
[PATCH V3 0/3] Add DMA support for transfers in multiple cases
2021-10-26 13:22 UTC (4+ messages)
` [PATCH V3 1/3] dmaengine: dw-axi-dmac: support DMAX_NUM_CHANNELS > 8
[PATCH] dmaengine: sa11x0: Mark PM functions as __maybe_unused
2021-10-26 4:22 UTC (2+ messages)
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).