| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-05-15 | counter: stm32-timer-cnt: add support for stm32mp25 | Fabrice Gasnier | 1 | -2/+5 |
| 2024-12-02 | module: Convert symbol namespace to string literal | Peter Zijlstra | 1 | -1/+1 |
| 2024-11-05 | counter: stm32-timer-cnt: Add check for clk_enable() | Jiasheng Jiang | 1 | -3/+13 |
| 2024-11-01 | counter: stm32-timer-cnt: fix device_node handling in probe_encoder() | Javier Carrasco | 1 | -0/+1 |
| 2024-06-26 | counter: stm32-timer-cnt: Use TIM_DIER_CCxIE(x) instead of TIM_DIER_CCxIE(x) | Uwe Kleine-König | 1 | -2/+2 |
| 2024-04-02 | counter: stm32-timer-cnt: add support for capture events | Fabrice Gasnier | 1 | -3/+131 |
| 2024-04-02 | counter: stm32-timer-cnt: add support for overflow events | Fabrice Gasnier | 1 | -1/+137 |
| 2024-04-02 | counter: stm32-timer-cnt: probe number of channels from registers | Fabrice Gasnier | 1 | -0/+17 |
| 2024-04-02 | counter: stm32-timer-cnt: introduce channels | Fabrice Gasnier | 1 | -0/+20 |
| 2024-04-02 | counter: stm32-timer-cnt: add checks on quadrature encoder capability | Fabrice Gasnier | 1 | -0/+55 |
| 2024-04-02 | counter: stm32-timer-cnt: add counter prescaler extension | Fabrice Gasnier | 1 | -0/+29 |
| 2024-04-02 | counter: stm32-timer-cnt: introduce clock signal | Fabrice Gasnier | 1 | -4/+49 |
| 2024-04-02 | counter: stm32-timer-cnt: adopt signal definitions | Fabrice Gasnier | 1 | -6/+9 |
| 2024-04-02 | counter: stm32-timer-cnt: rename counter | Fabrice Gasnier | 1 | -1/+1 |
| 2024-04-02 | counter: stm32-timer-cnt: rename quadrature signal | Fabrice Gasnier | 1 | -2/+2 |
| 2023-05-09 | counter: stm32-timer-cnt: Reset TIM_TISEL to its default value in probe | Uwe Kleine-König | 1 | -0/+3 |
| 2022-09-30 | counter: Move symbols into COUNTER namespace | William Breathitt Gray | 1 | -0/+1 |
| 2021-12-30 | counter: stm32-timer-cnt: Convert to new counter registration | Uwe Kleine-König | 1 | -12/+18 |
| 2021-12-30 | counter: stm32-timer-cnt: Convert to counter_priv() wrapper | Uwe Kleine-König | 1 | -9/+9 |
| 2021-10-17 | counter: Internalize sysfs interface code | William Breathitt Gray | 1 | -111/+68 |
| 2021-10-17 | counter: stm32-timer-cnt: Provide defines for slave mode selection | William Breathitt Gray | 1 | -8/+8 |
| 2021-08-09 | counter: Rename counter_count_function to counter_function | William Breathitt Gray | 1 | -5/+5 |
| 2021-06-09 | counter: stm32-timer-cnt: Add const qualifier for actions_list array | William Breathitt Gray | 1 | -1/+1 |
| 2021-06-09 | counter: stm32-timer-cnt: Add const qualifier for functions_list array | William Breathitt Gray | 1 | -1/+1 |
| 2021-03-06 | counter: stm32-timer-cnt: fix ceiling miss-alignment with reload register | Fabrice Gasnier | 1 | -8/+3 |
| 2021-03-06 | counter: stm32-timer-cnt: fix ceiling write max value | Fabrice Gasnier | 1 | -0/+5 |
| 2021-02-27 | counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLED | William Breathitt Gray | 1 | -14/+25 |
| 2020-02-21 | counter: stm32-timer-cnt: remove iio headers | Fabrice Gasnier | 1 | -2/+1 |
| 2020-02-21 | counter: stm32-timer-cnt: add power management support | Fabrice Gasnier | 1 | -0/+63 |
| 2019-10-18 | counter: Simplify the count_read and count_write callbacks | William Breathitt Gray | 1 | -12/+5 |
| 2019-10-07 | counter: stm32: clean up indentation issue | Colin Ian King | 1 | -2/+2 |
| 2019-10-05 | counter: stm32-timer-cnt: fix a kernel-doc warning | Fabrice Gasnier | 1 | -1/+1 |
| 2019-04-25 | counter: Add STM32 Timer quadrature encoder | Benjamin Gaignard | 1 | -0/+390 |