From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Tue, 7 Apr 2015 12:40:22 -0600 Subject: [U-Boot] [PATCH v2 09/80] dm: core: Add device children and sibling functions In-Reply-To: <1427307788-7496-10-git-send-email-sjg@chromium.org> References: <1427307788-7496-1-git-send-email-sjg@chromium.org> <1427307788-7496-10-git-send-email-sjg@chromium.org> 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 25 March 2015 at 12:21, Simon Glass wrote: > Add some utility functions to check for children and for the last sibling in > a device's parent. > > Signed-off-by: Simon Glass > --- > > Changes in v2: None > > drivers/core/device.c | 28 ++++++++++++++++++++++++++++ > include/dm/device.h | 30 ++++++++++++++++++++++++++++++ > 2 files changed, 58 insertions(+) Applied to u-boot-dm/next.