summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-stm.c
Commit message (Expand)AuthorAgeFilesLines
* coresight: Use devm_bitmap_zalloc when applicableChristophe JAILLET2021-11-161-7/+3
* 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 coresight_timeout to use access abstractionSuzuki K Poulose2021-02-041-1/+2
* | coresight: Introduce device access abstractionSuzuki K Poulose2021-02-041-0/+1
|/
* coresight: remove broken __exit annotationsArnd Bergmann2020-12-081-1/+1
* coresight-stm: Fix W=1 warning in STM driverMathieu Poirier2020-11-271-1/+1
* coresight: stm: Allow to build coresight-stm as a moduleTingwei Zhang2020-09-281-1/+19
* coresight: stm: Support marked packetTingwei Zhang2020-09-171-4/+7
* coresight: Drop double check for ACPI companion deviceAndy Shevchenko2020-07-211-2/+0
* coresight: stm: ACPI support for parsing stimulus baseSuzuki K Poulose2019-06-201-1/+52
* coresight: Use platform agnostic namesSuzuki K Poulose2019-06-201-3/+9
* coresight: Rearrange platform data probingSuzuki K Poulose2019-06-201-4/+7
* coresight: Remove name from platform descriptionSuzuki K Poulose2019-06-201-0/+1
* coresight: Introduce generic platform data helperSuzuki K Poulose2019-06-201-7/+4
* coresight: stm: Rearrange probing the stimulus areaSuzuki K Poulose2019-06-191-4/+19
* coresight: stm: Cleanup device specific dataSuzuki K Poulose2019-06-191-11/+10
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-03-151-11/+3
|\
| * ARM: 8838/1: drivers: amba: Updates to component identification for driver ma...Mike Leach2019-02-261-11/+3
* | coresight: stm: Remove set but not used variable 'res_size'YueHaibing2019-02-081-8/+4
|/
* coresight: fix spelling mistake "deffered" -> "deferred"Colin Ian King2018-12-061-1/+1
* coresight: Convert driver messages to dev_dbgSuzuki K Poulose2018-09-251-2/+2
* coresight: Moving framework and drivers to SPDX identifierMathieu Poirier2018-05-141-10/+3
* coresight: Extend the PIDR mask to cover relevant bits in PIDR2Suzuki K Poulose2017-10-201-4/+4
* coresight: stm: constify amba_idArvind Yadav2017-08-281-1/+1
* coresight: STM: Clean up __iomem type usageStephen Boyd2017-08-281-8/+9
* coresight: Use the new helper for defining registersSuzuki K Poulose2017-08-281-15/+15
* coresight: STM: Balance enable/disableSuzuki K Poulose2017-01-191-1/+1
* Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2016-12-151-1/+1
|\
| * coresight: Mark stm_generic_packet() with notraceChunyan Zhang2016-11-221-1/+1
* | coresight: Add support for ARM Coresight STM-500Suzuki K Poulose2016-11-291-0/+5
* | coresight: stm: return error code instead of zero in .packet()Chunyan Zhang2016-11-291-2/+2
|/
* coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier2016-08-311-3/+4
* coresight: fix handling of ETM trace register access via sysfsSudeep Holla2016-08-311-1/+1
* coresight: Use local coresight_desc instancesSuzuki K Poulose2016-08-311-14/+8
* coresight-stm: support mmapping channel regions with mmio_addrChunyan Zhang2016-08-311-0/+22
* coresight: stm: adding driver for CoreSight STM componentPratik Patel2016-05-031-0/+920