diff options
author | 2014-01-21 16:10:07 +0100 | |
---|---|---|
committer | 2014-01-21 18:11:49 +0000 | |
commit | bd6857a0c630207484a03ddc470fab34b23f80bb (patch) | |
tree | 7e5f3d9fce7421e108fdb817a94d4ae2ab454256 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | spi: Clarify transfer_one() w.r.t. spi_finalize_current_transfer() (diff) | |
download | linux-dev-bd6857a0c630207484a03ddc470fab34b23f80bb.tar.xz linux-dev-bd6857a0c630207484a03ddc470fab34b23f80bb.zip |
spi: Correct set_cs() documentation
The documentation for spi_master.set_cs() says:
assert or deassert chip select, true to assert
i.e. its "enable" parameter uses assertion-level logic.
This does not match the implementation of spi_set_cs(), which calls
spi_master.set_cs() with the wanted logic level of the chip select line,
which depends on the polarity of the chip select signal.
Correct the documentation to match the implementation.
Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions