mbox series

[0/2] hwrng: stm32 - Fix issue and add default quality level

Message ID 1554114646-18791-1-git-send-email-lionel.debieve@st.com (mailing list archive)
Headers show
Series hwrng: stm32 - Fix issue and add default quality level | expand

Message

Lionel Debieve April 1, 2019, 10:30 a.m. UTC
This series will fix two missing parts in the current driver.
The first one will fix a missing function in the rng driver that
need to call a proper removal to notify the pm_runtime framework.

Second is an improvement for driver to be used as default entropy
source early in the boot processing.

Lionel Debieve (2):
  hwrng: stm32 - fix unbalanced pm_runtime_enable
  hwrng: stm32 - set default random quality

 drivers/char/hw_random/stm32-rng.c | 9 +++++++++
 1 file changed, 9 insertions(+)

Comments

Herbert Xu April 15, 2019, 9:41 a.m. UTC | #1
On Mon, Apr 01, 2019 at 12:30:44PM +0200, Lionel Debieve wrote:
> This series will fix two missing parts in the current driver.
> The first one will fix a missing function in the rng driver that
> need to call a proper removal to notify the pm_runtime framework.
> 
> Second is an improvement for driver to be used as default entropy
> source early in the boot processing.
> 
> Lionel Debieve (2):
>   hwrng: stm32 - fix unbalanced pm_runtime_enable
>   hwrng: stm32 - set default random quality
> 
>  drivers/char/hw_random/stm32-rng.c | 9 +++++++++
>  1 file changed, 9 insertions(+)

All applied.  Thanks.