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)
commitc349fad389c5916facead610d454250f67cfb20b
tree1b70046a3ef5b80ccd83bd1ab415072a60ca3071
parent67b9d64139e13621d3ab8bb0daad7602e5fe0778
parentaf7c2d4145b57c15d25a092cfb5a91708c72b541
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).