OSDN Git Service

hwrng: ks-sa - add hw_random driver
authorVitaly Andrianov <vitalya@ti.com>
Tue, 13 Mar 2018 17:33:31 +0000 (13:33 -0400)
committerHerbert Xu <herbert@gondor.apana.org.au>
Fri, 23 Mar 2018 15:40:08 +0000 (23:40 +0800)
commiteb428ee0e3ca6c8ea6fdfdf24a5918f739933119
tree6c835c65c39b50fe938fed60211396fb01f20b01
parent2805894c1ee0e598d59f055b8225ce4d0d6b2a19
hwrng: ks-sa - add hw_random driver

Keystone Security Accelerator module has a hardware random generator
sub-module. This commit adds the driver for this sub-module.

Signed-off-by: Vitaly Andrianov <vitalya@ti.com>
[t-kristo@ti.com: dropped one unnecessary dev_err message]
Signed-off-by: Tero Kristo <t-kristo@ti.com>
Signed-off-by: Murali Karicheri <m-karicheri2@ti.com>
Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
drivers/char/hw_random/Kconfig
drivers/char/hw_random/Makefile
drivers/char/hw_random/ks-sa-rng.c [new file with mode: 0644]