Re: [PATCH v6 3/9] reset: add BCM6345 reset controller driver

2020-06-17 Thread Philipp Zabel
Hi Álvaro, thank you for the patch. A few comments below: On Wed, 2020-06-17 at 10:32 +0200, Álvaro Fernández Rojas wrote: > Add support for resetting blocks through the Linux reset controller > subsystem for BCM63xx SoCs. > > Signed-off-by: Álvaro Fernández Rojas > Reviewed-by: Florian Fainell

[PATCH v6 3/9] reset: add BCM6345 reset controller driver

2020-06-17 Thread Álvaro Fernández Rojas
Add support for resetting blocks through the Linux reset controller subsystem for BCM63xx SoCs. Signed-off-by: Álvaro Fernández Rojas Reviewed-by: Florian Fainelli --- v6: driver improvements: - use devm_platform_ioremap_resource. - simplify bcm6345_reset_probe return. - introduc