summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight.c
Commit message (Expand)AuthorAgeFilesLines
* coresight: core: Allow the coresight core driver to be built as a moduleTingwei Zhang2020-09-281-1672/+0
* coresight: cti: Allow cti to be built as a moduleTingwei Zhang2020-09-281-0/+1
* coresight: cti: Increase reference count when enabling ctiTingwei Zhang2020-09-281-3/+14
* coresight: cti: Don't disable ect device if it's not enabledTingwei Zhang2020-09-281-3/+8
* coresight: cti: Fix bug clearing sysfs links on callbackMike Leach2020-09-281-2/+2
* coresight: cti: Add function to register cti associate opsTingwei Zhang2020-09-281-3/+18
* coresight: Add try_get_module() in coresight_grab_device()Tingwei Zhang2020-09-281-7/+53
* coresight: Export global symbolsMian Yousaf Kaukab2020-09-281-0/+8
* coresight: Add coresight prefix to barrier_pktTingwei Zhang2020-09-281-1/+1
* coresight: Make sysfs functional on topologies with per core sinkLinu Cherian2020-09-171-35/+27
* coresight: Add default sink selection to CoreSight baseMike Leach2020-07-211-0/+166
* coresight: Fix support for sparsely populated portsSuzuki K Poulose2020-05-191-1/+6
* coresight: Expose device connections via sysfsSuzuki K Poulose2020-05-191-12/+34
* coresight: Add return value for fixup connectionsSuzuki K Poulose2020-05-191-10/+14
* coresight: Pass coresight_device for coresight_release_platform_dataSuzuki K Poulose2020-05-191-3/+4
* coresight: cti: Enable CTI associated with devicesMike Leach2020-03-211-5/+66
* coresight: cti: Add device tree support for v8 arch CTIMike Leach2020-03-211-9/+3
* coresight: cti: Initial CoreSight CTI DriverMike Leach2020-03-211-0/+3
* coresight: Serialize enabling/disabling a link device.Yabin Cui2019-11-041-31/+14
* coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray2019-11-041-0/+6
* drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose2019-07-301-3/+1
* Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2019-07-121-3/+3
|\
| * bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose2019-06-241-3/+3
* | coresight: Use platform agnostic namesSuzuki K Poulose2019-06-201-0/+58
* | coresight: Use fwnode handle instead of device namesSuzuki K Poulose2019-06-201-8/+34
* | coresight: Add support for releasing platform specific dataSuzuki K Poulose2019-06-201-0/+3
* | coresight: Reuse platform data structure for connection trackingSuzuki K Poulose2019-06-201-23/+23
* | coresight: Cleanup coresight_remove_connsSuzuki K Poulose2019-06-201-2/+13
* | coresight: Remove name from platform descriptionSuzuki K Poulose2019-06-201-1/+1
|/
* coresight: Move reference counting inside sink driversMathieu Poirier2019-04-251-15/+13
* coresight: Adding return code to sink::disable() operationMathieu Poirier2019-04-251-1/+5
* coresight: Fix freeing up the coresight connectionsSuzuki K Poulose2019-04-251-1/+0
* coresight: Use event attributes for sink selectionMathieu Poirier2019-02-061-0/+42
* coresight: perf: Add "sinks" group to PMU directoryMathieu Poirier2019-02-061-0/+18
* coresight: Add support for CLAIM tag protocolSuzuki K Poulose2018-09-251-0/+86
* coresight: Handle failures in enabling a trace pathSuzuki K Poulose2018-09-251-6/+26
* coresight: perf: Remove set_buffer call backSuzuki K Poulose2018-09-251-5/+6
* coresight: Fix handling of sinksSuzuki K Poulose2018-09-251-7/+15
* coresight: platform: Cleanup coresight connection handlingSuzuki K Poulose2018-09-251-20/+1
* coresight: Document error handling in coresight_registerSuzuki K Poulose2018-09-251-7/+11
* coresight: Add helper device typeSuzuki K Poulose2018-07-151-2/+41
* coresight: Handle errors in finding input/output portsSuzuki K Poulose2018-07-151-2/+5
* coresight: Add helper for inserting synchronization packetsSuzuki K Poulose2018-07-151-2/+1
* coresight: Moving framework and drivers to SPDX identifierMathieu Poirier2018-05-141-10/+3
* coresight: use put_device() instead of kfree()Arvind Yadav2018-05-141-4/+4
* coresight: Deduplicate bus_find_device() by name matchingLukas Wunner2017-12-191-20/+5
* coresight: Add barrier packet for synchronisationMathieu Poirier2017-08-281-0/+8
* coresight: Fix reference count for software sourcesSuzuki K Poulose2017-06-091-2/+13
* coresight: Disable the path only when the source is disabledSuzuki K Poulose2017-06-091-6/+13
* coresight: reset "enable_sink" flag when need beMathieu Poirier2016-11-291-6/+68