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

2020-06-10 Thread Philipp Zabel
Hi Álvaro, On Wed, 2020-06-10 at 08:08 +0200, Álvaro Fernández Rojas wrote: > Hi Florian, > > > El 9 jun 2020, a las 22:17, Florian Fainelli > > escribió: > > > > > > > > On 6/9/2020 9:41 AM, Álvaro Fernández Rojas wrote: > > > > > > If you can do without this, with I think this driver

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

2020-06-10 Thread Álvaro Fernández Rojas
Hi Florian, > El 9 jun 2020, a las 22:17, Florian Fainelli escribió: > > > > On 6/9/2020 9:41 AM, Álvaro Fernández Rojas wrote: > If you can do without this, with I think this driver could be made to > use reset-simple. Yes, but only if I can add reset support with a

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

2020-06-09 Thread Florian Fainelli
On 6/9/2020 9:41 AM, Álvaro Fernández Rojas wrote: If you can do without this, with I think this driver could be made to use reset-simple. >>> >>> Yes, but only if I can add reset support with a configurable sleep range to >>> reset-simple. Is this possible? >> >> I should have

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

2020-06-09 Thread Álvaro Fernández Rojas
Hello Philipp, > El 9 jun 2020, a las 18:32, Philipp Zabel escribió: > > Hi Álvaro, > > On Tue, 2020-06-09 at 17:14 +0200, Álvaro Fernández Rojas wrote: >> Hi Philipp, >> >>> El 9 jun 2020, a las 17:06, Philipp Zabel escribió: >>> >>> Hi Álvaro, >>> >>> On Tue, 2020-06-09 at 15:42 +0200,

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

2020-06-09 Thread Philipp Zabel
Hi Álvaro, On Tue, 2020-06-09 at 17:14 +0200, Álvaro Fernández Rojas wrote: > Hi Philipp, > > > El 9 jun 2020, a las 17:06, Philipp Zabel escribió: > > > > Hi Álvaro, > > > > On Tue, 2020-06-09 at 15:42 +0200, Álvaro Fernández Rojas wrote: > > > Add support for resetting blocks through the

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

2020-06-09 Thread Álvaro Fernández Rojas
Hi Philipp, > El 9 jun 2020, a las 17:06, Philipp Zabel escribió: > > Hi Álvaro, > > On Tue, 2020-06-09 at 15:42 +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

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

2020-06-09 Thread Philipp Zabel
Hi Álvaro, On Tue, 2020-06-09 at 15:42 +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 > --- > drivers/reset/Kconfig | 7 ++ > drivers/reset/Makefile

[PATCH 3/7] reset: add BCM6345 reset controller driver

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 --- drivers/reset/Kconfig | 7 ++ drivers/reset/Makefile| 1 + drivers/reset/reset-bcm6345.c | 149 ++ 3