linux/Documentation/spi
David Lechner 9b163e0d33
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>
2024-03-25 20:30:07 +00:00
..
butterfly.rst docs: Minor spelling fix in spi documentation 2021-04-08 11:36:25 -06:00
index.rst spi: docs: convert to ReST and add it to the kABI bookset 2019-07-31 14:13:13 -06:00
pxa2xx.rst spi: remove struct spi_message::is_dma_mapped 2024-03-25 20:30:07 +00:00
spi-lm70llp.rst spi: lm70llp: fix links in doc and comments 2024-03-18 15:55:12 +00:00
spi-sc18is602.rst SPI SUBSYSTEM: Replace HTTP links with HTTPS ones 2020-07-09 22:41:11 +01:00
spi-summary.rst spi: remove struct spi_message::is_dma_mapped 2024-03-25 20:30:07 +00:00
spidev.rst spi: docs: spidev: fix echo command format 2024-03-19 18:37:55 +00:00