aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/hwtracing/stm/p_basic.c
Commit message (Collapse)AuthorAgeFilesLines
* stm class: Factor out default framing protocolAlexander Shishkin2018-10-111-0/+48
The STP framing pattern that the stm class implicitly applies to the data payload is, in fact, a protocol. This patch moves the relevant code out of the stm core into its own driver module. Signed-off-by: Alexander Shishkin <[email protected]> Tested-by: Mathieu Poirier <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>