From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sat, 6 Feb 2016 14:49:37 +0100 Subject: [U-Boot] [PATCH V2] fdt: introduce fdtdec_get_child_count In-Reply-To: <1454304675-3768-1-git-send-email-van.freenix@gmail.com> References: <1454304675-3768-1-git-send-email-van.freenix@gmail.com> Message-ID: <20160206144937.1009b3f5@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, 1 Feb 2016 13:31:15 +0800 Peng Fan van.freenix at gmail.com wrote: > Introduce fdtdec_get_child_count for get the number of subnodes > of one parent node. > > Signed-off-by: Peng Fan > Cc: Simon Glass > --- > > V2: > correct spell error. > renamed to fdtdec_get_child_count, move code to lib/fdtdec.c and add > prototype in include/fdtdec.h > > include/fdtdec.h | 9 +++++++++ > lib/fdtdec.c | 11 +++++++++++ > 2 files changed, 20 insertions(+) applied to u-boot-staging, thanks! -- Anatolij