mbox series

[0/7] hwrnd: atmel - add runtime pm support

Message ID 20220218101712.530576-1-claudiu.beznea@microchip.com (mailing list archive)
Headers show
Series hwrnd: atmel - add runtime pm support | expand

Message

Claudiu Beznea Feb. 18, 2022, 10:17 a.m. UTC
Hi,

This series adds runtime PM support for atmel-rng driver. Along with
this some cleanup and fixes patches were added to the series.

Thank you,
Claudiu Beznea

Claudiu Beznea (7):
  hwrng: atmel - add wait for ready support on read
  hwrnd: atmel - disable trng on failure path
  hwrnd: atmel - rename enable/disable functions to init/cleanup
  hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
  hwrnd: atmel - use __maybe_unused and pm_ptr() for pm ops
  hwrnd: atmel - add runtime pm support
  hwrnd: atmel - remove extra line

 drivers/char/hw_random/atmel-rng.c | 148 ++++++++++++++++++-----------
 1 file changed, 91 insertions(+), 57 deletions(-)

Comments

Alexandre Belloni Feb. 18, 2022, 3:24 p.m. UTC | #1
On 18/02/2022 12:17:05+0200, Claudiu Beznea wrote:
> Hi,
> 
> This series adds runtime PM support for atmel-rng driver. Along with
> this some cleanup and fixes patches were added to the series.
> 
> Thank you,
> Claudiu Beznea
> 
> Claudiu Beznea (7):
>   hwrng: atmel - add wait for ready support on read
>   hwrnd: atmel - disable trng on failure path
>   hwrnd: atmel - rename enable/disable functions to init/cleanup
>   hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
>   hwrnd: atmel - use __maybe_unused and pm_ptr() for pm ops
>   hwrnd: atmel - add runtime pm support
>   hwrnd: atmel - remove extra line
>

I don't mind too much but you are mixing hwrng and hwrnd ;)
 
>  drivers/char/hw_random/atmel-rng.c | 148 ++++++++++++++++++-----------
>  1 file changed, 91 insertions(+), 57 deletions(-)
> 
> -- 
> 2.32.0
>