.. | .. |
---|
25 | 25 | a pair of FIFOs connected to dual DMA engines on the other side of the |
---|
26 | 26 | SPI shift register (maximizing throughput). Such drivers bridge between |
---|
27 | 27 | 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, |
---|
30 | 30 | represented as a :c:type:`struct spi_device <spi_device>` and |
---|
31 | 31 | manufactured from :c:type:`struct spi_board_info |
---|
32 | 32 | <spi_board_info>` descriptors which are usually provided by |
---|