Hi, 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). Thank you, Claudiu Beznea Claudiu Beznea (3): spi: atmel-quadspi: add runtime pm support spi: atmel-quadspi: use pm_ptr() spi: atmel-quadspi: align condition to parenthesis drivers/spi/atmel-quadspi.c | 104 ++++++++++++++++++++++++++++++++---- 1 file changed, 93 insertions(+), 11 deletions(-) -- 2.34.1