From: Geert Uytterhoeven Date: Fri, 24 Jan 2014 08:43:52 +0000 (+0100) Subject: spi: rspi: Use core message handling X-Git-Tag: v3.15-rc1~147^2~3^8~19 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=79d2349542f38663c3096f389115b1f131d6e564;p=pandora-kernel.git 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 Signed-off-by: Mark Brown --- Reading git-diff-tree failed