All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next 0/2] Fix error handling in omap sham ops
@ 2021-06-01 14:51 Zhang Qilong
  2021-06-01 14:51 ` [PATCH -next 1/2] crypto: omap-des - using pm_runtime_resume_and_get instead of pm_runtime_get_sync Zhang Qilong
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Zhang Qilong @ 2021-06-01 14:51 UTC (permalink / raw)
  To: herbert, davem; +Cc: pali, pavel, linux-crypto

First patch clear pm_runtime_get_sync calls. The other
fix PM disable depth imbalance.

Zhang Qilong (2):
  crypto: omap-des - using pm_runtime_resume_and_get instead of
    pm_runtime_get_sync
  crypto: omap-sham - Fix PM reference leak in omap sham ops

 drivers/crypto/omap-des.c  | 9 +++------
 drivers/crypto/omap-sham.c | 4 ++--
 2 files changed, 5 insertions(+), 8 deletions(-)

-- 
2.17.1


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-06-11  7:17 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-01 14:51 [PATCH -next 0/2] Fix error handling in omap sham ops Zhang Qilong
2021-06-01 14:51 ` [PATCH -next 1/2] crypto: omap-des - using pm_runtime_resume_and_get instead of pm_runtime_get_sync Zhang Qilong
2021-06-01 14:51 ` [PATCH -next 2/2] crypto: omap-sham - Fix PM reference leak in omap sham ops Zhang Qilong
2021-06-11  7:17 ` [PATCH -next 0/2] Fix error handling " Herbert Xu

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.