summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+13Star
* 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/+0Star
* 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/+1Star
* 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/+1Star
* coresight: Moving framework and drivers to SPDX identifierMathieu Poirier2018-05-141-10/+3Star
* 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/+5Star
* 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
* coresight: perf: deal with error condition properlyMathieu Poirier2016-09-091-1/+1
* coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier2016-08-311-1/+1
* coresight: Fix csdev connections initialisationSuzuki K Poulose2016-08-311-10/+14
* coresight: access conn->child_name only if it's initialisedSudeep Holla2016-08-311-1/+2
* coresight: Handle build path errorSuzuki K Poulose2016-06-161-3/+6
* coresight: Fix NULL pointer dereference in _coresight_build_pathSuzuki K Poulose2016-06-161-3/+3
* coresight: configuring ETF in FIFO mode when acting as linkMathieu Poirier2016-05-031-4/+28
* coresight: adding path for STM deviceMathieu Poirier2016-05-031-24/+82
* coresight: no need to do the forced type conversionLi Pengcheng2016-05-031-2/+2
* drivers/hwtracing: make coresight-* explicitly non-modularPaul Gortmaker2016-02-201-3/+0Star
* coresight: etb10: adding operation mode for sink->enable()Mathieu Poirier2016-02-201-5/+5
* coresight: etm3x: implementing perf_enable/disable() APIMathieu Poirier2016-02-201-1/+1
* coresight: etm3x: adding operation mode for etm_enable()Mathieu Poirier2016-02-201-3/+3
* coresight: moving PM runtime operations to core frameworkMathieu Poirier2016-02-201-1/+8
* coresight: add API to get sink from pathMathieu Poirier2016-02-201-0/+15
* coresight: associating path with session rather than tracerMathieu Poirier2016-02-201-95/+201
* coresight: remove csdev's link from topologyMathieu Poirier2016-02-081-0/+46
* coresight: release reference taken by 'bus_find_device()'Mathieu Poirier2016-02-081-0/+2
* coresight: coresight_unregister() function cleanupMathieu Poirier2016-02-081-1/+2
* coresight: fixing lockdep errorMathieu Poirier2016-02-081-4/+0Star
* coresight: fixing indentation problemMathieu Poirier2016-02-081-1/+1