summaryrefslogtreecommitdiffstats
path: root/drivers/counter/stm32-lptimer-cnt.c
Commit message (Expand)AuthorAgeFilesLines
* counter: stm32-lptimer-cnt: fix the check on arr and cmp registers updateFabrice Gasnier2022-11-261-1/+1
* counter: Move symbols into COUNTER namespaceWilliam Breathitt Gray2022-09-301-0/+1
* counter: stm32-lptimer-cnt: Convert to new counter registrationUwe Kleine-König2021-12-301-14/+19
* counter: stm32-lptimer-cnt: Convert to counter_priv() wrapperUwe Kleine-König2021-12-301-9/+9
* counter: Internalize sysfs interface codeWilliam Breathitt Gray2021-10-171-112/+100
* counter: stm32-lptimer-cnt: Provide defines for clock polaritiesWilliam Breathitt Gray2021-10-171-3/+3
* counter: Rename counter_count_function to counter_functionWilliam Breathitt Gray2021-08-091-3/+3
* counter: Standardize to ERANGE for limit exceeded errorsWilliam Breathitt Gray2021-08-091-1/+1
* counter: Return error code on invalid modesWilliam Breathitt Gray2021-08-091-4/+6
* counter: stm32-lptimer-cnt: Add const qualifier for actions_list arrayWilliam Breathitt Gray2021-06-091-1/+1
* counter: stm32-lptimer-cnt: Add const qualifier for functions_list arrayWilliam Breathitt Gray2021-06-091-1/+1
* counter: stm32-lptimer-cnt: remove iio counter abiFabrice Gasnier2021-03-111-261/+36
* iio: remove explicit IIO device parent assignmentAlexandru Ardelean2020-06-141-1/+0
* counter: Simplify the count_read and count_write callbacksWilliam Breathitt Gray2019-10-181-3/+2
* counter: stm32-lptimer-cnt: fix a kernel-doc warningFabrice Gasnier2019-10-051-1/+1
* counter: stm32-lptimer: add counter deviceFabrice Gasnier2019-04-251-0/+754