spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)
authorBarry Song <barry.song@analog.com>
Tue, 6 Apr 2010 03:36:24 +0000 (03:36 +0000)
committerMike Frysinger <vapier@gentoo.org>
Mon, 18 Oct 2010 06:49:43 +0000 (02:49 -0400)
commit4190f6a51f3f9c7c8298202d31b3ead9381c33f1
treeb1afa6ba60935d2a8036714ea46d4acd8b36a877
parente72dcde72c712708e2145ab0ecff539ff4a4c7fb
spi/bfin_spi: warn when CS is driven by hardware (CPHA=0)

When the hardware is controlling the CS, there are some SPI options
we are unable to support.  So issue a warning in the hopes that the
user will change to a SPI mode where we can support things sanely.

Signed-off-by: Barry Song <barry.song@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
drivers/spi/spi_bfin5xx.c