Linux cryptographic layer development
 help / color / mirror / Atom feed
* [PATCH 0/2] crypto: img-hash: clean up probe
@ 2026-08-11 21:20 Rosen Penev
  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
  0 siblings, 2 replies; 3+ messages in thread
From: Rosen Penev @ 2026-08-11 21:20 UTC (permalink / raw)
  To: linux-crypto; +Cc: Herbert Xu, David S. Miller, open list

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


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

end of thread, other threads:[~2026-08-11 21:20 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-11 21:20 [PATCH 0/2] crypto: img-hash: clean up probe Rosen Penev
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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox