From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 1/2] of: Make of_find_property_value_of_size take a length range Date: Thu, 15 Sep 2016 08:34:59 -0500 Message-ID: <20160915133459.GA14424@rob-hp-laptop> References: <1473685289-21830-1-git-send-email-rf@opensource.wolfsonmicro.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <1473685289-21830-1-git-send-email-rf-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Richard Fitzgerald Cc: frowand.list-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org, devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, patches-yzvPICuk2AATkU/dhu1WVueM+bqZidxxQQ4Iyu8u01E@public.gmane.org List-Id: devicetree@vger.kernel.org On Mon, Sep 12, 2016 at 02:01:28PM +0100, Richard Fitzgerald wrote: > In preparation for adding variable-length array reads, change > of_find_property_value_of_size so that it takes an optional > maximum length. If the maximum is passed as 0, the behaviour is > unchanged and it will return a property if it's >= the requested > minimum length. If maximum is non-zero it will only return a > property whose length is min <= l <= max. > > Signed-off-by: Richard Fitzgerald > --- > drivers/of/base.c | 39 +++++++++++++++++++++++++++++---------- > 1 file changed, 29 insertions(+), 10 deletions(-) Applied both patches, thanks. Rob -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html