Re: [PATCH 02/14] spi: rspi: Use core message handling

2014-01-27 Thread Mark Brown
On Fri, Jan 24, 2014 at 09:43:52AM +0100, Geert Uytterhoeven wrote: > From: Geert Uytterhoeven > > Let the generic SPI core handle SPI messages, calling into our > rspi_transfer_one() method. Applied, thanks. signature.asc Description: Digital signature

[PATCH 02/14] spi: rspi: Use core message handling

2014-01-24 Thread Geert Uytterhoeven
From: Geert Uytterhoeven 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 ju