Skip to content

Commit

Permalink
spi/spidev_test: Document -N/--no-cs and -R/--ready
Browse files Browse the repository at this point in the history
commit b55f627 ("spi: new spi->mode bits")
added two new command line options without adding the respective help
texts.

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
  • Loading branch information
Geert Uytterhoeven authored and Mark Brown committed Feb 22, 2014
1 parent 38dbfb5 commit 925d16a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/spi/spidev_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,9 @@ static void print_usage(const char *prog)
" -O --cpol clock polarity\n"
" -L --lsb least significant bit first\n"
" -C --cs-high chip select active high\n"
" -3 --3wire SI/SO signals shared\n");
" -3 --3wire SI/SO signals shared\n"
" -N --no-cs no chip select\n"
" -R --ready slave pulls low to pause\n");
exit(1);
}

Expand Down

0 comments on commit 925d16a

Please sign in to comment.