From: Rosen Penev <rosenp@gmail.com>
To: linux-crypto@vger.kernel.org
Cc: Herbert Xu <herbert@gondor.apana.org.au>,
"David S. Miller" <davem@davemloft.net>,
linux-kernel@vger.kernel.org (open list)
Subject: [PATCH 0/2] crypto: img-hash: clean up probe
Date: Tue, 11 Aug 2026 14:20:28 -0700 [thread overview]
Message-ID: <20260811212030.20057-1-rosenp@gmail.com> (raw)
Move some devm calls early in order to avoid goto and return directly.
Also use non devm request_irq so that free_irq can be called at the right
time.
Rosen Penev (2):
crypto: img-hash: fetch resources into locals before probe body
crypto: img-hash: fix IRQ teardown ordering and fetch clocks early
drivers/crypto/img-hash.c | 75 +++++++++++++++++++++------------------
1 file changed, 40 insertions(+), 35 deletions(-)
--
2.55.0
next reply other threads:[~2026-08-11 21:20 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-11 21:20 Rosen Penev [this message]
2026-08-11 21:20 ` [PATCH 1/2] crypto: img-hash: fetch resources into locals before probe body Rosen Penev
2026-08-11 21:20 ` [PATCH 2/2] crypto: img-hash: fix IRQ teardown ordering and fetch clocks early Rosen Penev
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260811212030.20057-1-rosenp@gmail.com \
--to=rosenp@gmail.com \
--cc=davem@davemloft.net \
--cc=herbert@gondor.apana.org.au \
--cc=linux-crypto@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.