RE: [PATCH v1] char: hw_random: atmel-rng: disable TRNG during suspend

2016-10-24 Thread Wenyou.Yang
ect: Re: [PATCH v1] char: hw_random: atmel-rng: disable TRNG during > suspend > > Le 24/10/2016 à 10:03, Wenyou Yang a écrit : > > To fix the over consumption on the VDDCore due to the TRNG enabled, > > disable the TRNG during suspend, not only disable the user interface > &

Re: [PATCH v1] char: hw_random: atmel-rng: disable TRNG during suspend

2016-10-24 Thread Nicolas Ferre
Le 24/10/2016 à 10:03, Wenyou Yang a écrit : > To fix the over consumption on the VDDCore due to the TRNG enabled, > disable the TRNG during suspend, not only disable the user interface > clock (which is controlled by PMC). Because the user interface clock > is independent from any clock that may b

[PATCH v1] char: hw_random: atmel-rng: disable TRNG during suspend

2016-10-24 Thread Wenyou Yang
To fix the over consumption on the VDDCore due to the TRNG enabled, disable the TRNG during suspend, not only disable the user interface clock (which is controlled by PMC). Because the user interface clock is independent from any clock that may be used in the entropy source logic circuitry. Signed