All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Philippe Mathieu-Daudé" <f4bug@amsat.org>
To: qemu-devel@nongnu.org
Cc: "Magnus Damm" <magnus.damm@gmail.com>,
	"Philippe Mathieu-Daudé" <f4bug@amsat.org>,
	"Yoshinori Sato" <ysato@users.sourceforge.jp>
Subject: [PATCH 0/4] Integrate renesas MCU/SoC timer module [part 2 from review]
Date: Thu, 24 Jun 2021 11:23:32 +0200	[thread overview]
Message-ID: <20210624092336.1078504-1-f4bug@amsat.org> (raw)

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	other threads:[~2021-06-24  9:24 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-06-24  9:23 Philippe Mathieu-Daudé [this message]
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é

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20210624092336.1078504-1-f4bug@amsat.org \
    --to=f4bug@amsat.org \
    --cc=magnus.damm@gmail.com \
    --cc=qemu-devel@nongnu.org \
    --cc=ysato@users.sourceforge.jp \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.