From: Chris Blair Date: Tue, 8 Nov 2011 08:54:46 +0000 (+0000) Subject: spi/pl022: add support for pm_runtime autosuspend X-Git-Tag: v3.3-rc1~173^2~4^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=53e4acea0e819a6a8513e10a0773f2259ede0481;p=pandora-kernel.git spi/pl022: add support for pm_runtime autosuspend Adds support for configuring the spi bus to use autosuspend for runtime power management. This can reduce the latency in starting an spi transfer by not suspending the device immediately following completion of a transfer. If another transfer then takes place before the autosuspend timeout, the call to resume the device can return immediately rather than needing to risk sleeping in order to resume the device. Reviewed-by: Viresh Kumar Signed-off-by: Chris Blair Signed-off-by: Linus Walleij --- Reading git-diff-tree failed