[PATCH v3 2/8] spi: sun4i: add DMA support
Mark Brown
broonie at kernel.org
Thu Aug 7 10:44:42 PDT 2014
On Mon, Aug 04, 2014 at 05:09:56PM -0300, Emilio López wrote:
> +static int sun4i_spi_prepare_message(struct spi_master *master,
> + struct spi_message *msg)
> +{
> + struct sun4i_spi *sspi = spi_master_get_devdata(master);
> +
> + master->dma_rx = sspi->rx_dma_chan;
> + master->dma_tx = sspi->tx_dma_chan;
> +
> + return 0;
> +}
Why is this being done per transfer rather than at probe time?
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20140807/930f5ba3/attachment.sig>
More information about the linux-arm-kernel
mailing list