linux/drivers/crypto/inside-secure
Gregory CLEMENT f962eb46e7 crypto: inside-secure - fix clock management
In this driver the clock is got but never put when the driver is removed
or if there is an error in the probe.

Using the managed version of clk_get() allows to let the kernel take care
of it.

Fixes: 1b44c5a60c ("crypto: inside-secure - add SafeXcel EIP197 crypto
engine driver")
cc: stable@vger.kernel.org
Signed-off-by: Gregory CLEMENT <gregory.clement@bootlin.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2018-03-23 23:39:58 +08:00
..
Makefile
safexcel_cipher.c crypto: inside-secure - fix the invalidation step during cra_exit 2018-02-22 22:16:27 +08:00
safexcel_hash.c crypto: inside-secure - fix missing unlock on error in safexcel_ahash_send_req() 2018-03-23 23:39:58 +08:00
safexcel_ring.c crypto: inside-secure - use the base_end pointer in ring rollback 2017-06-20 11:21:48 +08:00
safexcel.c crypto: inside-secure - fix clock management 2018-03-23 23:39:58 +08:00
safexcel.h crypto: inside-secure - move cache result dma mapping to request 2018-03-09 22:45:30 +08:00