summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-cti-core.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: 9371/1: coresight: cti: drop owner assignmentKrzysztof Kozlowski2024-04-181-1/+0
* coresight: Fix uninitialized struct warningsJames Clark2024-02-121-1/+1
* coresight: Fix all W=1 build warningsJames Clark2023-07-261-1/+1
* coresight: Fix CTI module refcount leak by making it a helper deviceJames Clark2023-06-051-24/+28
* coresight: cti: Remove atomic type from enable_req_countJames Clark2023-01-161-7/+7
* coresight: cti: Prevent negative values of enable countJames Clark2023-01-161-2/+9
* coresight: cti: Fix null pointer error on CTI init before ETMMike Leach2022-11-281-1/+1
* coresight: cti: Fix hang in cti_disable_hw()James Clark2022-10-251-5/+0
* Revert "coresight: cti: Fix hang in cti_disable_hw()"Greg Kroah-Hartman2022-10-241-0/+3
* coresight: cti: Fix hang in cti_disable_hw()James Clark2022-10-201-3/+0
* coresight: Fix possible deadlock with lock dependencySudeep Holla2022-10-201-2/+3
* coresight: cti: Correct the parameter for pm_runtime_putTao Zhang2021-10-271-1/+1
* Merge branch 'devel-stable' of git://git.armlinux.org.uk/~rmk/linux-arm into ...Greg Kroah-Hartman2021-02-051-3/+1
|\
| * amba: Make the remove callback return voidUwe Kleine-König2021-02-021-3/+1
* | coresight: Convert claim/disclaim operations to use access wrappersSuzuki K Poulose2021-02-041-7/+10
* | coresight: Introduce device access abstractionSuzuki K Poulose2021-02-041-0/+1
|/
* coresight: remove broken __exit annotationsArnd Bergmann2020-12-081-1/+1
* coresight: cti: Allow cti to be built as a moduleTingwei Zhang2020-09-281-0/+1006