mbox series

[0/2] hwrng: stm32 - improve performance

Message ID 20221012160924.12226-1-tomas.marek@elrest.cz
Headers show
Series hwrng: stm32 - improve performance | expand

Message

Tomas Marek Oct. 12, 2022, 4:09 p.m. UTC
Fix issues in the STM32 TRNG driver to improve performance.

Tomas Marek (2):
  hwrng: stm32 - fix number of returned bytes on read
  hwrng: stm32 - fix read of the last word

 drivers/char/hw_random/stm32-rng.c | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

Comments

Herbert Xu Oct. 21, 2022, 11:39 a.m. UTC | #1
On Wed, Oct 12, 2022 at 06:09:22PM +0200, Tomas Marek wrote:
> Fix issues in the STM32 TRNG driver to improve performance.
> 
> Tomas Marek (2):
>   hwrng: stm32 - fix number of returned bytes on read
>   hwrng: stm32 - fix read of the last word
> 
>  drivers/char/hw_random/stm32-rng.c | 8 +++++---
>  1 file changed, 5 insertions(+), 3 deletions(-)
> 
> -- 
> 2.17.1

All applied.  Thanks.