Input: ads7846 - make transfer buffers DMA safe
authorAlexander Stein <alexander.stein@systec-electronic.com>
Thu, 5 May 2011 15:40:14 +0000 (08:40 -0700)
committerDmitry Torokhov <dmitry.torokhov@gmail.com>
Thu, 5 May 2011 15:50:47 +0000 (08:50 -0700)
req.sample needs its own cacheline otherwise accessing req.msg fetches
it in again.

Note: This effect doesn't occur if the underlying SPI driver doesn't use
DMA at all.

Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com>
Acked-by: Jonathan Cameron <jic23@cam.ac.uk>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>

No differences found