summaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/coresight/coresight-tpdm.c
Commit message (Expand)AuthorAgeFilesLines
* coresight-tpdm: Add msr register support for CMBTao Zhang2024-02-121-0/+85
* coresight-tpdm: Add timestamp control register support for the CMBTao Zhang2024-02-121-7/+114
* coresight-tpdm: Add pattern registers support for CMBTao Zhang2024-02-121-1/+95
* coresight-tpdm: Add support to configure CMBTao Zhang2024-02-121-0/+60
* coresight-tpdm: Add CMB dataset supportTao Zhang2024-02-121-0/+28
* coresight-tpdm: Optimize the useage of tpdm_has_dsb_datasetTao Zhang2024-02-121-16/+14
* coresight-tpdm: Optimize the store function of tpdm simple datasetTao Zhang2024-02-121-20/+19
* coresight: Fix uninitialized struct warningsJames Clark2024-02-121-1/+1
* coresight-tpdm: Correct the property name of MSR numberTao Zhang2023-11-161-1/+1
* coresight-tpdm: Add nodes for dsb msr supportTao Zhang2023-11-161-0/+85
* coresight-tpdm: Add nodes for timestamp requestTao Zhang2023-11-161-7/+148
* coresight-tpdm: Add nodes to configure pattern match outputTao Zhang2023-11-161-1/+81
* coresight-tpdm: Add nodes for dsb edge controlTao Zhang2023-11-161-1/+173
* coresight-tpdm: Add node to set dsb programming modeTao Zhang2023-11-161-0/+53
* coresight-tpdm: Add nodes to set trigger timestamp and typeTao Zhang2023-11-161-0/+95
* coresight-tpdm: Add reset node to TPDM nodeTao Zhang2023-11-161-0/+22
* coresight-tpdm: Initialize DSB subunit configurationTao Zhang2023-11-161-8/+56
* coresight-tpdm: Introduce TPDM subtype to TPDM driverTao Zhang2023-11-161-1/+1
* coresight-tpdm: Remove the unnecessary lockTao Zhang2023-11-161-2/+0
* coresight: Use enum type for cs_mode wherever possibleJames Clark2023-06-051-2/+2
* Coresight: tpda/tpdm: remove incorrect __exit annotationArnd Bergmann2023-01-261-1/+1
* coresight-tpdm: Add integration test supportMao Jinlong2023-01-201-0/+54
* coresight-tpdm: Add DSB dataset supportMao Jinlong2023-01-201-0/+56
* Coresight: Add coresight TPDM source driverMao Jinlong2023-01-201-0/+149