All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 0/6] CAAM bugfixes, small improvements
@ 2019-10-22 15:30 Andrey Smirnov
  2019-10-22 15:30 ` [PATCH v2 1/6] crypto: caam - use devres to unmap memory Andrey Smirnov
                   ` (6 more replies)
  0 siblings, 7 replies; 10+ messages in thread
From: Andrey Smirnov @ 2019-10-22 15:30 UTC (permalink / raw)
  To: linux-crypto
  Cc: Andrey Smirnov, Chris Healy, Lucas Stach, Horia Geantă,
	Herbert Xu, Iuliana Prodan, linux-kernel

Everyone:

This series contains bugfixes and small improvement I made while doing
more testing of CAAM code.

Changes since [v1]:

    - Rebased on latest cryptodev/master, series limited to just
      devres changes

    - Minor code style changes as per feedback

[v1] lore.kernel.org/lkml/20190904023515.7107-1-andrew.smirnov@gmail.com

Andrey Smirnov (6):
  crypto: caam - use devres to unmap memory
  crypto: caam - use devres to remove debugfs
  crypto: caam - use devres to de-initialize the RNG
  crypto: caam - use devres to de-initialize QI
  crypto: caam - use devres to populate platform devices
  crypto: caam - populate platform devices last

 drivers/crypto/caam/ctrl.c   | 222 ++++++++++++++++-------------------
 drivers/crypto/caam/intern.h |   4 -
 drivers/crypto/caam/qi.c     |   8 +-
 drivers/crypto/caam/qi.h     |   1 -
 4 files changed, 104 insertions(+), 131 deletions(-)

-- 
2.21.0


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

end of thread, other threads:[~2019-11-01  6:08 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-22 15:30 [PATCH v2 0/6] CAAM bugfixes, small improvements Andrey Smirnov
2019-10-22 15:30 ` [PATCH v2 1/6] crypto: caam - use devres to unmap memory Andrey Smirnov
2019-10-22 15:30 ` [PATCH v2 2/6] crypto: caam - use devres to remove debugfs Andrey Smirnov
2019-10-22 15:30 ` [PATCH v2 3/6] crypto: caam - use devres to de-initialize the RNG Andrey Smirnov
2019-10-23 17:07   ` Horia Geanta
2019-10-22 15:30 ` [PATCH v2 4/6] crypto: caam - use devres to de-initialize QI Andrey Smirnov
2019-10-22 15:30 ` [PATCH v2 5/6] crypto: caam - use devres to populate platform devices Andrey Smirnov
2019-10-22 15:30 ` [PATCH v2 6/6] crypto: caam - populate platform devices last Andrey Smirnov
2019-10-23 17:08   ` Horia Geanta
2019-11-01  6:08 ` [PATCH v2 0/6] CAAM bugfixes, small improvements 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.