aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/counter/stm32-timer-cnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30counter: Move symbols into COUNTER namespaceWilliam Breathitt Gray1-0/+1
2021-12-30counter: stm32-timer-cnt: Convert to new counter registrationUwe Kleine-König1-12/+18
2021-12-30counter: stm32-timer-cnt: Convert to counter_priv() wrapperUwe Kleine-König1-9/+9
2021-10-17counter: Internalize sysfs interface codeWilliam Breathitt Gray1-111/+68
2021-10-17counter: stm32-timer-cnt: Provide defines for slave mode selectionWilliam Breathitt Gray1-8/+8
2021-08-09counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray1-5/+5
2021-06-09counter: stm32-timer-cnt: Add const qualifier for actions_list arrayWilliam Breathitt Gray1-1/+1
2021-06-09counter: stm32-timer-cnt: Add const qualifier for functions_list arrayWilliam Breathitt Gray1-1/+1
2021-03-06counter: stm32-timer-cnt: fix ceiling miss-alignment with reload registerFabrice Gasnier1-8/+3
2021-03-06counter: stm32-timer-cnt: fix ceiling write max valueFabrice Gasnier1-0/+5
2021-02-27counter: stm32-timer-cnt: Report count function when SLAVE_MODE_DISABLEDWilliam Breathitt Gray1-14/+25
2020-02-21counter: stm32-timer-cnt: remove iio headersFabrice Gasnier1-2/+1
2020-02-21counter: stm32-timer-cnt: add power management supportFabrice Gasnier1-0/+63
2019-10-18counter: Simplify the count_read and count_write callbacksWilliam Breathitt Gray1-12/+5
2019-10-07counter: stm32: clean up indentation issueColin Ian King1-2/+2
2019-10-05counter: stm32-timer-cnt: fix a kernel-doc warningFabrice Gasnier1-1/+1
2019-04-25counter: Add STM32 Timer quadrature encoderBenjamin Gaignard1-0/+390