From mboxrd@z Thu Jan 1 00:00:00 1970 From: Chee, Tien Fong Date: Mon, 11 Mar 2019 04:28:28 +0000 Subject: [U-Boot] [PATCH] misc: fs_loader: Replace label with DT phandle In-Reply-To: References: <1550212526-30510-1-git-send-email-tien.fong.chee@intel.com> <1551184624.11124.2.camel@intel.com> Message-ID: <1552278507.10151.1.camel@intel.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On Sun, 2019-03-10 at 15:51 -0600, Simon Glass wrote: > Hi Tien Fong, > > On Tue, 26 Feb 2019 at 05:37, Chee, Tien Fong om> wrote: > > > > > > On Fri, 2019-02-15 at 14:35 +0800, tien.fong.chee at intel.com wrote: > > > > > > From: Tien Fong Chee > > > > > > In previously label which will be expanded to the node's full > > > path > > > was > > > used, and now replacing label with most commonly used DT phandle. > > > The > > > codes were changed accordingly to the use of DT phandle and > > > supporting > > > multiple instances. > > > > > > Signed-off-by: Tien Fong Chee > > > --- > > >  doc/driver-model/fs_firmware_loader.txt |   58 > > > +++++++++++++++++++++++++------ > > >  drivers/misc/fs_loader.c                |   36 ++++++++--------- > > > -- > > >  2 files changed, 62 insertions(+), 32 deletions(-) > This seems OK to me, but I think this feature needs a test. Yes, i have ran the test passed with FPGA driver. > > Regards, > Simon