2023-12-20 14:58:26

by Fabrice Gasnier

[permalink] [raw]
Subject: [PATCH v3 02/10] 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.

Signed-off-by: Fabrice Gasnier <[email protected]>
---
drivers/counter/stm32-timer-cnt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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,
--
2.25.1



2024-01-08 16:34:24

by William Breathitt Gray

[permalink] [raw]
Subject: Re: [PATCH v3 02/10] counter: stm32-timer-cnt: rename counter

On Wed, Dec 20, 2023 at 03:57:18PM +0100, Fabrice Gasnier wrote:
> 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.
>
> Signed-off-by: Fabrice Gasnier <[email protected]>

Reviewed-by: William Breathitt Gray <[email protected]>


Attachments:
(No filename) (355.00 B)
signature.asc (235.00 B)
Download all attachments