aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-stm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-20coresight: stm: ACPI support for parsing stimulus baseSuzuki K Poulose1-1/+52
2019-06-20coresight: Use platform agnostic namesSuzuki K Poulose1-3/+9
2019-06-20coresight: Rearrange platform data probingSuzuki K Poulose1-4/+7
2019-06-20coresight: Remove name from platform descriptionSuzuki K Poulose1-0/+1
2019-06-20coresight: Introduce generic platform data helperSuzuki K Poulose1-7/+4
2019-06-19coresight: stm: Rearrange probing the stimulus areaSuzuki K Poulose1-4/+19
2019-06-19coresight: stm: Cleanup device specific dataSuzuki K Poulose1-11/+10
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-11/+3
2019-02-26ARM: 8838/1: drivers: amba: Updates to component identification for driver matching.Mike Leach1-11/+3
2019-02-08coresight: stm: Remove set but not used variable 'res_size'YueHaibing1-8/+4
2018-12-06coresight: fix spelling mistake "deffered" -> "deferred"Colin Ian King1-1/+1
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose1-2/+2
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier1-10/+3
2017-10-20coresight: Extend the PIDR mask to cover relevant bits in PIDR2Suzuki K Poulose1-4/+4
2017-08-28coresight: stm: constify amba_idArvind Yadav1-1/+1
2017-08-28coresight: STM: Clean up __iomem type usageStephen Boyd1-8/+9
2017-08-28coresight: Use the new helper for defining registersSuzuki K Poulose1-15/+15
2017-01-19coresight: STM: Balance enable/disableSuzuki K Poulose1-1/+1
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+1
2016-11-29coresight: Add support for ARM Coresight STM-500Suzuki K Poulose1-0/+5
2016-11-29coresight: stm: return error code instead of zero in .packet()Chunyan Zhang1-2/+2
2016-11-22coresight: Mark stm_generic_packet() with notraceChunyan Zhang1-1/+1
2016-08-31coresight: etm-perf: pass struct perf_event to source::enable/disable()Mathieu Poirier1-3/+4
2016-08-31coresight: fix handling of ETM trace register access via sysfsSudeep Holla1-1/+1
2016-08-31coresight: Use local coresight_desc instancesSuzuki K Poulose1-14/+8
2016-08-31coresight-stm: support mmapping channel regions with mmio_addrChunyan Zhang1-0/+22
2016-05-03coresight: stm: adding driver for CoreSight STM componentPratik Patel1-0/+920