]> 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)
commit4a5110a20349fa12783207eaa49de2ecc58a4e3d
tree1b70046a3ef5b80ccd83bd1ab415072a60ca3071
parentcbab4980ce524b6f6336b9853b21dba6c58d9b48
parent75b4b2ecc676ae314e825d3961645fe862ff3d6c
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).