spi/atmel: add support for runtime PM
authorWenyou Yang <wenyou.yang@atmel.com>
Thu, 16 Oct 2014 09:23:10 +0000 (17:23 +0800)
committerMark Brown <broonie@kernel.org>
Mon, 20 Oct 2014 11:24:18 +0000 (12:24 +0100)
Drivers should put the device into low power states proactively whenever the
device is not in use. Thus implement support for runtime PM and use the
autosuspend feature to make sure that we can still perform well in case we see
lots of SPI traffic within short period of time.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-atmel.c

Simple merge