]> git.baikalelectronics.ru Git - kernel.git/commit
spi: atmel-quadspi: add runtime pm support
authorMark Brown <broonie@kernel.org>
Fri, 10 Jun 2022 15:57:39 +0000 (16:57 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 10 Jun 2022 15:57:39 +0000 (16:57 +0100)
commitc52449289fcb4afbd102dc9b6ff19fa9ae8f0ad3
tree1b70046a3ef5b80ccd83bd1ab415072a60ca3071
parent27c54079d8299b60ad335b29baf665f51abaa16a
parent4f8a80b10e5d71f8625a3353841379b5b37f83fd
spi: atmel-quadspi: add runtime pm support

Merge series from Claudiu Beznea <claudiu.beznea@microchip.com>:

The following series adds runtime PM support for atmel-quadspi driver.
clk_disable()/clk_enable() is called on proper
runtime_suspend()/runtime_resume() ops. Along with it 2 minor cleanups
were added (patches 2/3, 3/3).