Re: [PATCH 1/3] arm: stm32mp2: add multifunction timer support for stm32mp25

2025-07-31 Thread Patrice CHOTARD
On 7/28/25 11:03, Patrice CHOTARD wrote: > > > On 6/20/25 17:49, Cheick Traore wrote: >> Add support for STM32MP25 SoC. >> Identification and hardware configuration registers allow to read the >> timer version and capabilities (counter width, ...). >> So, rework the probe to avoid touching ARR

Re: [PATCH 1/3] arm: stm32mp2: add multifunction timer support for stm32mp25

2025-07-28 Thread Patrice CHOTARD
On 6/20/25 17:49, Cheick Traore wrote: > Add support for STM32MP25 SoC. > Identification and hardware configuration registers allow to read the > timer version and capabilities (counter width, ...). > So, rework the probe to avoid touching ARR register by simply read the > counter width when ava

[PATCH 1/3] arm: stm32mp2: add multifunction timer support for stm32mp25

2025-06-20 Thread Cheick Traore
Add support for STM32MP25 SoC. Identification and hardware configuration registers allow to read the timer version and capabilities (counter width, ...). So, rework the probe to avoid touching ARR register by simply read the counter width when available. This may avoid messing with a possibly runni