Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Blackfin: spi-docs: further clarify GPIO CS behavior with various modes

Signed-off-by: Mike Frysinger <vapier@gentoo.org>

+2
+2
Documentation/blackfin/bfin-spi-notes.txt
··· 9 9 In most cases you can utilize SPI MODE_3 instead of MODE_0 to work-around this 10 10 behavior. If your SPI slave device in question requires SPI MODE_0 or MODE_2 11 11 timing, you can utilize the GPIO controlled SPI Slave Select option instead. 12 + In this case, you should use GPIO based CS for all of your slaves and not just 13 + the ones using mode 0 or 2 in order to guarantee correct CS toggling behavior. 12 14 13 15 You can even use the same pin whose peripheral role is a SSEL, 14 16 but use it as a GPIO instead.