]> git.baikalelectronics.ru Git - kernel.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)
commitf39fff2cbbcbba9d2d836f9597758b6d888a8014
tree99e90f112f4be2fede3dfe635f3d525620e4b350
parent04b68ce8ceae15d70606bd7e4195cbd3927d28a6
spi: dw: Remove runtime PM enable/disable from common part of the driver

Committed version of the commit 817f8f6ef705 ("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: 817f8f6ef705 ("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