commit | 79d2349542f38663c3096f389115b1f131d6e564 | [log] [tgz] |
---|---|---|
author | Geert Uytterhoeven <geert+renesas@linux-m68k.org> | Fri Jan 24 09:43:52 2014 +0100 |
committer | Mark Brown <broonie@linaro.org> | Mon Jan 27 20:02:09 2014 +0000 |
tree | 0e323b278e9c9ea113db375a52d352e99163e8ef | |
parent | 91949a2d4a96195ccd37322fafe8d16c68dda86e [diff] |
spi: rspi: Use core message handling Let the generic SPI core handle SPI messages, calling into our rspi_transfer_one() method. rspi_assert_ssl() and rspi_negate_ssl() are absorbed into rspi_prepare_message() and rspi_unprepare_message(), as they actually enable/disable the whole SPI function, instead of just (de)asserting the chip select line. Signed-off-by: Geert Uytterhoeven <geert+renesas@linux-m68k.org> Signed-off-by: Mark Brown <broonie@linaro.org>