summaryrefslogtreecommitdiff
path: root/irq.c
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-12-10 15:10:23 +0100
committerTobias Klauser <tklauser@distanz.ch>2018-12-10 15:10:23 +0100
commit777e92c96a85f499ec272c0d130c631e5bf6362a (patch)
treef8f0b7fcc8df6f252b603c63c18740fc1211fd77 /irq.c
parent79608cdc169b5da7ddcfa70fd5faf1e1e399d2f7 (diff)
oui.conf: update from upstream
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'irq.c')
0 files changed, 0 insertions, 0 deletions
i: qup: skip clk_disable_unprepare if the device is already runtime suspended
If the spi device is already runtime suspended, if spi_qup_suspend is executed during suspend-to-idle or suspend-to-ram it will result in the a splat from unpreparing a non-prepared clock. This patch fixes the issue by executing clk_disable_unprepare conditionally in spi_qup_suspend. [Reworded commit message to remove irrelevant backtrace -- broonie] Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Tested-by: Andy Gross <andy.gross@linaro.org> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation')