[PATCH v3 3/4] dm: soc: Add SoC id for attribute matching
Simon Glass
sjg at chromium.org
Sat Nov 14 16:17:03 CET 2020
On Wed, 4 Nov 2020 at 04:56, Biju Das <biju.das.jz at bp.renesas.com> wrote:
>
> Add SoC identification string for attribute matching.
Commit messages should normally have a motivation followed by a
description of what they do.
>
> Signed-off-by: Biju Das <biju.das.jz at bp.renesas.com>
> Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj at bp.renesas.com>
> ---
> v2->v3:
> * split the comments patch seperate.
> Ref:https://patchwork.ozlabs.org/project/uboot/patch/20201102150959.4793-3-biju.das.jz@bp.renesas.com/
>
> v1->v2: Changed the comments from "a SoC" to "an SoC"
> Ref: https://patchwork.ozlabs.org/project/uboot/patch/20201030140724.12773-1-biju.das.jz@bp.renesas.com/
> ---
> drivers/soc/soc-uclass.c | 19 ++++++++++++++++++-
> drivers/soc/soc_sandbox.c | 8 ++++++++
> include/soc.h | 27 +++++++++++++++++++++++++++
> test/dm/soc.c | 8 ++++++++
> 4 files changed, 61 insertions(+), 1 deletion(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list