qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 0/4] Integrate renesas MCU/SoC timer module [part 2 from review]


From: Philippe Mathieu-Daudé
Subject: [PATCH 0/4] Integrate renesas MCU/SoC timer module [part 2 from review]
Date: Thu, 24 Jun 2021 11:23:32 +0200

Patches wrote while reviewing Yoshinory's series.

I'm not reposting his patches with the fixup squashed because
I made various comment on his v1 while reviewing. So posting
with !fixup for easier integration while addressing review
comments.

Based-on: <20210623123416.60038-1-ysato@users.sourceforge.jp>

Philippe Mathieu-Daudé (4):
  !fixup hw/timer: Add renesas_timer.
  !fixup hw/rx: rx62n switch renesas_timer.
  hw/timer: Remove RENESAS_TMR / RENESAS_CMT
  hw/timer: Remove SH_TIMER

 include/hw/rx/rx62n.h            |   3 +-
 include/hw/timer/renesas_cmt.h   |  43 ---
 include/hw/timer/renesas_timer.h |   1 +
 include/hw/timer/renesas_tmr.h   |  58 ----
 hw/rx/rx62n.c                    |   6 +-
 hw/timer/renesas_cmt.c           | 283 ------------------
 hw/timer/renesas_tmr.c           | 493 -------------------------------
 hw/timer/sh_timer.c              | 368 -----------------------
 MAINTAINERS                      |   1 -
 hw/rx/Kconfig                    |   1 -
 hw/timer/Kconfig                 |   7 -
 hw/timer/meson.build             |   3 -
 12 files changed, 5 insertions(+), 1262 deletions(-)
 delete mode 100644 include/hw/timer/renesas_cmt.h
 delete mode 100644 include/hw/timer/renesas_tmr.h
 delete mode 100644 hw/timer/renesas_cmt.c
 delete mode 100644 hw/timer/renesas_tmr.c
 delete mode 100644 hw/timer/sh_timer.c

-- 
2.31.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]