spi: stm32: renaming of spi_master into spi_controller
authorAlain Volmat <alain.volmat@foss.st.com>
Thu, 15 Jun 2023 07:58:12 +0000 (09:58 +0200)
committerMark Brown <broonie@kernel.org>
Thu, 15 Jun 2023 11:09:30 +0000 (12:09 +0100)
commit6f486556abe35f2e6684f95241acbc463342d3eb
treed75913b35d744ce422b947387e1e14a8aee89d67
parent0ad902aa3b062a9f1dd51dc628e460896a3a405c
spi: stm32: renaming of spi_master into spi_controller

Preparing introduction of SPI device, rename the spi_master structure
into spi_controller. This doesn't have any functional impact since
spi_master was already a macro for spi_controller.
Referring now to ctrl instead of master since the spi_controller
structure might not be used as a master controller only.

Signed-off-by: Alain Volmat <alain.volmat@foss.st.com>
Signed-off-by: Valentin Caron <valentin.caron@foss.st.com>
Link: https://lore.kernel.org/r/20230615075815.310261-2-valentin.caron@foss.st.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-stm32.c