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 1/4] !fixup hw/timer: Add renesas_timer.
Date: Thu, 24 Jun 2021 11:23:33 +0200	[thread overview]
Message-ID: <20210624092336.1078504-2-f4bug@amsat.org> (raw)
In-Reply-To: <20210624092336.1078504-1-f4bug@amsat.org>

Fixup while reviewing.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
 include/hw/timer/renesas_timer.h | 1 +
 hw/timer/Kconfig                 | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/include/hw/timer/renesas_timer.h b/include/hw/timer/renesas_timer.h
index dc0711ba832..ccf2e64b702 100644
--- a/include/hw/timer/renesas_timer.h
+++ b/include/hw/timer/renesas_timer.h
@@ -30,6 +30,7 @@ enum {
 
 enum {
     CMT_NR_IRQ = 1 * TIMER_CH_CMT,
+    TMU_NR_IRQ = 1 * TIMER_CH_TMU,
 };
 
 enum {
diff --git a/hw/timer/Kconfig b/hw/timer/Kconfig
index 9324ca7c6fa..3f049512641 100644
--- a/hw/timer/Kconfig
+++ b/hw/timer/Kconfig
@@ -43,6 +43,9 @@ config SH_TIMER
 config RENESAS_TMR
     bool
 
+config RENESAS_CMT
+    bool
+
 config RENESAS_TIMER
     bool
     select PTIMER
-- 
2.31.1



  reply	other threads:[~2021-06-24  9:26 UTC|newest]

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