Message ID | 20240307133306.383045-1-fabrice.gasnier@foss.st.com (mailing list archive) |
---|---|
Headers | show |
Series | counter: Add stm32 timer events support | expand |
On Thu, 07 Mar 2024 14:32:56 +0100, Fabrice Gasnier wrote: > Improves the stm32 timer counter driver by introducing new signals, > e.g. counting frequency, and missing channels. > > It also adds support for interrupt based events using the chrdev interface. > Two event types are added in this series: overflows and capture. > > Up to now, stm32 timer counter driver focused mainly on quadrature > encoder feature on channel 1 & 2. It was limited to timers that has > the HW quadrature encoder. > > [...] Applied, thanks! [01/10] counter: stm32-timer-cnt: rename quadrature signal commit: 74326ec28e2794e352284f619faa967b4744b79f [02/10] counter: stm32-timer-cnt: rename counter commit: 017edec6629109d14e8d0caf2539998f7912ec80 [03/10] counter: stm32-timer-cnt: adopt signal definitions commit: 2017a23fc03c9c6d0aab7775ae6a91b4b0a7b84e [04/10] counter: stm32-timer-cnt: introduce clock signal commit: 70f8e3252192451bdb5575dc6f931655a45764a3 [05/10] counter: stm32-timer-cnt: add counter prescaler extension commit: 18766e036b33ea2cd017cf49cb0be6504a8821f6 [06/10] counter: stm32-timer-cnt: add checks on quadrature encoder capability commit: 395db2e2de1434c9f361db5a8ebcae07086826a0 [07/10] counter: stm32-timer-cnt: introduce channels commit: ed54da4ae5e10ea104aca4feab9a7f413ec4ace6 [08/10] counter: stm32-timer-cnt: probe number of channels from registers commit: 1f4552e70ca8ff36c59b7ffe2a7c277c23ea274a [09/10] counter: stm32-timer-cnt: add support for overflow events commit: b30011f67e90076476d843f416085be7dead3bf1 [10/10] counter: stm32-timer-cnt: add support for capture events commit: a297b4a46ffd195a87532d37a2c344240d7d5ee4 William Breathitt Gray <william.gray@linaro.org>