From db91841b58f9ad0ecbb81ed0fa496c3a1b67fd63 Mon Sep 17 00:00:00 2001 From: Mark Brown Date: Wed, 10 Dec 2014 18:16:25 +0000 Subject: [PATCH] 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-format-patch failed