[PATCH 0/3] Integrate renesas MCU/SoC timer module

Yoshinori Sato posted 3 patches 2 years, 10 months ago
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20210623123416.60038-1-ysato@users.sourceforge.jp
Maintainers: Yoshinori Sato <ysato@users.sourceforge.jp>, Magnus Damm <magnus.damm@gmail.com>
include/hw/rx/rx62n.h            |   4 +-
include/hw/timer/renesas_timer.h |  89 ++++++
hw/sh4/sh7750.c                  |  32 +-
hw/timer/renesas_timer.c         | 532 +++++++++++++++++++++++++++++++
hw/rx/Kconfig                    |   2 +-
hw/sh4/Kconfig                   |   2 +-
hw/timer/Kconfig                 |   3 +-
hw/timer/meson.build             |   1 +
8 files changed, 657 insertions(+), 8 deletions(-)
create mode 100644 include/hw/timer/renesas_timer.h
create mode 100644 hw/timer/renesas_timer.c
[PATCH 0/3] Integrate renesas MCU/SoC timer module
Posted by Yoshinori Sato 2 years, 10 months ago
SH4 TMU and RX CMT have simler functions.
Integrate the sh_timer and renesas_cmt.

Yoshinori Sato (3):
  hw/timer: Add renesas_timer.
  hw/rx: rx62n switch renesas_timer.
  hw/sh4: sh7750 switch renesas_timer.

 include/hw/rx/rx62n.h            |   4 +-
 include/hw/timer/renesas_timer.h |  89 ++++++
 hw/sh4/sh7750.c                  |  32 +-
 hw/timer/renesas_timer.c         | 532 +++++++++++++++++++++++++++++++
 hw/rx/Kconfig                    |   2 +-
 hw/sh4/Kconfig                   |   2 +-
 hw/timer/Kconfig                 |   3 +-
 hw/timer/meson.build             |   1 +
 8 files changed, 657 insertions(+), 8 deletions(-)
 create mode 100644 include/hw/timer/renesas_timer.h
 create mode 100644 hw/timer/renesas_timer.c

-- 
2.20.1