From: Mark Brown Date: Wed, 10 Dec 2014 18:16:25 +0000 (+0000) Subject: spi/omap100k: Convert to runtime PM X-Git-Tag: omap-for-v4.1/fixes-rc1~176^2~2^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=db91841b58f9ad0ecbb81ed0fa496c3a1b67fd63;p=pandora-kernel.git spi/omap100k: Convert to runtime PM Currently the omap100k driver uses prepare and unprepare transfer hardware to enable and disable clocks for the IP block. Since these functions are called along with runtime PM and end up duplicating its functionality in a less flexible fashion we are trying to phase them out so convert this driver to do runtime PM instead. While doing so add missing error handling and remove a redundant NULL assignment. Signed-off-by: Mark Brown --- Reading git-diff-tree failed