Re: [PATCH -next 01/13] hwrng: atmel - use devm_platform_ioremap_resource() to simplify code

2019-10-17 Thread Ludovic Desroches
On Wed, Oct 16, 2019 at 06:46:09PM +0800, YueHaibing wrote: > External E-Mail > > > Use devm_platform_ioremap_resource() to simplify the code a bit. > This is detected by coccinelle. > > Signed-off-by: YueHaibing Acked-by: Ludovic Desroches Thanks > --- > d

Re: [PATCH] crypto: atmel-sha204a: Use device-managed registration API

2019-07-31 Thread Ludovic Desroches
On Tue, Jul 23, 2019 at 03:19:36PM +0800, Chuhong Yuan wrote: > > Use devm_hwrng_register to get rid of manual > unregistration. > > Signed-off-by: Chuhong Yuan Acked-by: Ludovic Desroches Thanks > --- > drivers/crypto/atmel-sha204a.c | 3 +-- > 1 file changed, 1 i

Re: [PATCH] hwrng: Use device-managed registration API

2019-07-31 Thread Ludovic Desroches
ers/char/hw_random/atmel-rng.c | 3 +-- Acked-by: Ludovic Desroches Thanks > drivers/char/hw_random/cavium-rng-vf.c | 11 +-- > drivers/char/hw_random/exynos-trng.c | 3 +-- > drivers/char/hw_random/n2-drv.c| 4 +--- > drivers/char/hw_random/nomadik-rng.c |