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

2020-06-13 Thread Florian Fainelli
On 6/13/2020 1:38 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 With the kbuild robot error fixed: Reviewed-by: Florian Fainelli Thanks! -- Florian

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

2020-06-13 Thread kernel test robot
Hi "Álvaro, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on pza/reset/next] [also build test WARNING on robh/for-next v5.7] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system. BTW, we also suggest to use '--base' op

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

2020-06-13 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 --- v4: no changes. v3: using reset-simple isn't possible since sleeping after performing the reset is also needed. v2: add compatibility to reset-simple i