]> git.baikalelectronics.ru Git - kernel.git/commit
spi/spi-atmel: status information passed through controller data
authorNicolas Ferre <nicolas.ferre@atmel.com>
Tue, 19 Mar 2013 07:45:01 +0000 (15:45 +0800)
committerMark Brown <broonie@opensource.wolfsonmicro.com>
Mon, 1 Apr 2013 13:43:31 +0000 (14:43 +0100)
commit4b7f5005bcdf73d42930e1b8e315017729bc912e
tree946544a3120294c3b7788a5f25efb9ede9ad0e43
parent216e42fc2773c60c7c42851f7fba9ccd4cb5e5d0
spi/spi-atmel: status information passed through controller data

The status of transfer is stored in controller data structure
so that it can be used not only by atmel_spi_msg_done() function.
This will be useful for upcoming dmaengine enabled driver.

Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/spi/spi-atmel.c