spi: remove struct spi_message::is_dma_mapped
authorDavid Lechner <dlechner@baylibre.com>
Mon, 25 Mar 2024 19:22:53 +0000 (14:22 -0500)
committerMark Brown <broonie@kernel.org>
Mon, 25 Mar 2024 20:30:07 +0000 (20:30 +0000)
commit9b163e0d330debbf7dcc14b2c3e2dc19a3b50a1d
tree2f39856a13189c5992dfa7236ad1fa940270e95e
parent6defadbe6cbc3a87dc39c119a6748d19bfba0544
spi: remove struct spi_message::is_dma_mapped

There are no more users of the deprecated is_dma_mapped in struct
spi_message so it can be removed.

References in documentation and comments are also removed.

A few similar checks if xfer->tx_dma or xfer->rx_dma are not NULL are
also removed since these are now guaranteed to be NULL because they
were previously set only if is_dma_mapped was true.

Signed-off-by: David Lechner <dlechner@baylibre.com>
Link: https://msgid.link/r/20240325-spi-remove-is_dma_mapped-v2-1-d08d62b61f1c@baylibre.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Documentation/spi/pxa2xx.rst
Documentation/spi/spi-summary.rst
drivers/spi/spi-atmel.c
drivers/spi/spi-pxa2xx.c
drivers/spi/spi.c
include/linux/spi/spi.h