Re: [PATCH v6 06/17] spi: dt-bindings: axi-spi-engine: add SPI offload properties

From: Jonathan Cameron
Date: Sat Dec 14 2024 - 09:30:19 EST


On Wed, 11 Dec 2024 14:54:43 -0600
David Lechner <dlechner@xxxxxxxxxxxx> wrote:

> The AXI SPI Engine has support for hardware offloading capabilities.
> This includes a connection to a DMA controller for streaming RX or TX
> data and a trigger input for starting execution of the SPI message
> programmed in the offload. It is designed to support up to 32 offload
> instances.
>
> Signed-off-by: David Lechner <dlechner@xxxxxxxxxxxx>
I briefly thought about suggesting some docs for the dma channel naming
but meh, that's just the pattern stuff confusing me. The actual strings
are pretty self documenting.

Reviewed-by: Jonathan Cameron <Jonathan.Cameron@xxxxxxxxxx>