summaryrefslogtreecommitdiff
path: root/drivers/counter/counter-core.c
AgeCommit message (Expand)Author
2022-01-26counter: fix an IS_ERR() vs NULL bugDan Carpenter
2021-12-30counter: remove old and now unused registration APIUwe Kleine-König
2021-12-30counter: Provide alternative counter registration functionsUwe Kleine-König
2021-12-30counter: Provide a wrapper to access device private dataUwe Kleine-König
2021-12-30counter: Use container_of instead of drvdata to track counter_deviceUwe Kleine-König
2021-10-17counter: Add character device interfaceWilliam Breathitt Gray
2021-10-17counter: Update counter.h comments to reflect sysfs internalizationWilliam Breathitt Gray
2021-10-17counter: Internalize sysfs interface codeWilliam Breathitt Gray