summary refs log tree commit diff
path: root/Documentation/driver-api
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2023-02-14 18:10:20 -0500
committerAlex Deucher <alexander.deucher@amd.com>2023-02-14 18:10:20 -0500
commit6a55f3103b6ebabe4b2ac5c4f90da76ff89acc5b (patch)
treee12887160bc402e51de935d67c5539a770b57607 /Documentation/driver-api
parent7818e36492f8cf7eae0a92a495de008bfefa455f (diff)
parentd6a980a0da6cacb523bb1e069b1780ae1c3086a7 (diff)
downloadlinux-6a55f3103b6ebabe4b2ac5c4f90da76ff89acc5b.tar.gz
Merge tag 'v6.1.2' into amd-staging-drm-next
This is the 6.1.2 stable release

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'Documentation/driver-api')
-rw-r--r--Documentation/driver-api/spi.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/driver-api/spi.rst b/Documentation/driver-api/spi.rst
index f64cb666498a..f28887045049 100644
--- a/Documentation/driver-api/spi.rst
+++ b/Documentation/driver-api/spi.rst
@@ -25,8 +25,8 @@ hardware, which may be as simple as a set of GPIO pins or as complex as
 a pair of FIFOs connected to dual DMA engines on the other side of the
 SPI shift register (maximizing throughput). Such drivers bridge between
 whatever bus they sit on (often the platform bus) and SPI, and expose
-the SPI side of their device as a :c:type:`struct spi_master
-<spi_master>`. SPI devices are children of that master,
+the SPI side of their device as a :c:type:`struct spi_controller
+<spi_controller>`. SPI devices are children of that master,
 represented as a :c:type:`struct spi_device <spi_device>` and
 manufactured from :c:type:`struct spi_board_info
 <spi_board_info>` descriptors which are usually provided by