aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/coresight (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-04coresight: fix function etm_writel_cp14() parameter orderKaixu Xia1-1/+1
2015-02-04coresight-etm: remove check for unknown Kconfig macroPaul Bolle1-7/+1
2015-02-04coresight: fixing CPU hwid lookup in device treeMathieu Poirier1-7/+9
2015-02-04coresight: remove the extra spacesKaixu Xia2-2/+2
2015-02-04coresight: fix the link between orphan connection and newly added deviceKaixu Xia1-4/+5
2015-02-03coresight: fix the replicator subtype valueKaixu Xia1-1/+1
2015-01-12coresight: fixing validity check on remote deviceKaixu Xia1-1/+1
2015-01-12coresight: fix comment in of_coresight.cKaixu Xia1-1/+1
2015-01-12coresight: fix typo in comment in of_coresight.cKaixu Xia1-1/+1
2015-01-12coresight-etm: Fix initial trace ID valueMathieu Poirier1-1/+5
2015-01-12coresight-tpiu: use module_amba_driver to simplify the codeWei Yongjun1-11/+1
2015-01-12coresight-tmc: use module_amba_driver to simplify the codeWei Yongjun1-11/+1
2015-01-12coresight-funnel: use module_amba_driver to simplify the codeWei Yongjun1-11/+1
2015-01-12coresight-etb: use module_amba_driver to simplify the codeWei Yongjun1-11/+1
2015-01-12coresight-etm: unlock on error paths in mode_store()Dan Carpenter1-2/+8
2014-11-26coresight-replicator: remove .owner field for driverPankaj Dubey1-1/+0
2014-11-26coresight: fix typo in comment in coresight-priv.hPankaj Dubey1-1/+1
2014-11-07coresight-etm: add CoreSight ETM/PTM driverPratik Patel4-0/+2771
2014-11-07coresight-replicator: add CoreSight Replicator driverPratik Patel2-1/+140
2014-11-07coresight-funnel: add CoreSight Funnel driverPratik Patel2-0/+269
2014-11-07coresight-etb: add CoreSight ETB driverPratik Patel2-0/+538
2014-11-07coresight-tpiu: add CoreSight TPIU driverPratik Patel2-0/+218
2014-11-07coresight-tmc: add CoreSight TMC driverPratik Patel2-0/+777
2014-11-07coresight: add CoreSight core layer frameworkPratik Patel4-0/+989