aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight.c
AgeCommit message (Expand)Author
2020-10-29coresight: cti: Fix bug clearing sysfs links on callbackMike Leach
2020-05-19coresight: Fix support for sparsely populated portsSuzuki K Poulose
2020-05-19coresight: Expose device connections via sysfsSuzuki K Poulose
2020-05-19coresight: Add return value for fixup connectionsSuzuki K Poulose
2020-05-19coresight: Pass coresight_device for coresight_release_platform_dataSuzuki K Poulose
2020-03-21coresight: cti: Enable CTI associated with devicesMike Leach
2020-03-21coresight: cti: Add device tree support for v8 arch CTIMike Leach
2020-03-21coresight: cti: Initial CoreSight CTI DriverMike Leach
2019-11-04coresight: Serialize enabling/disabling a link device.Yabin Cui
2019-11-04coresight: etm4x: Save/restore state across CPU low power statesAndrew Murray
2019-07-30drivers: Introduce device lookup variants by fwnodeSuzuki K Poulose
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-20coresight: Use platform agnostic namesSuzuki K Poulose
2019-06-20coresight: Use fwnode handle instead of device namesSuzuki K Poulose
2019-06-20coresight: Add support for releasing platform specific dataSuzuki K Poulose
2019-06-20coresight: Reuse platform data structure for connection trackingSuzuki K Poulose
2019-06-20coresight: Cleanup coresight_remove_connsSuzuki K Poulose
2019-06-20coresight: Remove name from platform descriptionSuzuki K Poulose
2019-04-25coresight: Move reference counting inside sink driversMathieu Poirier
2019-04-25coresight: Adding return code to sink::disable() operationMathieu Poirier
2019-04-25coresight: Fix freeing up the coresight connectionsSuzuki K Poulose
2019-02-06coresight: Use event attributes for sink selectionMathieu Poirier
2019-02-06coresight: perf: Add "sinks" group to PMU directoryMathieu Poirier
2018-09-25coresight: Add support for CLAIM tag protocolSuzuki K Poulose
2018-09-25coresight: Handle failures in enabling a trace pathSuzuki K Poulose
2018-09-25coresight: perf: Remove set_buffer call backSuzuki K Poulose
2018-09-25coresight: Fix handling of sinksSuzuki K Poulose
2018-09-25coresight: platform: Cleanup coresight connection handlingSuzuki K Poulose
2018-09-25coresight: Document error handling in coresight_registerSuzuki K Poulose
2018-07-15coresight: Add helper device typeSuzuki K Poulose
2018-07-15coresight: Handle errors in finding input/output portsSuzuki K Poulose
2018-07-15coresight: Add helper for inserting synchronization packetsSuzuki K Poulose
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier
2018-05-14coresight: use put_device() instead of kfree()Arvind Yadav
2017-12-19coresight: Deduplicate bus_find_device() by name matchingLukas Wunner
2017-08-28coresight: Add barrier packet for synchronisationMathieu Poirier
2017-06-09coresight: Fix reference count for software sourcesSuzuki K Poulose
2017-06-09coresight: Disable the path only when the source is disabledSuzuki K Poulose
2016-11-29coresight: reset "enable_sink" flag when need beMathieu Poirier
2016-09-09coresight: perf: deal with error condition properlyMathieu Poirier
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier
2016-08-31coresight: Fix csdev connections initialisationSuzuki K Poulose
2016-08-31coresight: access conn->child_name only if it's initialisedSudeep Holla
2016-06-16coresight: Handle build path errorSuzuki K Poulose
2016-06-16coresight: Fix NULL pointer dereference in _coresight_build_pathSuzuki K Poulose
2016-05-03coresight: configuring ETF in FIFO mode when acting as linkMathieu Poirier
2016-05-03coresight: adding path for STM deviceMathieu Poirier
2016-05-03coresight: no need to do the forced type conversionLi Pengcheng
2016-02-20drivers/hwtracing: make coresight-* explicitly non-modularPaul Gortmaker