summaryrefslogtreecommitdiffstats
path: root/drivers/coresight
AgeCommit message (Expand)AuthorLines
2015-04-03coresight: moving to new "hwtracing" directoryMathieu Poirier-5780/+0
2015-04-03coresight-tmc: Adding a status interface to sysfsMathieu Poirier-0/+56
2015-04-03coresight: adding the LINKSINK block as a sink typeXia Kaixu-1/+3
2015-04-03coresight: Adding coresight support for arm64 architectureMathieu Poirier-0/+61
2015-04-03coresight: fixing compilation warnings picked up by 64bit compilerMathieu Poirier-4/+4
2015-04-03coresight: making cpu index lookup arm64 compliantMathieu Poirier-12/+6
2015-03-26coresight-replicator: constify of_device_id arrayFabian Frederick-1/+1
2015-02-04coresight: fix function etm_writel_cp14() parameter orderKaixu Xia-1/+1
2015-02-04coresight-etm: remove check for unknown Kconfig macroPaul Bolle-7/+1
2015-02-04coresight: fixing CPU hwid lookup in device treeMathieu Poirier-7/+9
2015-02-04coresight: remove the extra spacesKaixu Xia-2/+2
2015-02-04coresight: fix the link between orphan connection and newly added deviceKaixu Xia-4/+5
2015-02-03coresight: fix the replicator subtype valueKaixu Xia-1/+1
2015-01-12coresight: fixing validity check on remote deviceKaixu Xia-1/+1
2015-01-12coresight: fix comment in of_coresight.cKaixu Xia-1/+1
2015-01-12coresight: fix typo in comment in of_coresight.cKaixu Xia-1/+1
2015-01-12coresight-etm: Fix initial trace ID valueMathieu Poirier-1/+5
2015-01-12coresight-tpiu: use module_amba_driver to simplify the codeWei Yongjun-11/+1
2015-01-12coresight-tmc: use module_amba_driver to simplify the codeWei Yongjun-11/+1
2015-01-12coresight-funnel: use module_amba_driver to simplify the codeWei Yongjun-11/+1
2015-01-12coresight-etb: use module_amba_driver to simplify the codeWei Yongjun-11/+1
2015-01-12coresight-etm: unlock on error paths in mode_store()Dan Carpenter-2/+8
2014-11-26coresight-replicator: remove .owner field for driverPankaj Dubey-1/+0
2014-11-26coresight: fix typo in comment in coresight-priv.hPankaj Dubey-1/+1
2014-11-07coresight-etm: add CoreSight ETM/PTM driverPratik Patel-0/+2771
2014-11-07coresight-replicator: add CoreSight Replicator driverPratik Patel-1/+140
2014-11-07coresight-funnel: add CoreSight Funnel driverPratik Patel-0/+269
2014-11-07coresight-etb: add CoreSight ETB driverPratik Patel-0/+538
2014-11-07coresight-tpiu: add CoreSight TPIU driverPratik Patel-0/+218
2014-11-07coresight-tmc: add CoreSight TMC driverPratik Patel-0/+777
2014-11-07coresight: add CoreSight core layer frameworkPratik Patel-0/+989