summaryrefslogtreecommitdiffstats
path: root/include/linux/coresight.h
Commit message (Expand)AuthorAgeFilesLines
* coresight: etm4x: Change etm4_platform_driver driver for MMIO devicesAnshuman Khandual2023-07-261-0/+47
* coresight: etm4x: Drop pid argument from etm4_probe()Anshuman Khandual2023-07-261-0/+12
* Coresight: Add coresight dummy driverHao Zhang2023-06-151-0/+1
* coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark2023-06-051-27/+2
* coresight: Enable and disable helper devices adjacent to the pathJames Clark2023-06-051-1/+10
* coresight: Make refcount a property of the connectionJames Clark2023-06-051-5/+9
* coresight: Store in-connections as well as out-connectionsJames Clark2023-06-051-0/+26
* coresight: Store pointers to connections rather than an array of themJames Clark2023-06-051-2/+3
* coresight: Dynamically add connectionsJames Clark2023-06-051-1/+7
* coresight: Rename connection members to make the direction explicitJames Clark2023-06-051-9/+9
* coresight: Rename nr_outports to nr_outconnsJames Clark2023-06-051-5/+5
* coresight: Change name of pdata->connsJames Clark2023-06-051-2/+2
* coresight: Use enum type for cs_mode wherever possibleJames Clark2023-06-051-3/+10
* Coresight: Add coresight TPDM source driverMao Jinlong2023-01-201-0/+1
* coresight: etmX.X: stm: Remove trace_id() callbackMike Leach2023-01-191-3/+0
* coresight: Make new csdev_access offsets unsignedJames Clark2022-08-311-11/+16
* coresight: Simplify sysfs accessors by using csdev_access abstractionJames Clark2022-08-311-0/+18
* coresight: Drop unused 'none' enum value for each componentAnshuman Khandual2022-03-111-5/+0
* coresight: syscfg: Add API to activate and enable configurationsMike Leach2021-08-181-0/+2
* coresight: syscfg: Add registration and feature loading for cs devicesMike Leach2021-08-181-0/+7
* coresight: core: Add support for dedicated percpu sinksAnshuman Khandual2021-04-061-0/+13
* coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose2021-02-041-8/+8
* coresight: Convert coresight_timeout to use access abstractionSuzuki K Poulose2021-02-041-3/+8
* coresight: Introduce device access abstractionSuzuki K Poulose2021-02-041-3/+188
* coresight: cti: Don't disable ect device if it's not enabledTingwei Zhang2020-09-281-0/+1
* coresight: Use IS_ENABLED for CONFIGs that may be modulesKim Phillips2020-09-281-1/+1
* coresight: Add default sink selection to CoreSight baseMike Leach2020-07-211-0/+3
* coresight: Fix comment in main header fileMike Leach2020-07-211-1/+2
* coresight: Fix support for sparsely populated portsSuzuki K Poulose2020-05-191-4/+6
* coresight: Expose device connections via sysfsSuzuki K Poulose2020-05-191-0/+2
* coresight: Add generic sysfs link creation functionsMike Leach2020-05-191-0/+20
* coresight: cti: Enable CTI associated with devicesMike Leach2020-03-211-0/+4
* coresight: cti: Initial CoreSight CTI DriverMike Leach2020-03-211-0/+23
* coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray2019-11-041-0/+6
* coresight: Use platform agnostic namesSuzuki K Poulose2019-06-201-1/+24
* coresight: Use fwnode handle instead of device namesSuzuki K Poulose2019-06-201-2/+2
* coresight: Reuse platform data structure for connection trackingSuzuki K Poulose2019-06-201-6/+2
* coresight: Remove name from platform descriptionSuzuki K Poulose2019-06-201-4/+4
* coresight: Remove cpu field from platform dataSuzuki K Poulose2019-06-201-2/+0
* coresight: Make device to CPU mapping genericSuzuki K Poulose2019-06-201-6/+1
* coresight: Introduce generic platform data helperSuzuki K Poulose2019-06-201-5/+2
* coresight: Communicate perf event to sink buffer allocation functionsMathieu Poirier2019-04-251-2/+3
* coresight: Adding return code to sink::disable() operationMathieu Poirier2019-04-251-1/+1
* coresight: perf: Add "sinks" group to PMU directoryMathieu Poirier2019-02-061-2/+5
* coresight: Add support for CLAIM tag protocolSuzuki K Poulose2018-09-251-0/+20
* coresight: perf: Remove set_buffer call backSuzuki K Poulose2018-09-251-5/+1
* coresight: perf: Remove reset_buffer call back for sinksSuzuki K Poulose2018-09-251-5/+1
* coresight: platform: Cleanup coresight connection handlingSuzuki K Poulose2018-09-251-7/+2
* coresight: Introduce support for Coresight Address Translation UnitSuzuki K Poulose2018-07-151-0/+1
* coresight: Add helper device typeSuzuki K Poulose2018-07-151-0/+24