mbox series

[v2,0/7] hwrng: atmel - add runtime pm support

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

Message

Claudiu Beznea Feb. 21, 2022, 7:59 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
  hwrng: atmel - disable trng on failure path
  hwrng: atmel - rename enable/disable functions to init/cleanup
  hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
  hwrng: atmel - use __maybe_unused and pm_ptr() for pm ops
  hwrng: atmel - add runtime pm support
  hwrng: atmel - remove extra line

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

Comments

Claudiu Beznea Feb. 21, 2022, 10:50 a.m. UTC | #1
On 21.02.2022 09:59, 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

Forgot to mention here:

Changes in v2:
- s/hwrnd/hwrng in patch titles

> 
> Claudiu Beznea (7):
>   hwrng: atmel - add wait for ready support on read
>   hwrng: atmel - disable trng on failure path
>   hwrng: atmel - rename enable/disable functions to init/cleanup
>   hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
>   hwrng: atmel - use __maybe_unused and pm_ptr() for pm ops
>   hwrng: atmel - add runtime pm support
>   hwrng: atmel - remove extra line
> 
>  drivers/char/hw_random/atmel-rng.c | 148 ++++++++++++++++++-----------
>  1 file changed, 91 insertions(+), 57 deletions(-)
>
Herbert Xu March 2, 2022, 10:57 p.m. UTC | #2
On Mon, Feb 21, 2022 at 09:59:21AM +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
>   hwrng: atmel - disable trng on failure path
>   hwrng: atmel - rename enable/disable functions to init/cleanup
>   hwrng: atmel - move set of TRNG_HALFR in atmel_trng_init()
>   hwrng: atmel - use __maybe_unused and pm_ptr() for pm ops
>   hwrng: atmel - add runtime pm support
>   hwrng: atmel - remove extra line
> 
>  drivers/char/hw_random/atmel-rng.c | 148 ++++++++++++++++++-----------
>  1 file changed, 91 insertions(+), 57 deletions(-)

All applied.  Thanks.