From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bin Meng Date: Sun, 6 Oct 2019 17:27:26 +0800 Subject: [U-Boot] [PATCH 012/126] dm: core: Add device_foreach_child() In-Reply-To: References: <20190925145750.200592-1-sjg@chromium.org> <20190925145750.200592-13-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 Fri, Oct 4, 2019 at 5:44 PM Bin Meng wrote: > > On Wed, Sep 25, 2019 at 10:58 PM Simon Glass wrote: > > > > We have a 'safe' version of this function but sometimes it is not needed. > > Add a normal version too and update a few places that can use it. > > > > Signed-off-by: Simon Glass > > --- > > > > arch/arm/mach-uniphier/pinctrl-glue.c | 4 ++-- > > drivers/block/blk-uclass.c | 4 ++-- > > include/dm/device.h | 9 +++++++++ > > 3 files changed, 13 insertions(+), 4 deletions(-) > > > > Reviewed-by: Bin Meng applied to u-boot-x86/next, thanks!