[U-Boot] [PATCH v3 1/2] dm: core: Add functions to get strings and the string count from a stringlist
Simon Glass
sjg at chromium.org
Mon Sep 25 02:14:14 UTC 2017
Hi Jean-Jacques,
On 21 September 2017 at 09:03, Jean-Jacques Hiblot <jjhiblot at ti.com> wrote:
> dev_read_string_count() is used to get the number of strings in a
> stringlist.
> dev_read_string_index() is used to get a string in the stringlist based on
> its position in the list.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot at ti.com>
> ---
> drivers/core/read.c | 11 +++++++++++
> include/dm/read.h | 36 ++++++++++++++++++++++++++++++++++++
> 2 files changed, 47 insertions(+)
This is marked v3 but I don't see a change log.
Regards,
Simon
More information about the U-Boot
mailing list