Re: [PATCH v4 2/5] mfd: lm3533: Support initialization from Device Tree

2017-01-11 Thread Bjorn Andersson
On Mon 09 Jan 00:36 PST 2017, Lee Jones wrote: > On Fri, 06 Jan 2017, Bjorn Andersson wrote: > > > On Fri 06 Jan 01:53 PST 2017, Lee Jones wrote: > > > > > On Thu, 05 Jan 2017, Bjorn Andersson wrote: > > > > > > > On Wed 04 Jan 23:49 PST 2017, Lee Jones wrote: > > > > > > > > > On Wed, 04 Jan

Re: [PATCH v4 2/5] mfd: lm3533: Support initialization from Device Tree

2017-01-09 Thread Lee Jones
On Fri, 06 Jan 2017, Bjorn Andersson wrote: > On Fri 06 Jan 01:53 PST 2017, Lee Jones wrote: > > > On Thu, 05 Jan 2017, Bjorn Andersson wrote: > > > > > On Wed 04 Jan 23:49 PST 2017, Lee Jones wrote: > > > > > > > On Wed, 04 Jan 2017, Bjorn Andersson wrote: > > > > > > > > > On Wed 04 Jan 03:5

Re: [PATCH v4 2/5] mfd: lm3533: Support initialization from Device Tree

2017-01-06 Thread Bjorn Andersson
On Fri 06 Jan 01:53 PST 2017, Lee Jones wrote: > On Thu, 05 Jan 2017, Bjorn Andersson wrote: > > > On Wed 04 Jan 23:49 PST 2017, Lee Jones wrote: > > > > > On Wed, 04 Jan 2017, Bjorn Andersson wrote: > > > > > > > On Wed 04 Jan 03:54 PST 2017, Lee Jones wrote: > > > > > > > > > On Mon, 26 Dec

Re: [PATCH v4 2/5] mfd: lm3533: Support initialization from Device Tree

2017-01-06 Thread Lee Jones
On Thu, 05 Jan 2017, Bjorn Andersson wrote: > On Wed 04 Jan 23:49 PST 2017, Lee Jones wrote: > > > On Wed, 04 Jan 2017, Bjorn Andersson wrote: > > > > > On Wed 04 Jan 03:54 PST 2017, Lee Jones wrote: > > > > > > > On Mon, 26 Dec 2016, Bjorn Andersson wrote: > > > > > > > > > From: Bjorn Anders

Re: [PATCH v4 2/5] mfd: lm3533: Support initialization from Device Tree

2017-01-05 Thread Bjorn Andersson
On Wed 04 Jan 23:49 PST 2017, Lee Jones wrote: > On Wed, 04 Jan 2017, Bjorn Andersson wrote: > > > On Wed 04 Jan 03:54 PST 2017, Lee Jones wrote: > > > > > On Mon, 26 Dec 2016, Bjorn Andersson wrote: > > > > > > > From: Bjorn Andersson > > > > > > > > Implement support for initialization of t

Re: [PATCH v4 2/5] mfd: lm3533: Support initialization from Device Tree

2017-01-04 Thread Lee Jones
On Wed, 04 Jan 2017, Bjorn Andersson wrote: > On Wed 04 Jan 03:54 PST 2017, Lee Jones wrote: > > > On Mon, 26 Dec 2016, Bjorn Andersson wrote: > > > > > From: Bjorn Andersson > > > > > > Implement support for initialization of the lm3533 driver core and > > > probing child devices from Device

Re: [PATCH v4 2/5] mfd: lm3533: Support initialization from Device Tree

2017-01-04 Thread Bjorn Andersson
On Wed 04 Jan 03:54 PST 2017, Lee Jones wrote: > On Mon, 26 Dec 2016, Bjorn Andersson wrote: > > > From: Bjorn Andersson > > > > Implement support for initialization of the lm3533 driver core and > > probing child devices from Device Tree. > > [..] > > @@ -512,6 +514,11 @@ static int lm3533_

Re: [PATCH v4 2/5] mfd: lm3533: Support initialization from Device Tree

2017-01-04 Thread Lee Jones
On Mon, 26 Dec 2016, Bjorn Andersson wrote: > From: Bjorn Andersson > > Implement support for initialization of the lm3533 driver core and > probing child devices from Device Tree. > > Signed-off-by: Bjorn Andersson > Signed-off-by: Bjorn Andersson > --- > > Changes since v3: > - Moved parsi

[PATCH v4 2/5] mfd: lm3533: Support initialization from Device Tree

2016-12-26 Thread Bjorn Andersson
From: Bjorn Andersson Implement support for initialization of the lm3533 driver core and probing child devices from Device Tree. Signed-off-by: Bjorn Andersson Signed-off-by: Bjorn Andersson --- Changes since v3: - Moved parsing of child of nodes into each child driver - Use of_platform_popul