feat(rcar): rewrite SCIF driver from assembler to CRewrite the SCIF driver from difficult to read assembler to plain C.Use scif-common.c which contains putc() and flush() helper functionsto avoid
feat(rcar): rewrite SCIF driver from assembler to CRewrite the SCIF driver from difficult to read assembler to plain C.Use scif-common.c which contains putc() and flush() helper functionsto avoid duplication, so only fill in the initialization code. Dropsupport for external clock, which is unused. Clean up macros and dropones which are not referenced.Signed-off-by: Marek Vasut <marek.vasut+renesas@mailbox.org>Change-Id: Ia933c505c33e133e45448c82776a17629f3df1eb
show more ...
fix(rcar3): fix CPG register code commentUpdate the code comment to match referenced register.Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>Signed-off-by: Yoshifumi Hoso
fix(rcar3): fix CPG register code commentUpdate the code comment to match referenced register.Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com>Change-Id: Ie0ddbe0bffd31794425f0967c865e2928ce8d78d
fix(drivers/rcar3): fix CPG registers redefinitionThis commit deletes the value of the redefined CPG register.Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>Signed-off-by
fix(drivers/rcar3): fix CPG registers redefinitionThis commit deletes the value of the redefined CPG register.Signed-off-by: Toshiyuki Ogasahara <toshiyuki.ogasahara.bo@hitachi.com>Signed-off-by: Yoshifumi Hosoya <yoshifumi.hosoya.wj@renesas.com>Change-Id: I05cf4a449ae28adb2ddd59593971a7d0cbcb21de
plat: renesas: Move headers and assembly files to common folderCreate a common directory and move the header and assembly filesso that the common code can be used by both Renesas R-Car Gen3 andRZ
plat: renesas: Move headers and assembly files to common folderCreate a common directory and move the header and assembly filesso that the common code can be used by both Renesas R-Car Gen3 andRZ/G2 platforms.Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>Reviewed-by: Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>Change-Id: Ia9a563a1c3c9f8c6f0d3cb82622deb2e155d7f6c