]> git.dujemihanovic.xyz Git - u-boot.git/commit
event: Convert existing spy records to simple
authorSimon Glass <sjg@chromium.org>
Tue, 22 Aug 2023 03:16:56 +0000 (21:16 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 31 Aug 2023 17:16:54 +0000 (13:16 -0400)
commitf72d0d4a2f9a2d05ebeefb583992cc620f7c4c2d
treeafaa54f94971d8dc3e9c9b7bb5d860053c37b6eb
parentdd802467f44b68d6ed9315ffe3002b17dc43b622
event: Convert existing spy records to simple

Very few of the existing event-spy records use the arguments they are
passed. Update them to use a simple spy instead, to simplify the code.

Where an adaptor function is currently used, remove it where possible.

Signed-off-by: Simon Glass <sjg@chromium.org>
24 files changed:
arch/arm/mach-imx/imx8/cpu.c
arch/arm/mach-imx/imx8m/soc.c
arch/arm/mach-imx/imx8ulp/soc.c
arch/arm/mach-imx/imx9/soc.c
arch/arm/mach-omap2/am33xx/board.c
arch/arm/mach-omap2/hwinit-common.c
arch/mips/mach-pic32/cpu.c
arch/nios2/cpu/cpu.c
arch/riscv/cpu/cpu.c
arch/riscv/include/asm/system.h
arch/riscv/lib/spl.c
arch/sandbox/cpu/start.c
arch/x86/cpu/baytrail/cpu.c
arch/x86/cpu/broadwell/cpu.c
arch/x86/cpu/ivybridge/cpu.c
arch/x86/cpu/quark/quark.c
arch/x86/lib/fsp2/fsp_init.c
board/google/chromebook_coral/coral.c
board/keymile/kmcent2/kmcent2.c
board/keymile/pg-wcom-ls102xa/pg-wcom-ls102xa.c
board/starfive/visionfive2/spl.c
drivers/cpu/microblaze_cpu.c
lib/fwu_updates/fwu.c
test/py/tests/test_event_dump.py