On Mon, 2 Sep 2019 at 09:24, Bin Meng <bmeng...@gmail.com> wrote:
>
> On Mon, Sep 2, 2019 at 10:34 PM Michal Simek <michal.si...@xilinx.com> wrote:
> >
> > From: T Karthik Reddy <t.karthik.re...@xilinx.com>
> >
> > This patch adds functions dev_read_u64_default & dev_read_u64
> > to read unsigned 64-bit values from devicetree.
> >
> > Signed-off-by: T Karthik Reddy <t.karthik.re...@xilinx.com>
> > Signed-off-by: Michal Simek <michal.si...@xilinx.com>
> > ---
> >
> > Changes in v2:
> > - Moved newly added 64-bit funtion definations & prototypes below
> >    32-bit functions.
> >
> >  drivers/core/ofnode.c |  2 +-
> >  drivers/core/read.c   | 10 ++++++++++
> >  include/dm/ofnode.h   |  2 +-
> >  include/dm/read.h     | 33 +++++++++++++++++++++++++++++++++
> >  4 files changed, 45 insertions(+), 2 deletions(-)
> >
>
> Reviewed-by: Bin Meng <bmeng...@gmail.com>

How about adding a few tests for these new functions?

See for example here:

https://gitlab.denx.de/u-boot/custodians/u-boot-dm/commit/63453b90049cef10309f254c35d8a33e1e6552ba


- Simon
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to