summaryrefslogtreecommitdiff
path: root/drivers/counter/stm32-timer-cnt.c
AgeCommit message (Expand)Author
2024-04-02counter: stm32-timer-cnt: add support for capture eventsFabrice Gasnier
2024-04-02counter: stm32-timer-cnt: add support for overflow eventsFabrice Gasnier
2024-04-02counter: stm32-timer-cnt: probe number of channels from registersFabrice Gasnier
2024-04-02counter: stm32-timer-cnt: introduce channelsFabrice Gasnier
2024-04-02counter: stm32-timer-cnt: add checks on quadrature encoder capabilityFabrice Gasnier
2024-04-02counter: stm32-timer-cnt: add counter prescaler extensionFabrice Gasnier
2024-04-02counter: stm32-timer-cnt: introduce clock signalFabrice Gasnier
2024-04-02counter: stm32-timer-cnt: adopt signal definitionsFabrice Gasnier
2024-04-02counter: stm32-timer-cnt: rename counterFabrice Gasnier
2024-04-02counter: stm32-timer-cnt: rename quadrature signalFabrice Gasnier
2023-05-09counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probeUwe Kleine-König
2022-09-30counter: Move symbols into COUNTER namespaceWilliam Breathitt Gray
2021-12-30counter: stm32-timer-cnt: Convert to new counter registrationUwe Kleine-König
2021-12-30counter: stm32-timer-cnt: Convert to counter_priv() wrapperUwe Kleine-König
2021-10-17counter: Internalize sysfs interface codeWilliam Breathitt Gray
2021-10-17counter: stm32-timer-cnt: Provide defines for slave mode selectionWilliam Breathitt Gray
2021-08-09counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray
2021-06-09counter: stm32-timer-cnt: Add const qualifier for actions_list arrayWilliam Breathitt Gray
2021-06-09counter: stm32-timer-cnt: Add const qualifier for functions_list arrayWilliam Breathitt Gray
2021-03-06counter: stm32-timer-cnt: fix ceiling miss-alignment with reload registerFabrice Gasnier
2021-03-06counter: stm32-timer-cnt: fix ceiling write max valueFabrice Gasnier
2021-02-27counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLEDWilliam Breathitt Gray
2020-02-21counter: stm32-timer-cnt: remove iio headersFabrice Gasnier
2020-02-21counter: stm32-timer-cnt: add power management supportFabrice Gasnier
2019-10-18counter: Simplify the count_read and count_write callbacksWilliam Breathitt Gray
2019-10-07counter: stm32: clean up indentation issueColin Ian King
2019-10-05counter: stm32-timer-cnt: fix a kernel-doc warningFabrice Gasnier
2019-04-25counter: Add STM32 Timer quadrature encoderBenjamin Gaignard