spi: sh-msiof: Use the core cs_gpio field, and make it optional
authorGeert Uytterhoeven <geert+renesas@linux-m68k.org>
Thu, 20 Feb 2014 14:43:04 +0000 (15:43 +0100)
committerMark Brown <broonie@linaro.org>
Sat, 22 Feb 2014 03:11:12 +0000 (12:11 +0900)
commit8d19534a8d539bb2e598e56e017a423f205e909e
tree3bfccab6e9f7fa585b31f88bec1cec8ebe19e98e
parent01cfef57efe9c8ef445d4a5ad3bf26770fd5942a
spi: sh-msiof: Use the core cs_gpio field, and make it optional

In current implementation, CS is controlled by GPIO, which is passed
through spi->controller_data.  However, the MSIOF HW module has a function
to output CS by itself, which is already enabled and actual switch will be
done by pinmux.

Store the GPIO number in the core cs_gpio field, and ignore it if it is
an invalid (negative) GPIO number.

Loosely based on a patch from Takashi Yoshii <takasi-y@ops.dti.ne.jp>.

Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-sh-msiof.c
This page took 0.027535 seconds and 5 git commands to generate.