Marek Vasut ded1b9c73c feat(rcar): rewrite console_renesas_register() in C
Replace assembler implementation of console_renesas_register() with
matching C implementation. Since it is now easily possible to pass
flags into console_renesas_register() and then onward to the console
initialization, adjust the signature of console_renesas_register()
and include the flags in it. Adjust both rcar_console_boot_init()
and rcar_console_runtime_init() to call console_renesas_register()
with its new combined set of parameters and drop console_set_scope()
invocation which is no longer needed, because the flags are passed
directly into console_renesas_register().

Drop console_renesas_flush() which is always a noop. Drop return
value from console_renesas_init() which is always 1.

Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>
Change-Id: I1c7d1a81b6922138b6e2e80f2635fcc8558685c7
2026-01-26 11:19:29 +01:00
..
2023-05-09 15:57:12 +01:00
2023-04-28 15:45:43 +02:00
2025-05-02 09:13:18 -07:00
2025-10-27 16:02:49 +05:30
2025-06-16 08:26:05 +03:00
2021-01-20 11:37:14 +08:00
2020-01-20 11:32:59 +01:00
2020-01-20 11:32:59 +01:00
2025-10-29 13:32:32 +01:00