]> www.infradead.org Git - users/jedix/linux-maple.git/commit
spi: gpio: Remove stale documentation part
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Wed, 5 Feb 2025 13:19:19 +0000 (15:19 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 5 Feb 2025 13:52:56 +0000 (13:52 +0000)
commitc108905a7423d44237d17374f845fc5bb9cb9728
treef1e901251aa59df51d3d1c7e628dbd775497fceb
parent652ffad172d089acb1a20e5fde1b66e687832b06
spi: gpio: Remove stale documentation part

The SPI GPIO driver doesn't support hard coded absolute GPIO numbers
anymore. However, it may still be instantiated from board files with
help of GPIO lookup tables or device properties. Neither of this is
covered by the old part of the documentation, it's the opposite, i.e.
old documentation pretend that antique approach still works. With all
this said, remove stale and confusing part of the documentation.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20250205132127.742750-2-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-gpio.c