projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39664b6
)
clocksource/drivers/imx-tpm: Update name of clkevt
author
Peng Fan
<peng.fan@nxp.com>
Tue, 14 Dec 2021 12:07:37 +0000
(20:07 +0800)
committer
Daniel Lezcano
<daniel.lezcano@linaro.org>
Wed, 26 Jan 2022 09:01:05 +0000
(10:01 +0100)
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
patch
|
blob
|
history
diff --git
a/drivers/clocksource/timer-imx-tpm.c
b/drivers/clocksource/timer-imx-tpm.c
index
578fe16
..
df80641
100644
(file)
--- 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.MX
7ULP
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,