Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-11-24 | crypto: user - Allow get request with empty driver name | Herbert Xu | 1 | -4/+1 | |
Currently all get requests with an empty driver name fail with EINVAL. Since most users actually want to supply an empty driver name this patch removes this check. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> | |||||
2014-11-20 | ARM: at91/dt: add trng node to at91sam9g45 | Boris Brezillon | 1 | -0/+7 | |
Add a DT node for the TRNG (True Random Number Generator) block. Keep this block enabled as it does not depend on any external connection, and thus should be available on all boards. Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com> Acked-by: Nicolas Ferre <nicolas.ferre@atmel.com> Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> |