diff options
author | Maxime Chevallier <maxime.chevallier@bootlin.com> | 2018-07-17 16:31:52 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-07-24 16:58:28 +0200 |
commit | afb27208146af82b249e0cdc40142b4ffd211887 (patch) | |
tree | 3dc88acc374c5ccbf5920054c3a47f410927ffbc /Documentation/mmc | |
parent | spi: imx: Use dynamic bursts only when bits_per_word is 8, 16 or 32 (diff) | |
download | linux-afb27208146af82b249e0cdc40142b4ffd211887.tar.xz linux-afb27208146af82b249e0cdc40142b4ffd211887.zip |
spi: imx: Use correct number of bytes per words
The SPI core enforces that we always use the next power-of-two number of
bytes to store words. As a result, a 24 bits word will be stored in 4
bytes.
This commit fixes the spi_imx_bytes_per_word function to return the
correct number of bytes.
This also allows to get rid of unnecessary checks in the can_dma
function, since the SPI core validates that we always have a transfer
length that is a multiple of the number of bytes per word.
Signed-off-by: Maxime Chevallier <maxime.chevallier@bootlin.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/mmc')
0 files changed, 0 insertions, 0 deletions