diff options
author | Philippe Mathieu-Daudé | 2020-06-10 23:32:38 +0200 |
---|---|---|
committer | Philippe Mathieu-Daudé | 2020-06-22 18:37:12 +0200 |
commit | 7bd0d13fa5669611d8a29abfe71fc7683c400d1d (patch) | |
tree | 756754ce3132e00235a43f2e586d04b9be1b506d /MAINTAINERS | |
parent | MAINTAINERS: Cover sh_intc files in the R2D/Shix machine sections (diff) | |
download | qemu-7bd0d13fa5669611d8a29abfe71fc7683c400d1d.tar.gz qemu-7bd0d13fa5669611d8a29abfe71fc7683c400d1d.tar.xz qemu-7bd0d13fa5669611d8a29abfe71fc7683c400d1d.zip |
MAINTAINERS: Add an entry for common Renesas peripherals
Renesas peripherals are common to SH4/RX based MCUs. Their
datasheets share common sections. It makes sense to maintain
them altogether.
Add the uncovered UART SCI peripheral.
The current names are misleading (see the 'sh_' prefix).
In another series we will remove these peripherals with
the 'renesas_' prefix. Out of the scope of this change in
MAINTAINERS.
Cc: Magnus Damm <magnus.damm@gmail.com>
Cc: Yoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index a9c916024e..09333366a2 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1264,7 +1264,6 @@ R: Magnus Damm <magnus.damm@gmail.com> S: Maintained F: hw/sh4/r2d.c F: hw/intc/sh_intc.c -F: hw/timer/sh_timer.c F: include/hw/sh4/sh_intc.h Shix @@ -1968,6 +1967,14 @@ F: hw/*/*xive* F: include/hw/*/*xive* F: docs/*/*xive* +Renesas peripherals +M: Yoshinori Sato <ysato@users.sourceforge.jp> +R: Magnus Damm <magnus.damm@gmail.com> +S: Maintained +F: hw/char/sh_serial.c +F: hw/timer/sh_timer.c +F: include/hw/sh4/sh.h + Subsystems ---------- Audio |