Re: [PATCH v3 2/2] crypto: sun4i-ss: enable pm_runtime

2019-09-25 Thread Maxime Ripard
On Tue, Sep 24, 2019 at 10:08:32AM +0200, Corentin Labbe wrote: > This patch enables power management on the Security System. > sun4i-ss now depends on PM because it simplify code and prevent some ifdef. > But this is not a problem since arch maintainer want ARCH_SUNXI to > depend on PM in the

[PATCH v3 2/2] crypto: sun4i-ss: enable pm_runtime

2019-09-24 Thread Corentin Labbe
This patch enables power management on the Security System. sun4i-ss now depends on PM because it simplify code and prevent some ifdef. But this is not a problem since arch maintainer want ARCH_SUNXI to depend on PM in the future. Signed-off-by: Corentin Labbe --- drivers/crypto/Kconfig