summaryrefslogtreecommitdiffstats
path: root/drivers/counter/counter-core.c
Commit message (Expand)AuthorAgeFilesLines
* counter: constify the struct device_type usageRicardo B. Marliere2024-04-021-1/+1
* counter: make counter_bus_type constRicardo B. Marliere2024-04-021-1/+1
* counter: fix privdata alignmentNuno Sa2024-02-161-3/+4
* counter: Move symbols into COUNTER namespaceWilliam Breathitt Gray2022-09-301-7/+7
* counter: Set counter device nameWilliam Breathitt Gray2022-03-181-1/+11
* counter: fix an IS_ERR() vs NULL bugDan Carpenter2022-01-261-9/+6
* counter: remove old and now unused registration APIUwe Kleine-König2021-12-301-96/+4
* counter: Provide alternative counter registration functionsUwe Kleine-König2021-12-301-2/+166
* counter: Provide a wrapper to access device private dataUwe Kleine-König2021-12-301-0/+12
* counter: Use container_of instead of drvdata to track counter_deviceUwe Kleine-König2021-12-301-2/+2
* counter: Add character device interfaceWilliam Breathitt Gray2021-10-171-5/+51
* counter: Update counter.h comments to reflect sysfs internalizationWilliam Breathitt Gray2021-10-171-0/+3
* counter: Internalize sysfs interface codeWilliam Breathitt Gray2021-10-171-0/+142