]> git.baikalelectronics.ru Git - kernel.git/commit
spi/hspi: fixup Runtime PM enable timing
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 3 Oct 2013 09:15:50 +0000 (02:15 -0700)
committerMark Brown <broonie@linaro.org>
Thu, 3 Oct 2013 13:08:06 +0000 (14:08 +0100)
commit4ef0ff0ae1eb1496f88217a4b360af89f5456ae1
tree98839268c37b01a66cbe9aa3b214c1ed2db9f688
parent065f53a8c7da184ea1803e0dbc86865d5e221b37
spi/hspi: fixup Runtime PM enable timing

2a8094768afbc1c90b7baf54b862d010a789580a
(spi/hspi: Convert to core runtime PM)
enabled master->auto_runtime_pm.
Then, pm_runtime_enable() is required *before*
spi_register_master() calling.
This patch fixed it up.
Kernel will hang up with "spi_master spi0: Failed to power device: -13"
message without this patch.

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/spi/spi-sh-hspi.c