1
0
Fork 0
alistair23-linux/drivers/crypto/ux500
LABBE Corentin 5a4eea2658 crypto: ux500 - Use devm_xxx() managed function
Using the devm_xxx() managed function to stripdown the error
and remove code.
In the same time, we replace request_mem_region/ioremap by the unified
devm_ioremap_resource() function.

Signed-off-by: LABBE Corentin <clabbe.montjoie@gmail.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
2015-10-14 22:23:38 +08:00
..
cryp crypto: ux500 - Use devm_xxx() managed function 2015-10-14 22:23:38 +08:00
hash crypto: ux500 - Use devm_xxx() managed function 2015-10-14 22:23:38 +08:00
Kconfig crypto: drivers - Fix Kconfig selects 2015-06-18 14:45:36 +08:00
Makefile