]> git.ipfire.org Git - thirdparty/u-boot.git/commit
spi: sandbox_spi: support wordlen setup
authorDario Binacchi <dario.binacchi@amarulasolutions.com>
Wed, 25 Feb 2026 16:16:53 +0000 (17:16 +0100)
committerPatrice Chotard <patrice.chotard@foss.st.com>
Thu, 30 Apr 2026 06:01:11 +0000 (08:01 +0200)
commitfa1801abc7163188b70e3eaf1a04d2fc4bcfc228
tree1ad910c0d66c49ff8dc4abb28892493fb52ff090
parent7b879ddbc5644fa7a03e16e773054f96819948e7
spi: sandbox_spi: support wordlen setup

The driver currently ignores the word length configuration. Implement
the set_wordlen operation to store and track the current word length.

Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Reviewed-by: Simon Glass <simon.glass@canonical.com>
drivers/spi/sandbox_spi.c