Re: [PATCH v2 3/7] drivers: reset: simple: add BCM6345 reset support

2020-06-10 Thread Álvaro Fernández Rojas
Hi Florian, > El 10 jun 2020, a las 3:05, Florian Fainelli escribió: > > > > On 6/9/2020 9:02 AM, Á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 > > This looks

Re: [PATCH v2 3/7] drivers: reset: simple: add BCM6345 reset support

2020-06-09 Thread Florian Fainelli
On 6/9/2020 9:02 AM, Á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 This looks good to me, however in v1 there was a need for sleeping after the reset assertion, and

[PATCH v2 3/7] drivers: reset: simple: add BCM6345 reset support

2020-06-09 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 --- v2: add compatibility to reset-simple instead of adding a new driver. drivers/reset/Kconfig| 3 ++- drivers/reset/reset-simple.c | 1 + 2 files