All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/4] Integrate renesas MCU/SoC timer module [part 2 from review]
@ 2021-06-24  9:23 Philippe Mathieu-Daudé
  2021-06-24  9:23 ` [PATCH 1/4] !fixup hw/timer: Add renesas_timer Philippe Mathieu-Daudé
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Philippe Mathieu-Daudé @ 2021-06-24  9:23 UTC (permalink / raw)
  To: qemu-devel; +Cc: Magnus Damm, Philippe Mathieu-Daudé, Yoshinori Sato

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-06-25 14:03 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-24  9:23 [PATCH 0/4] Integrate renesas MCU/SoC timer module [part 2 from review] Philippe Mathieu-Daudé
2021-06-24  9:23 ` [PATCH 1/4] !fixup hw/timer: Add renesas_timer Philippe Mathieu-Daudé
2021-06-24  9:23 ` [RFC PATCH 2/4] !fixup hw/rx: rx62n switch renesas_timer Philippe Mathieu-Daudé
2021-06-25 14:02   ` Yoshinori Sato
2021-06-24  9:23 ` [PATCH 3/4] hw/timer: Remove RENESAS_TMR / RENESAS_CMT Philippe Mathieu-Daudé
2021-06-24  9:23 ` [PATCH 4/4] hw/timer: Remove SH_TIMER Philippe Mathieu-Daudé

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.