]> git.baikalelectronics.ru Git - kernel.git/commit
spi/s3c64xx: Take runtime PM reference even if DMA is not supported
authorMark Brown <broonie@linaro.org>
Tue, 13 Aug 2013 18:03:01 +0000 (19:03 +0100)
committerMark Brown <broonie@linaro.org>
Wed, 14 Aug 2013 10:22:14 +0000 (11:22 +0100)
commita34228e7540d94d8c9f02f5142afc15e82fc26bc
treeed379a5eeac08951ab37f5bf025d6a9c99632fd5
parent9d7ef1e462ee3ac2637a10e1e6589570b1e52ca6
spi/s3c64xx: Take runtime PM reference even if DMA is not supported

We always need the device to be runtime PM enabled to use it so just skip
the DMA initialisation not the entire prepare when polling.

Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-s3c64xx.c