Re: [PATCH v2 2/3] mfd: syscon: Add optional clock support

2019-03-20 Thread Lee Jones
On Wed, 12 Dec 2018, Fabrice Gasnier wrote: > Some system control registers need to be clocked, so the registers can > be accessed. Add an optional clock and attach it to regmap. > > Signed-off-by: Fabrice Gasnier > --- > drivers/mfd/syscon.c | 19 +++ > 1 file changed, 19 inser

Re: [PATCH v2 2/3] mfd: syscon: Add optional clock support

2019-02-18 Thread Arnd Bergmann
On Mon, Feb 11, 2019 at 5:32 PM Fabrice Gasnier wrote: > > On 1/28/19 2:20 PM, Fabrice Gasnier wrote: > > On 1/16/19 4:11 PM, Arnd Bergmann wrote: > >> On Wed, Jan 16, 2019 at 3:10 PM Fabrice Gasnier > >> wrote: > >> > >> What I mean is that nodes that listed as 'compatible="syscon"' get > >> pr

Re: [PATCH v2 2/3] mfd: syscon: Add optional clock support

2019-02-11 Thread Fabrice Gasnier
On 1/28/19 2:20 PM, Fabrice Gasnier wrote: > On 1/16/19 4:11 PM, Arnd Bergmann wrote: >> On Wed, Jan 16, 2019 at 3:10 PM Fabrice Gasnier >> wrote: >>> >>> On 1/16/19 1:14 PM, Arnd Bergmann wrote: (sorry for the late reply, I just realized that I had never sent out the mail after Lee ask

Re: [PATCH v2 2/3] mfd: syscon: Add optional clock support

2019-01-28 Thread Fabrice Gasnier
On 1/16/19 4:11 PM, Arnd Bergmann wrote: > On Wed, Jan 16, 2019 at 3:10 PM Fabrice Gasnier > wrote: >> >> On 1/16/19 1:14 PM, Arnd Bergmann wrote: >>> (sorry for the late reply, I just realized that I had never sent out the >>> mail after Lee asked me for a review last year and I had drafted >>>

Re: [PATCH v2 2/3] mfd: syscon: Add optional clock support

2019-01-16 Thread Arnd Bergmann
On Wed, Jan 16, 2019 at 3:10 PM Fabrice Gasnier wrote: > > On 1/16/19 1:14 PM, Arnd Bergmann wrote: > > (sorry for the late reply, I just realized that I had never sent out the > > mail after Lee asked me for a review last year and I had drafted > > my reply). > > Hi Arnd, > > Many thanks for revi

Re: [PATCH v2 2/3] mfd: syscon: Add optional clock support

2019-01-16 Thread Fabrice Gasnier
On 1/16/19 1:14 PM, Arnd Bergmann wrote: > (sorry for the late reply, I just realized that I had never sent out the > mail after Lee asked me for a review last year and I had drafted > my reply). Hi Arnd, Many thanks for reviewing, no worries :-) > > On Wed, Dec 12, 2018 at 9:48 AM Fabrice Gasn

Re: [PATCH v2 2/3] mfd: syscon: Add optional clock support

2019-01-16 Thread Arnd Bergmann
(sorry for the late reply, I just realized that I had never sent out the mail after Lee asked me for a review last year and I had drafted my reply). On Wed, Dec 12, 2018 at 9:48 AM Fabrice Gasnier wrote: > > Some system control registers need to be clocked, so the registers can > be accessed. Add

[RESEND PATCH v2 2/3] mfd: syscon: Add optional clock support

2019-01-07 Thread Fabrice Gasnier
Some system control registers need to be clocked, so the registers can be accessed. Add an optional clock and attach it to regmap. Signed-off-by: Fabrice Gasnier --- drivers/mfd/syscon.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/s

[PATCH v2 2/3] mfd: syscon: Add optional clock support

2018-12-12 Thread Fabrice Gasnier
Some system control registers need to be clocked, so the registers can be accessed. Add an optional clock and attach it to regmap. Signed-off-by: Fabrice Gasnier --- drivers/mfd/syscon.c | 19 +++ 1 file changed, 19 insertions(+) diff --git a/drivers/mfd/syscon.c b/drivers/mfd/s