summaryrefslogtreecommitdiff
path: root/drivers/hwtracing/coresight
AgeCommit message (Expand)AuthorFilesLines
2016-02-21coresight: etm3x: changing default trace configurationMathieu Poirier2-16/+15
2016-02-21coresight: etm3x: set progbit to stop trace collectionMathieu Poirier1-3/+0
2016-02-21coresight: etm3x: adding operation mode for etm_enable()Mathieu Poirier6-16/+75
2016-02-21coresight: etm3x: splitting struct etm_drvdataMathieu Poirier3-240/+305
2016-02-21coresight: etm3x: unlocking tracers in default arch initMathieu Poirier1-5/+5
2016-02-21coresight: etm3x: moving sysFS entries to dedicated fileMathieu Poirier4-1218/+1241
2016-02-21coresight: etm3x: moving etm_readl/writel to header fileMathieu Poirier2-29/+29
2016-02-21coresight: moving PM runtime operations to core frameworkMathieu Poirier9-29/+8
2016-02-21coresight: add API to get sink from pathMathieu Poirier2-0/+16
2016-02-21coresight: associating path with session rather than tracerMathieu Poirier2-95/+206
2016-02-21coresight: etm4x: Check every parameter used by dma_xx_coherent.Eric Long1-2/+2
2016-02-21coresight: "DEVICE_ATTR_RO" should defined as static.Eric Long2-2/+2
2016-02-08coresight: implementing 'cpu_id()' APIMathieu Poirier2-0/+16
2016-02-08coresight: removing bind/unbind options from sysfsMathieu Poirier8-91/+8
2016-02-08coresight: remove csdev's link from topologyMathieu Poirier1-0/+46
2016-02-08coresight: release reference taken by 'bus_find_device()'Mathieu Poirier1-0/+2
2016-02-08coresight: coresight_unregister() function cleanupMathieu Poirier1-1/+2
2016-02-08coresight: fixing lockdep errorMathieu Poirier1-4/+0
2016-02-08coresight: fixing indentation problemMathieu Poirier1-1/+1
2015-12-22coresight: Fix a typo in KconfigAndrew F. Davis1-1/+1
2015-12-22coresight: checking for NULL string in coresight_name_match()Mathieu Poirier1-1/+1
2015-10-07coresight: etm3x: making error message unambiguousMathieu Poirier1-2/+4
2015-10-07coresight: etm3x: breaking down sysFS status interfaceMathieu Poirier1-49/+51
2015-10-07coresight: etm3x: adding cpu affinity to sysFS interfaceMathieu Poirier1-0/+13
2015-10-07coresight: adding comments to remove ambiguityMathieu Poirier1-0/+5
2015-10-07Coresight: ETMv4: Prevent TRCRSCTLR0&1 from being accessedChunyan Zhang1-6/+16
2015-08-05coresight-etm4x: Support context-ID tracing when PID namespace is enabledChunyan Zhang2-6/+18
2015-08-05coresight-etm3x: Support context-ID tracing when PID namespace is enabledChunyan Zhang2-5/+14
2015-08-05coresight-etm4x: Change the name of the ctxid_val to ctxid_pidChunyan Zhang2-12/+12
2015-08-05coresight-etm3x: Change the name of the ctxid_val to ctxid_pidChunyan Zhang2-10/+10
2015-08-05coresight: replicator: Use builtin_platform_driver()Vaishali Thakkar1-12/+1
2015-08-05coresight-etm3x: Add Qualcomm PTM v1.1 peripheral IDIvan T. Ivanov1-0/+5
2015-06-08drivers/hwtracing: fix coresight-etm4x implicit <module.h> usagePaul Gortmaker1-0/+1
2015-06-08drivers/hwtracing: fix coresight-replicator-qcom implicit <module.h> usagePaul Gortmaker1-0/+1
2015-05-24coresight: replicator: Add Qualcomm CoreSight Replicator driverPratik Patel3-0/+223
2015-05-24coresight: fix typo in of_coresight.cPankaj Dubey1-1/+1
2015-05-24coresight: replicator: retrieve and handle atclkLinus Walleij1-4/+67
2015-05-24coresight: funnel: retrieve and handle atclkLinus Walleij1-0/+37
2015-05-24coresight: etb: retrieve and handle atclkLinus Walleij1-0/+37
2015-05-24coresight: tpiu: retrieve and handle atclkLinus Walleij1-0/+37
2015-05-24coresight: etm: retrieve and handle atclkLinus Walleij2-1/+37
2015-05-24coresight: tmc: let runtime PM handle core clockLinus Walleij1-23/+8
2015-05-24coresight: funnel: let runtime PM handle core clockLinus Walleij1-17/+7
2015-05-24coresight: etb: let runtime PM handle core clockLinus Walleij1-26/+9
2015-05-24coresight: tpiu: let runtime PM handle core clockLinus Walleij1-17/+4
2015-05-24coresight: etm: let runtime PM handle core clockLinus Walleij2-46/+16
2015-05-24coresight: support the TPIU version found in Ux500Linus Walleij1-0/+4
2015-05-24coresight: etm: print what version of ETM/PTM is detectedLinus Walleij1-1/+5
2015-05-24coresight-etm3x: use module_amba_driver to simplify the codeMathieu Poirier1-11/+1
2015-05-24coresight-etm4x: Read only access to the tracer's ID registersMathieu Poirier1-0/+37