]> asedeno.scripts.mit.edu Git - linux.git/commit
spi: dw: Remove runtime PM enable/disable from common part of the driver
authorJarkko Nikula <jarkko.nikula@linux.intel.com>
Wed, 30 Oct 2019 11:31:37 +0000 (13:31 +0200)
committerMark Brown <broonie@kernel.org>
Wed, 30 Oct 2019 12:56:41 +0000 (12:56 +0000)
commit76f0030f367c61d4d1f4b1393ff3d9dc43d20c6a
tree99e90f112f4be2fede3dfe635f3d525620e4b350
parent1d00a67c2da2d8d82e6dcc5b398d9f6db656d9be
spi: dw: Remove runtime PM enable/disable from common part of the driver

Committed version of the commit b9fc2d207e54 ("spi: dw: Move runtime PM
enable/disable from common to platform driver part") does not include by
some reason changes to drivers/spi/spi-dw.c that were part of the original
patch sent to the mailing list.

Complete the code move by doing those changes now.

Fixes: b9fc2d207e54 ("spi: dw: Move runtime PM enable/disable from common to platform driver part")
Cc: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Jarkko Nikula <jarkko.nikula@linux.intel.com>
Link: https://lore.kernel.org/r/20191030113137.15459-1-jarkko.nikula@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-dw.c