aboutsummaryrefslogtreecommitdiff
path: root/drivers/counter/counter-core.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-02counter: constify the struct device_type usageGravatar Ricardo B. Marliere 1-1/+1
2024-04-02counter: make counter_bus_type constGravatar Ricardo B. Marliere 1-1/+1
2024-02-16counter: fix privdata alignmentGravatar Nuno Sa 1-3/+4
2022-09-30counter: Move symbols into COUNTER namespaceGravatar William Breathitt Gray 1-7/+7
2022-03-18counter: Set counter device nameGravatar William Breathitt Gray 1-1/+11
2022-01-26counter: fix an IS_ERR() vs NULL bugGravatar Dan Carpenter 1-9/+6
2021-12-30counter: remove old and now unused registration APIGravatar Uwe Kleine-König 1-96/+4
2021-12-30counter: Provide alternative counter registration functionsGravatar Uwe Kleine-König 1-2/+166
2021-12-30counter: Provide a wrapper to access device private dataGravatar Uwe Kleine-König 1-0/+12
2021-12-30counter: Use container_of instead of drvdata to track counter_deviceGravatar Uwe Kleine-König 1-2/+2
2021-10-17counter: Add character device interfaceGravatar William Breathitt Gray 1-5/+51
2021-10-17counter: Update counter.h comments to reflect sysfs internalizationGravatar William Breathitt Gray 1-0/+3
2021-10-17counter: Internalize sysfs interface codeGravatar William Breathitt Gray 1-0/+142