aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/counter/stm32-lptimer-cnt.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-30counter: Move symbols into COUNTER namespaceWilliam Breathitt Gray1-0/+1
2021-12-30counter: stm32-lptimer-cnt: Convert to new counter registrationUwe Kleine-König1-14/+19
2021-12-30counter: stm32-lptimer-cnt: Convert to counter_priv() wrapperUwe Kleine-König1-9/+9
2021-10-17counter: Internalize sysfs interface codeWilliam Breathitt Gray1-112/+100
2021-10-17counter: stm32-lptimer-cnt: Provide defines for clock polaritiesWilliam Breathitt Gray1-3/+3
2021-08-09counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray1-3/+3
2021-08-09counter: Standardize to ERANGE for limit exceeded errorsWilliam Breathitt Gray1-1/+1
2021-08-09counter: Return error code on invalid modesWilliam Breathitt Gray1-4/+6
2021-06-09counter: stm32-lptimer-cnt: Add const qualifier for actions_list arrayWilliam Breathitt Gray1-1/+1
2021-06-09counter: stm32-lptimer-cnt: Add const qualifier for functions_list arrayWilliam Breathitt Gray1-1/+1
2021-03-11counter: stm32-lptimer-cnt: remove iio counter abiFabrice Gasnier1-261/+36
2020-06-14iio: remove explicit IIO device parent assignmentAlexandru Ardelean1-1/+0
2019-10-18counter: Simplify the count_read and count_write callbacksWilliam Breathitt Gray1-3/+2
2019-10-05counter: stm32-lptimer-cnt: fix a kernel-doc warningFabrice Gasnier1-1/+1
2019-04-25counter: stm32-lptimer: add counter deviceFabrice Gasnier1-0/+754