Re: [PATCH 0/4] hwrng: exynos - Add Device Tree support

2015-10-20 Thread Herbert Xu
r Exynos4 and Exynos5 as well... altough it seems that > on some of Exynos542x boards the SSS module is secured. All applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from this list: se

Re: [PATCH] hwrng: exynos - Fix unbalanced PM runtime get/puts

2015-10-20 Thread Herbert Xu
; > Fix in the obvious way. > > Signed-off-by: Daniel Thompson > Cc: Kukjin Kim > Cc: Krzysztof Kozlowski Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe

Re: [PATCH] hwrandom / exynos / PM: Use CONFIG_PM in #ifdef

2014-12-02 Thread Herbert Xu
Set PM_RUNTIME if > PM_SLEEP is selected) PM_RUNTIME is always set if PM is set, so > using the alternative isn't even necessary. > > Use CONFIG_PM instead of it in drivers/char/hw_random/exynos-rng.c. > > Signed-off-by: Rafael J. Wysocki Acked-by: Herbert Xu > Please let me

Re: Using s5p-sss hw crypto causes ipsec to break

2014-06-25 Thread Herbert Xu
st be happening because EINPROGRESS is meant to be handled by xfrm_output_resume (which gets called on the normal path as well as on the actual resume path). So I don't think this is your problem. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http:/

Re: [PATCH] crypto: s5p-sss: fix multiplatform build

2014-05-13 Thread Herbert Xu
es and > > avoid the problem > > > > Signed-off-by: Arnd Bergmann > > Cc: Naveen Krishna Chatradhi > > Cc: Tomasz Figa > > Cc: > > Cc: Vladimir Zapolskiy > > Cc: Herbert Xu > > I checked that these machine specific headers are >

Re: [PATCH 0/7 v8] crypto:s5p-sss: Add Device tree and Exynos support

2014-05-08 Thread Herbert Xu
> > These patches are under review at > https://lkml.org/lkml/2014/2/17/124 > > Naveen Krishna Chatradhi (7): All applied. Thanks! -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt -- To unsubscribe from t

Re: [PATCH 0/7 v8] crypto:s5p-sss: Add Device tree and Exynos support

2014-04-30 Thread Herbert Xu
t; > drivers/crypto/s5p-sss.c | 145 > > +++- > > 3 files changed, 150 insertions(+), 36 deletions(-) > > create mode 100644 Documentation/devicetree/bindings/crypto/samsung-sss.txt > > Can we get this series merg

Re: [PATCH 0/9 v7] crypto:s5p-sss: Add DT and Exynos support

2014-02-24 Thread Herbert Xu
e queue > crypto:s5p-sss: Add device tree support > crypto:s5p-sss: Add support for SSS module on Exynos > crypto:s5p-sss: validate iv before memcpy > crypto:s5p-sss: Use clk_prepare/clk_unprepare FWIW these patches are fine by me. Acked-by: Herbert Xu Thanks, -- Email: Herbert