summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight/coresight-tmc.c
AgeCommit message (Expand)Author
2020-09-28coresight: tmc: Allow tmc to be built as a moduleKim Phillips
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-07-21coresight: tmc: Update sink types for default selectionMike Leach
2020-07-21coresight: tmc: Add shutdown callback for TMC ETRSai Prakash Ranjan
2020-05-19coresight: Mark some functions staticStephen Boyd
2019-09-03coresight: tmc: Make memory width mask computation into a functionMathieu Poirier
2019-09-03coresight: tmc-etr: Check if non-secure access is enabledSuzuki K Poulose
2019-06-20coresight: Use platform agnostic namesSuzuki K Poulose
2019-06-20coresight: Rearrange platform data probingSuzuki K Poulose
2019-06-20coresight: Remove name from platform descriptionSuzuki K Poulose
2019-06-20coresight: Introduce generic platform data helperSuzuki K Poulose
2019-06-19coresight: tmc-etr: Rearrange probing default buffer sizeSuzuki K Poulose
2019-06-19coresight: tmc: Clean up device specific dataSuzuki K Poulose
2019-04-25coresight: tmc-etr: Add support for CPU-wide trace scenariosMathieu Poirier
2019-04-25coresight: tmc-etr: Introduce the notion of IDR to ETR devicesMathieu Poirier
2019-04-25coresight: tmc: Cleanup power managementSuzuki K Poulose
2019-04-25coresight: tmc: Report DMA setup failuresSuzuki K Poulose
2019-02-26ARM: 8838/1: drivers: amba: Updates to component identification for driver ma...Mike Leach
2018-09-25coresight: Convert driver messages to dev_dbgSuzuki K Poulose
2018-07-15coresight: tmc: Add configuration support for trace buffer sizeSuzuki K Poulose
2018-07-15dts: bindings: Restrict coresight tmc-etr scatter-gather modeSuzuki K Poulose
2018-07-15coresight: tmc: Hide trace buffer handling for file readSuzuki K Poulose
2018-05-14coresight: Moving framework and drivers to SPDX identifierMathieu Poirier
2017-10-20coresight: Extend the PIDR mask to cover relevant bits in PIDR2Suzuki K Poulose
2017-08-28coresight: tmc: constify amba_idArvind Yadav
2017-08-28coresight tmc: Add support for Coresight SoC 600 TMCSuzuki K Poulose
2017-08-28coresight tmc etr: Detect address width at runtimeSuzuki K Poulose
2017-08-28coresight tmc: Detect support for scatter gatherSuzuki K Poulose
2017-08-28coresight tmc etr: Add capabilitiy informationSuzuki K Poulose
2017-08-28coresight tmc: Handle configuration types properlySuzuki K Poulose
2017-08-28coresight tmc: Expose DBA and AXICTLSuzuki K Poulose
2017-08-28coresight: Use the new helper for defining registersSuzuki K Poulose
2017-06-09coresight: tmc: Configure DMA mask appropriatelyRobin Murphy
2016-09-09coresight: tmc: mark symbols static where possibleBaoyou Xie
2016-08-31coresight: fix handling of ETM trace register access via sysfsSudeep Holla
2016-08-31coresight: Use local coresight_desc instancesSuzuki K Poulose
2016-08-31coresight: Add better messages for coresight_timeoutSuzuki K Poulose
2016-08-31coresight: tmc: Limit the trace to available dataSuzuki K Poulose
2016-08-31coresight: Consolidate error handling path for tmc_probeSuzuki K Poulose
2016-08-31coresight: Remove erroneous dma_free_coherent in tmc_probeSuzuki K Poulose
2016-05-03coresight: tmc: keep track of memory widthMathieu Poirier
2016-05-03coresight: tmc: getting rid of multiple read accessMathieu Poirier
2016-05-03coresight: tmc: allocating memory when neededMathieu Poirier
2016-05-03coresight: tmc: making prepare/unprepare functions genericMathieu Poirier
2016-05-03coresight: tmc: splitting driver in ETB/ETF and ETR componentsMathieu Poirier
2016-05-03coresight: tmc: cleaning up header fileMathieu Poirier
2016-05-03coresight: tmc: introducing new header fileMathieu Poirier
2016-05-03coresight: tmc: clearly define number of transfers per burstMathieu Poirier
2016-05-03coresight: tmc: re-implementing tmc_read_prepare/unprepare() functionsMathieu Poirier
2016-05-03coresight: tmc: waiting for TMCReady bit before programmingMathieu Poirier