summaryrefslogtreecommitdiffstats
path: root/drivers/counter/counter-core.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-30counter: Move symbols into COUNTER namespaceWilliam Breathitt Gray1-7/+7
2022-03-18counter: Set counter device nameWilliam Breathitt Gray1-1/+11
2022-01-26counter: fix an IS_ERR() vs NULL bugDan Carpenter1-9/+6
2021-12-30counter: remove old and now unused registration APIUwe Kleine-König1-96/+4
2021-12-30counter: Provide alternative counter registration functionsUwe Kleine-König1-2/+166
2021-12-30counter: Provide a wrapper to access device private dataUwe Kleine-König1-0/+12
2021-12-30counter: Use container_of instead of drvdata to track counter_deviceUwe Kleine-König1-2/+2
2021-10-17counter: Add character device interfaceWilliam Breathitt Gray1-5/+51
2021-10-17counter: Update counter.h comments to reflect sysfs internalizationWilliam Breathitt Gray1-0/+3
2021-10-17counter: Internalize sysfs interface codeWilliam Breathitt Gray1-0/+142