Re: [PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-09-01 Thread Quentin Schulz
On 31/08/2016 13:56, Lee Jones wrote: > On Wed, 24 Aug 2016, Maxime Ripard wrote: > >> Hi Lee, >> >> On Tue, Aug 09, 2016 at 02:48:47PM +0100, Lee Jones wrote: >>> On Tue, 26 Jul 2016, Quentin Schulz wrote: >>> When an MFD cell has an of_compatible (meaning it is present in the Device

Re: [PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-09-01 Thread Quentin Schulz
On 31/08/2016 13:56, Lee Jones wrote: > On Wed, 24 Aug 2016, Maxime Ripard wrote: > >> Hi Lee, >> >> On Tue, Aug 09, 2016 at 02:48:47PM +0100, Lee Jones wrote: >>> On Tue, 26 Jul 2016, Quentin Schulz wrote: >>> When an MFD cell has an of_compatible (meaning it is present in the Device

Re: [PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-08-31 Thread Lee Jones
On Wed, 24 Aug 2016, Maxime Ripard wrote: > Hi Lee, > > On Tue, Aug 09, 2016 at 02:48:47PM +0100, Lee Jones wrote: > > On Tue, 26 Jul 2016, Quentin Schulz wrote: > > > > > When an MFD cell has an of_compatible (meaning it is present in the Device > > > Tree), other nodes can reference it using

Re: [PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-08-31 Thread Lee Jones
On Wed, 24 Aug 2016, Maxime Ripard wrote: > Hi Lee, > > On Tue, Aug 09, 2016 at 02:48:47PM +0100, Lee Jones wrote: > > On Tue, 26 Jul 2016, Quentin Schulz wrote: > > > > > When an MFD cell has an of_compatible (meaning it is present in the Device > > > Tree), other nodes can reference it using

Re: [PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-08-24 Thread Maxime Ripard
Hi Lee, On Tue, Aug 09, 2016 at 02:48:47PM +0100, Lee Jones wrote: > On Tue, 26 Jul 2016, Quentin Schulz wrote: > > > When an MFD cell has an of_compatible (meaning it is present in the Device > > Tree), other nodes can reference it using a phandle. > > > > However when the MFD cell is not

Re: [PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-08-24 Thread Maxime Ripard
Hi Lee, On Tue, Aug 09, 2016 at 02:48:47PM +0100, Lee Jones wrote: > On Tue, 26 Jul 2016, Quentin Schulz wrote: > > > When an MFD cell has an of_compatible (meaning it is present in the Device > > Tree), other nodes can reference it using a phandle. > > > > However when the MFD cell is not

Re: [PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-08-09 Thread Lee Jones
On Tue, 26 Jul 2016, Quentin Schulz wrote: > When an MFD cell has an of_compatible (meaning it is present in the Device > Tree), other nodes can reference it using a phandle. > > However when the MFD cell is not declared in the Device Tree, the only way > other nodes can reference it are by

Re: [PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-08-09 Thread Lee Jones
On Tue, 26 Jul 2016, Quentin Schulz wrote: > When an MFD cell has an of_compatible (meaning it is present in the Device > Tree), other nodes can reference it using a phandle. > > However when the MFD cell is not declared in the Device Tree, the only way > other nodes can reference it are by

[PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-07-26 Thread Quentin Schulz
When an MFD cell has an of_compatible (meaning it is present in the Device Tree), other nodes can reference it using a phandle. However when the MFD cell is not declared in the Device Tree, the only way other nodes can reference it are by using a phandle to the MFD. Then when this MFD cell tries

[PATCH v3 3/4] mfd: mfd-core: reattach mfd of_node to cells without of_compatible

2016-07-26 Thread Quentin Schulz
When an MFD cell has an of_compatible (meaning it is present in the Device Tree), other nodes can reference it using a phandle. However when the MFD cell is not declared in the Device Tree, the only way other nodes can reference it are by using a phandle to the MFD. Then when this MFD cell tries