| commit | 656a8564ec06a4f737c2eeb9fd6e580e8f002c14 | [log] [tgz] |
|---|---|---|
| author | Marek Vasut <marek.vasut+renesas@mailbox.org> | Tue Jan 06 21:45:20 2026 +0100 |
| committer | Marek Vasut <marek.vasut+renesas@mailbox.org> | Sat Jan 10 03:08:32 2026 +0100 |
| tree | 0e9d606533cea44e23769b5ffa4cbbd56ac396e2 | |
| parent | f22cc37970f9471e67ac38026419b6764486cd40 [diff] |
feat(rcar): rewrite SCIF driver from assembler to C Rewrite the SCIF driver from difficult to read assembler to plain C. Use scif-common.c which contains putc() and flush() helper functions to avoid duplication, so only fill in the initialization code. Drop support for external clock, which is unused. Clean up macros and drop ones which are not referenced. Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org> Change-Id: Ia933c505c33e133e45448c82776a17629f3df1eb