From: Daniel Schaefer <daniel.schaefer@hpe.com>
To: opensbi@lists.infradead.org
Subject: [PATCH v2 0/3] Don't use SBI functions in fdt code
Date: Wed, 19 May 2021 15:54:07 +0800 [thread overview]
Message-ID: <20210519075410.8520-1-daniel.schaefer@hpe.com> (raw)
Second series with minor changes based on the feedback
- Made commit description of 1 better
- Changed sbi_memcpy to memcpy in 2 (forgot it before because I was
basing on v0.9 instead of master)
- Fixed typo in commit message of 3
Cc: Xiang W <wxjstz@126.com>
Cc: Abner Chang <abner.chang@hpe.com>
Cc: Anup Patel <anup.patel@wdc.com>
Daniel Schaefer (3):
lib: utils: Add strncpy macro to libfdt_env.h
lib: fdt: Don't use sbi_string functions
lib: utils: Replace strcmp with strncmp
lib/utils/fdt/fdt_domain.c | 9 +++++----
lib/utils/libfdt/libfdt_env.h | 1 +
2 files changed, 6 insertions(+), 4 deletions(-)
--
2.30.1
next reply other threads:[~2021-05-19 7:54 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-19 7:54 Daniel Schaefer [this message]
2021-05-19 7:54 ` [PATCH v2 1/3] lib: utils: Add strncpy macro to libfdt_env.h Daniel Schaefer
2021-05-19 8:37 ` Xiang W
2021-05-19 12:51 ` Anup Patel
2021-05-19 12:54 ` Anup Patel
2021-05-19 7:54 ` [PATCH v2 2/3] lib: fdt: Don't use sbi_string functions Daniel Schaefer
2021-05-19 8:38 ` Xiang W
2021-05-19 12:52 ` Anup Patel
2021-05-19 12:54 ` Anup Patel
2021-05-19 7:54 ` [PATCH v2 3/3] lib: utils: Replace strcmp with strncmp Daniel Schaefer
2021-05-19 12:52 ` Anup Patel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20210519075410.8520-1-daniel.schaefer@hpe.com \
--to=daniel.schaefer@hpe.com \
--cc=opensbi@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox