commit | 8f8303ee05857e1b3084c467dde8bb31c58464bd | [log] [tgz] |
---|---|---|
author | Vladimir Oltean <[email protected]> | Thu Mar 05 00:00:36 2020 +0200 |
committer | Mark Brown <[email protected]> | Thu Mar 05 14:06:17 2020 +0000 |
tree | c4911808b8b49af3e8ac9a8467b67a489ff24288 | |
parent | 5542bd797190d5d77f1ad3a6df9628f26d117b31 [diff] |
spi: spi-fsl-dspi: Add comments around dspi_pop_tx and dspi_push_rx functions Their names are confusing, since dspi_pop_tx prepares a word to be written to the PUSHR register, and dspi_push_rx gets a word from the POPR register. Signed-off-by: Vladimir Oltean <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>