summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-cti-sysfs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark2023-06-051-2/+2
* coresight: cti: Remove atomic type from enable_req_countJames Clark2023-01-161-1/+1
* coresight: cti: Add PM runtime call in enable_storeMao Jinlong2023-01-161-2/+11
* coresight: cti-sysfs: Mark coresight_cti_reg_store() as __maybe_unusedNathan Chancellor2022-09-061-3/+3
* coresight: cti-sysfs: Re-use same functions for similar sysfs register accessorsJames Clark2022-08-311-127/+86
* coresight: cti: Initialize dynamic sysfs attributesSuzuki K Poulose2020-10-291-0/+7
* coresight: Include required headers in C filesStephen Boyd2020-05-191-0/+6
* coresight: Don't initialize variables unnecessarilyStephen Boyd2020-05-191-4/+4
* coresight: Mark some functions staticStephen Boyd2020-05-191-1/+1
* coresight: cti: Add connection information to sysfsMike Leach2020-03-211-2/+329
* coresight: cti: Add device tree support for custom CTIMike Leach2020-03-211-0/+10
* coresight: cti: Add sysfs trigger / channel programming APIMike Leach2020-03-211-0/+372
* coresight: cti: Add sysfs access to program function registersMike Leach2020-03-211-0/+361
* coresight: cti: Add sysfs coresight mgmt register accessMike Leach2020-03-211-0/+53
* coresight: cti: Initial CoreSight CTI DriverMike Leach2020-03-211-0/+83