forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-02-19 1c055e55a242a33e574e48be530e06770a210dcd
kernel/Documentation/driver-api/spi.rst
....@@ -25,8 +25,8 @@
2525 a pair of FIFOs connected to dual DMA engines on the other side of the
2626 SPI shift register (maximizing throughput). Such drivers bridge between
2727 whatever bus they sit on (often the platform bus) and SPI, and expose
28
-the SPI side of their device as a :c:type:`struct spi_master
29
-<spi_master>`. SPI devices are children of that master,
28
+the SPI side of their device as a :c:type:`struct spi_controller
29
+<spi_controller>`. SPI devices are children of that master,
3030 represented as a :c:type:`struct spi_device <spi_device>` and
3131 manufactured from :c:type:`struct spi_board_info
3232 <spi_board_info>` descriptors which are usually provided by