Re: [GIT PULL]: dmaengine updates for v6.8

From: Nathan Chancellor
Date: Thu Jan 18 2024 - 14:11:56 EST


Hi Vinod,

On Thu, Jan 18, 2024 at 10:54:28PM +0530, Vinod Koul wrote:
> Heya Linus,
>
> Last pull request for the night to receive the dmaengine subsystem
> updates containing one new driver, couple of device support (qualcomm,
> sf-pdma) and driver updates.
>
> The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86:
>
> Linux 6.7-rc1 (2023-11-12 16:19:07 -0800)
>
> are available in the Git repository at:
>
> git://git.kernel.org/pub/scm/linux/kernel/git/vkoul/dmaengine.git tags/dmaengine-6.8-rc1
>
> for you to fetch changes up to 3d0b2176e04261ab4ac095ff2a17db077fc1e46d:
>
> dmaengine: xilinx: xdma: statify xdma_prep_interleaved_dma (2023-12-22 21:17:52 +0530)
>
> ----------------------------------------------------------------
> dmaengine updates for v6.8
>
> New support:
> - Loongson LS2X APB DMA controller
> - sf-pdma: mpfs-pdma support
> - Qualcomm X1E80100 GPI dma controller support
>
> Updates:
> - Xilinx XDMA updates to support interleaved DMA transfers
> - TI PSIL threads for AM62P and J722S and cfg register regions description
> - axi-dmac Improving the cyclic DMA transfers
> - Tegra Support dma-channel-mask property
> - Remaining platform remove callback returning void conversions

<snip>

> Jan Kuliga (8):
> dmaengine: xilinx: xdma: Get rid of unused code
> dmaengine: xilinx: xdma: Add necessary macro definitions
> dmaengine: xilinx: xdma: Ease dma_pool alignment requirements
> dmaengine: xilinx: xdma: Rework xdma_terminate_all()
> dmaengine: xilinx: xdma: Add error checking in xdma_channel_isr()
> dmaengine: xilinx: xdma: Add transfer error reporting
> dmaengine: xilinx: xdma: Prepare the introduction of interleaved DMA transfers
> dmaengine: xilinx: xdma: Implement interleaved DMA transfers

This pull request appears to be missing some fixes for the clang
warnings introduced by this series, which will break the build with
CONFIG_WERROR=y:

https://lore.kernel.org/20231222-dma-xilinx-xdma-clang-fixes-v1-0-84a18ff184d2@xxxxxxxxxx/

Cheers,
Nathan