[PATCH v4 2/5] arm: x86: qemu: unify qfw driver functions as qfw_
Simon Glass
sjg at chromium.org
Thu Feb 25 20:31:29 CET 2021
On Tue, 23 Feb 2021 at 22:24, Asherah Connor <ashe at kivikakk.ee> wrote:
>
> There's a mixture of "qemu_fwcfg_"-prefixed functions and
> "qfw_"-prefixed ones. Now that the qfw name is applied in multiple
> places (i.e. the uclass itself, and each of its drivers), let's
> consistently use the prefix "qfw_" for anything relating to the
> drivers.
>
> Signed-off-by: Asherah Connor <ashe at kivikakk.ee>
> ---
>
> (no changes since v1)
>
> arch/x86/cpu/qemu/cpu.c | 2 +-
> arch/x86/cpu/qfw_cpu.c | 2 +-
> cmd/qfw.c | 10 +++++-----
> common/qfw.c | 14 +++++++-------
> drivers/misc/qfw.c | 20 ++++++++++----------
> include/qfw.h | 16 ++++++++--------
> 6 files changed, 32 insertions(+), 32 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list