diff options
author | Uwe Kleine-König <u.kleine-koenig@pengutronix.de> | 2021-10-07 14:14:13 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2021-10-07 16:45:57 +0200 |
commit | bdc7ca008e1f5539e891187032cb2cbbc3decb5e (patch) | |
tree | 37a101f8f3c39c1db35e81e92f7e759091f3154e /Documentation/spi | |
parent | spi: Move comment about chipselect check to the right place (diff) | |
download | linux-bdc7ca008e1f5539e891187032cb2cbbc3decb5e.tar.xz linux-bdc7ca008e1f5539e891187032cb2cbbc3decb5e.zip |
spi: Remove unused function spi_busnum_to_master()
The last user is gone since commit
2962db71c703 ("staging/fbtft: Remove fbtft_device")
in 2019.
Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Link: https://lore.kernel.org/r/20211007121415.2401638-3-u.kleine-koenig@pengutronix.de
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/spi')
-rw-r--r-- | Documentation/spi/spi-summary.rst | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Documentation/spi/spi-summary.rst b/Documentation/spi/spi-summary.rst index d4239025461d..aab5d07cb3d7 100644 --- a/Documentation/spi/spi-summary.rst +++ b/Documentation/spi/spi-summary.rst @@ -336,14 +336,6 @@ certainly includes SPI devices hooked up through the card connectors! Non-static Configurations ^^^^^^^^^^^^^^^^^^^^^^^^^ -Developer boards often play by different rules than product boards, and one -example is the potential need to hotplug SPI devices and/or controllers. - -For those cases you might need to use spi_busnum_to_master() to look -up the spi bus master, and will likely need spi_new_device() to provide the -board info based on the board that was hotplugged. Of course, you'd later -call at least spi_unregister_device() when that board is removed. - When Linux includes support for MMC/SD/SDIO/DataFlash cards through SPI, those configurations will also be dynamic. Fortunately, such devices all support basic device identification probes, so they should hotplug normally. |