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)
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).


Trivial merge