aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-cti-sysfs.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-06coresight: cti-sysfs: Mark coresight_cti_reg_store() as __maybe_unusedNathan Chancellor1-3/+3
2022-08-31coresight: cti-sysfs: Re-use same functions for similar sysfs register accessorsJames Clark1-127/+86
2020-10-29coresight: cti: Initialize dynamic sysfs attributesSuzuki K Poulose1-0/+7
2020-05-19coresight: Include required headers in C filesStephen Boyd1-0/+6
2020-05-19coresight: Don't initialize variables unnecessarilyStephen Boyd1-4/+4
2020-05-19coresight: Mark some functions staticStephen Boyd1-1/+1
2020-03-21coresight: cti: Add connection information to sysfsMike Leach1-2/+329
2020-03-21coresight: cti: Add device tree support for custom CTIMike Leach1-0/+10
2020-03-21coresight: cti: Add sysfs trigger / channel programming APIMike Leach1-0/+372
2020-03-21coresight: cti: Add sysfs access to program function registersMike Leach1-0/+361
2020-03-21coresight: cti: Add sysfs coresight mgmt register accessMike Leach1-0/+53
2020-03-21coresight: cti: Initial CoreSight CTI DriverMike Leach1-0/+83