Skip to content

Commit

Permalink
spi: stm32: renaming of spi_master into spi_controller
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Alain Volmat authored and Mark Brown committed Jun 15, 2023
1 parent 0ad902a commit 6f48655
Showing 1 changed file with 77 additions and 77 deletions.
Loading

0 comments on commit 6f48655

Please sign in to comment.