Re: [PATCH v5 10/14] software node: rename is_array to is_inline

2019-10-17 Thread Dmitry Torokhov
On Fri, Oct 11, 2019 at 04:07:17PM -0700, Dmitry Torokhov wrote: > We do not need a special flag to know if we are dealing with an array, > as we can get that data from ratio between element length and the data > size, however we do need a flag to know whether the data is stored > directly inside

Re: [PATCH v5 10/14] software node: rename is_array to is_inline

2019-10-17 Thread Dmitry Torokhov
On Thu, Oct 17, 2019 at 10:16:28AM +0300, Andy Shevchenko wrote: > On Wed, Oct 16, 2019 at 09:54:30AM -0700, Dmitry Torokhov wrote: > > On Wed, Oct 16, 2019 at 10:59:40AM +0300, Andy Shevchenko wrote: > > > On Tue, Oct 15, 2019 at 11:22:06AM -0700, Dmitry Torokhov wrote: > > > > On Mon, Oct 14,

Re: [PATCH v5 10/14] software node: rename is_array to is_inline

2019-10-17 Thread Andy Shevchenko
On Wed, Oct 16, 2019 at 09:54:30AM -0700, Dmitry Torokhov wrote: > On Wed, Oct 16, 2019 at 10:59:40AM +0300, Andy Shevchenko wrote: > > On Tue, Oct 15, 2019 at 11:22:06AM -0700, Dmitry Torokhov wrote: > > > On Mon, Oct 14, 2019 at 10:37:20AM +0300, Andy Shevchenko wrote: > > > > On Fri, Oct 11,

Re: [PATCH v5 10/14] software node: rename is_array to is_inline

2019-10-16 Thread Dmitry Torokhov
On Wed, Oct 16, 2019 at 10:59:40AM +0300, Andy Shevchenko wrote: > On Tue, Oct 15, 2019 at 11:22:06AM -0700, Dmitry Torokhov wrote: > > On Mon, Oct 14, 2019 at 10:37:20AM +0300, Andy Shevchenko wrote: > > > On Fri, Oct 11, 2019 at 04:07:17PM -0700, Dmitry Torokhov wrote: > > > > We do not need a

Re: [PATCH v5 10/14] software node: rename is_array to is_inline

2019-10-16 Thread Andy Shevchenko
On Tue, Oct 15, 2019 at 11:22:06AM -0700, Dmitry Torokhov wrote: > On Mon, Oct 14, 2019 at 10:37:20AM +0300, Andy Shevchenko wrote: > > On Fri, Oct 11, 2019 at 04:07:17PM -0700, Dmitry Torokhov wrote: > > > We do not need a special flag to know if we are dealing with an array, > > > as we can get

Re: [PATCH v5 10/14] software node: rename is_array to is_inline

2019-10-15 Thread Dmitry Torokhov
On Mon, Oct 14, 2019 at 10:37:20AM +0300, Andy Shevchenko wrote: > On Fri, Oct 11, 2019 at 04:07:17PM -0700, Dmitry Torokhov wrote: > > We do not need a special flag to know if we are dealing with an array, > > as we can get that data from ratio between element length and the data > > size,

Re: [PATCH v5 10/14] software node: rename is_array to is_inline

2019-10-14 Thread Andy Shevchenko
On Fri, Oct 11, 2019 at 04:07:17PM -0700, Dmitry Torokhov wrote: > We do not need a special flag to know if we are dealing with an array, > as we can get that data from ratio between element length and the data > size, however we do need a flag to know whether the data is stored > directly inside

[PATCH v5 10/14] software node: rename is_array to is_inline

2019-10-11 Thread Dmitry Torokhov
We do not need a special flag to know if we are dealing with an array, as we can get that data from ratio between element length and the data size, however we do need a flag to know whether the data is stored directly inside property_entry or separately. Signed-off-by: Dmitry Torokhov ---