aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-tpdm.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-18ARM: 9376/1: coresight: tpdm: drop owner assignmentKrzysztof Kozlowski1-1/+0
2024-02-12coresight-tpdm: Add msr register support for CMBTao Zhang1-0/+85
2024-02-12coresight-tpdm: Add timestamp control register support for the CMBTao Zhang1-7/+114
2024-02-12coresight-tpdm: Add pattern registers support for CMBTao Zhang1-1/+95
2024-02-12coresight-tpdm: Add support to configure CMBTao Zhang1-0/+60
2024-02-12coresight-tpdm: Add CMB dataset supportTao Zhang1-0/+28
2024-02-12coresight-tpdm: Optimize the useage of tpdm_has_dsb_datasetTao Zhang1-16/+14
2024-02-12coresight-tpdm: Optimize the store function of tpdm simple datasetTao Zhang1-20/+19
2024-02-12coresight: Fix uninitialized struct warningsJames Clark1-1/+1
2023-11-16coresight-tpdm: Correct the property name of MSR numberTao Zhang1-1/+1
2023-11-16coresight-tpdm: Add nodes for dsb msr supportTao Zhang1-0/+85
2023-11-16coresight-tpdm: Add nodes for timestamp requestTao Zhang1-7/+148
2023-11-16coresight-tpdm: Add nodes to configure pattern match outputTao Zhang1-1/+81
2023-11-16coresight-tpdm: Add nodes for dsb edge controlTao Zhang1-1/+173
2023-11-16coresight-tpdm: Add node to set dsb programming modeTao Zhang1-0/+53
2023-11-16coresight-tpdm: Add nodes to set trigger timestamp and typeTao Zhang1-0/+95
2023-11-16coresight-tpdm: Add reset node to TPDM nodeTao Zhang1-0/+22
2023-11-16coresight-tpdm: Initialize DSB subunit configurationTao Zhang1-8/+56
2023-11-16coresight-tpdm: Introduce TPDM subtype to TPDM driverTao Zhang1-1/+1
2023-11-16coresight-tpdm: Remove the unnecessary lockTao Zhang1-2/+0
2023-06-05coresight: Use enum type for cs_mode wherever possibleJames Clark1-2/+2
2023-01-26Coresight: tpda/tpdm: remove incorrect __exit annotationArnd Bergmann1-1/+1
2023-01-20coresight-tpdm: Add integration test supportMao Jinlong1-0/+54
2023-01-20coresight-tpdm: Add DSB dataset supportMao Jinlong1-0/+56
2023-01-20Coresight: Add coresight TPDM source driverMao Jinlong1-0/+149