All of lore.kernel.org
 help / color / mirror / Atom feed
From: "tip-bot2 for Peng Fan" <tip-bot2@linutronix.de>
To: linux-tip-commits@vger.kernel.org
Cc: Peng Fan <peng.fan@nxp.com>,
	Daniel Lezcano <daniel.lezcano@linaro.org>,
	x86@kernel.org, linux-kernel@vger.kernel.org
Subject: [tip: timers/core] clocksource/drivers/imx-tpm: Update name of clkevt
Date: Mon, 14 Mar 2022 09:28:31 -0000	[thread overview]
Message-ID: <164725011154.16921.14825368276621958347.tip-bot2@tip-bot2> (raw)
In-Reply-To: <20211214120737.1611955-6-peng.fan@oss.nxp.com>

The following commit has been merged into the timers/core branch of tip:

Commit-ID:     e547ffe9e6f497e36bde9d86dbcfbc781946752b
Gitweb:        https://git.kernel.org/tip/e547ffe9e6f497e36bde9d86dbcfbc781946752b
Author:        Peng Fan <peng.fan@nxp.com>
AuthorDate:    Tue, 14 Dec 2021 20:07:37 +08:00
Committer:     Daniel Lezcano <daniel.lezcano@linaro.org>
CommitterDate: Wed, 26 Jan 2022 10:01:05 +01:00

clocksource/drivers/imx-tpm: Update name of clkevt

The tpm driver is not only for i.MX7ULP now, i.MX8ULP also use it. It
maybe also used by other i.MX variants, so update name to reflect it.

Signed-off-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20211214120737.1611955-6-peng.fan@oss.nxp.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
---
 drivers/clocksource/timer-imx-tpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/clocksource/timer-imx-tpm.c b/drivers/clocksource/timer-imx-tpm.c
index 578fe16..df80641 100644
--- a/drivers/clocksource/timer-imx-tpm.c
+++ b/drivers/clocksource/timer-imx-tpm.c
@@ -127,7 +127,7 @@ static irqreturn_t tpm_timer_interrupt(int irq, void *dev_id)
 static struct timer_of to_tpm = {
 	.flags = TIMER_OF_IRQ | TIMER_OF_BASE | TIMER_OF_CLOCK,
 	.clkevt = {
-		.name			= "i.MX7ULP TPM Timer",
+		.name			= "i.MX TPM Timer",
 		.rating			= 200,
 		.features		= CLOCK_EVT_FEAT_ONESHOT | CLOCK_EVT_FEAT_DYNIRQ,
 		.set_state_shutdown	= tpm_set_state_shutdown,

  reply	other threads:[~2022-03-14  9:29 UTC|newest]

Thread overview: 27+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-12-14 12:07 [PATCH 0/5] clocksource/drivers/imx: several updates Peng Fan (OSS)
2021-12-14 12:07 ` Peng Fan (OSS)
2021-12-14 12:07 ` [PATCH 1/5] clocksource/drivers/imx-sysctr: drop IRQF_IRQPOLL Peng Fan (OSS)
2021-12-14 12:07   ` Peng Fan (OSS)
2022-03-14  9:28   ` [tip: timers/core] clocksource/drivers/imx-sysctr: Drop IRQF_IRQPOLL tip-bot2 for Peng Fan
2021-12-14 12:07 ` [PATCH 2/5] clocksource/drivers/imx-tpm: drop IRQF_IRQPOLL Peng Fan (OSS)
2021-12-14 12:07   ` Peng Fan (OSS)
2022-03-14  9:28   ` [tip: timers/core] clocksource/drivers/imx-tpm: Drop IRQF_IRQPOLL tip-bot2 for Peng Fan
2021-12-14 12:07 ` [PATCH 3/5] clocksource/drivers/imx-tpm: mark two variable with __ro_after_init Peng Fan (OSS)
2021-12-14 12:07   ` Peng Fan (OSS)
2022-03-14  9:28   ` [tip: timers/core] clocksource/drivers/imx-tpm: Mark " tip-bot2 for Peng Fan
2021-12-14 12:07 ` [PATCH 4/5] clocksource/drivers/imx-tpm: add CLOCK_EVT_FEAT_DYNIRQ Peng Fan (OSS)
2021-12-14 12:07   ` Peng Fan (OSS)
2022-03-14  9:28   ` [tip: timers/core] clocksource/drivers/imx-tpm: Add CLOCK_EVT_FEAT_DYNIRQ tip-bot2 for Peng Fan
2021-12-14 12:07 ` [PATCH 5/5] clocksource/drivers/imx-tpm: update name of clkevt Peng Fan (OSS)
2021-12-14 12:07   ` Peng Fan (OSS)
2022-03-14  9:28   ` tip-bot2 for Peng Fan [this message]
2022-01-11  3:39 ` [PATCH 0/5] clocksource/drivers/imx: several updates Peng Fan
2022-01-11  3:39   ` Peng Fan
2022-01-26  8:24   ` Peng Fan
2022-01-26  8:24     ` Peng Fan
2022-01-26  8:59     ` Daniel Lezcano
2022-01-26  8:59       ` Daniel Lezcano
2022-02-13 23:46       ` Peng Fan
2022-02-13 23:46         ` Peng Fan
2022-02-14 11:02         ` Daniel Lezcano
2022-02-14 11:02           ` Daniel Lezcano

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=164725011154.16921.14825368276621958347.tip-bot2@tip-bot2 \
    --to=tip-bot2@linutronix.de \
    --cc=daniel.lezcano@linaro.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tip-commits@vger.kernel.org \
    --cc=peng.fan@nxp.com \
    --cc=x86@kernel.org \
    /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.