From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Sat, 25 Jun 2016 20:53:53 -0600 Subject: [U-Boot] [PATCH v3 08/12] libfdt: Add fdt_path_offset_namelen In-Reply-To: <20160624142757.32735-9-maxime.ripard@free-electrons.com> References: <20160624142757.32735-1-maxime.ripard@free-electrons.com> <20160624142757.32735-9-maxime.ripard@free-electrons.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 24 June 2016 at 08:27, Maxime Ripard wrote: > Add a namelen variant of fdt_path_offset to retrieve the node offset using > only a fixed number of characters. > > Signed-off-by: Maxime Ripard > --- > include/libfdt.h | 16 +++++++++++++++- > lib/libfdt/fdt_ro.c | 18 ++++++++++-------- > 2 files changed, 25 insertions(+), 9 deletions(-) fdt_setprop_inplace From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Subject: Re: [PATCH v3 08/12] libfdt: Add fdt_path_offset_namelen Date: Sat, 25 Jun 2016 20:53:53 -0600 Message-ID: References: <20160624142757.32735-1-maxime.ripard@free-electrons.com> <20160624142757.32735-9-maxime.ripard@free-electrons.com> Mime-Version: 1.0 Return-path: DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=NvhNr90grWi4q/UJFo3ZRuhu0NqdteSBliyN1/p4Mlo=; b=CW3+R9XoDCRjt1P2W1NrHCbCivubmoe4fdKNMGFnVpbkPgHpoZJ0hVFOdI658P16qW kUxNTNa79fO9sWklKDUeyYv0WSj0CQrjotesl030wS1cgBErmoecMacAbO2ZbIAevLwk Ww4vMBjdkUHdDjFalNP8qRMrQRv7ZoeV3GtloHNBbyzIsf69D7ZBhBjnCP+onCAnOOnU so9mEXLxiUNs9EU/jKrpaRzaVUajLfeZA8saJzHriNDSQ6vYBz4Ez2czYELPQdbvPNU1 MFA4/xbhphbqvGGYv0vwGHuRBVmlnji3g8rcKJiN1vFOUIp8Y0aCT2YUBiD8jdeoARht JqXA== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=chromium.org; s=google; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=NvhNr90grWi4q/UJFo3ZRuhu0NqdteSBliyN1/p4Mlo=; b=IfVoeyZTGhbVaj4ujHXSPsY4cmoafwO7Tly6BmcWL7btX/43dA6eWyMSnO9/PGzGrY VfKo9/MjqZU9gI9j6rZzjvduA6lBESykb4cnzdLeocsgiqN0wCESjsMXO2neylDFC9J5 IvbX9LYblxgsegboZrUO6aNe0UVGTqFn395kM= In-Reply-To: <20160624142757.32735-9-maxime.ripard-wi1+55ScJUtKEb57/3fJTNBPR1lH4CV8@public.gmane.org> Sender: devicetree-compiler-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-ID: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Maxime Ripard Cc: Pantelis Antoniou , Boris Brezillon , Alexander Kaplan , Thomas Petazzoni , Devicetree Compiler , =?UTF-8?Q?Antoine_T=C3=A9nart?= , Hans de Goede , Tom Rini , U-Boot Mailing List , Stefan Agner On 24 June 2016 at 08:27, Maxime Ripard wrote: > Add a namelen variant of fdt_path_offset to retrieve the node offset using > only a fixed number of characters. > > Signed-off-by: Maxime Ripard > --- > include/libfdt.h | 16 +++++++++++++++- > lib/libfdt/fdt_ro.c | 18 ++++++++++-------- > 2 files changed, 25 insertions(+), 9 deletions(-) fdt_setprop_inplace