summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhilipp Zabel <p.zabel@pengutronix.de>2023-04-03 13:53:40 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2023-04-11 13:58:09 +0200
commit1c8f8141b9009fdb37d947cee7c401bcd2cba9c6 (patch)
tree81fa2340daeb6a5bcf71ea3c511d647a6945ea36
parent18ba95d982733ab123e93debeea58a29ba993896 (diff)
downloadbarebox-1c8f8141b9009fdb37d947cee7c401bcd2cba9c6.tar.gz
barebox-1c8f8141b9009fdb37d947cee7c401bcd2cba9c6.tar.xz
spi: update spi_board_info FIXME comment
The spi-stm32 driver now supports the spi_transfer.bits_per_word override. Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de> Link: https://lore.barebox.org/20230403115340.3416720-4-p.zabel@pengutronix.de Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
-rw-r--r--include/spi/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/spi/spi.h b/include/spi/spi.h
index 6a5c0e32cf..f806c7a30b 100644
--- a/include/spi/spi.h
+++ b/include/spi/spi.h
@@ -45,7 +45,7 @@ struct spi_board_info {
* This may be changed by the device's driver, or left at the
* default (0) indicating protocol words are eight bit bytes.
* The spi_transfer.bits_per_word can override this for each transfer
- * (FIXME: not currently implemented).
+ * (FIXME: not currently implemented by most drivers).
* @irq: Negative, or the number passed to request_irq() to receive
* interrupts from this device.
* @controller_state: Controller's runtime state