aboutsummaryrefslogtreecommitdiff
path: root/drivers/counter
diff options
context:
space:
mode:
authorGravatar Fabrice Gasnier <fabrice.gasnier@foss.st.com> 2024-03-07 14:32:58 +0100
committerGravatar William Breathitt Gray <wbg@kernel.org> 2024-04-02 13:10:34 -0400
commit752923ccfd988401c254c3d63632e87b33835da5 (patch)
treee6c88d440e353414b8e606dbbaccaca985d51b87 /drivers/counter
parentcounter: stm32-timer-cnt: rename quadrature signal (diff)
downloadlinux-752923ccfd988401c254c3d63632e87b33835da5.tar.gz
linux-752923ccfd988401c254c3d63632e87b33835da5.tar.bz2
linux-752923ccfd988401c254c3d63632e87b33835da5.zip
counter: stm32-timer-cnt: rename counter
The STM32 timer may count on various sources or channels. The counter isn't specifically counting on channe1 1. So rename it to avoid a confusion. Reviewed-by: William Breathitt Gray <william.gray@linaro.org> Signed-off-by: Fabrice Gasnier <fabrice.gasnier@foss.st.com> Link: https://lore.kernel.org/r/20240307133306.383045-3-fabrice.gasnier@foss.st.com Signed-off-by: William Breathitt Gray <william.gray@linaro.org>
Diffstat (limited to 'drivers/counter')
-rw-r--r--drivers/counter/stm32-timer-cnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/counter/stm32-timer-cnt.c b/drivers/counter/stm32-timer-cnt.c
index 36d812ddf162..668e9d1061d3 100644
--- a/drivers/counter/stm32-timer-cnt.c
+++ b/drivers/counter/stm32-timer-cnt.c
@@ -302,7 +302,7 @@ static struct counter_synapse stm32_count_synapses[] = {
static struct counter_count stm32_counts = {
.id = 0,
- .name = "Channel 1 Count",
+ .name = "STM32 Timer Counter",
.functions_list = stm32_count_functions,
.num_functions = ARRAY_SIZE(stm32_count_functions),
.synapses = stm32_count_synapses,