Hello Greg, I would appreciate if you could consider this set for inclusion in the 4.7 cycle - it applies cleanly on your current 'char-misc-next'.
More patches are to be expected in the coming weeks. Regards, Mathieu Mathieu Poirier (11): coresight: etm4x: moving sysFS entries to a dedicated file coresight: etm4x: adding config and traceid registers coresight: etm4x: splitting struct etmv4_drvdata coresight: etm4x: splitting etmv4 default configuration coresight: etm4x: unlocking tracers in default arch init coresight: etm4x: moving etm_drvdata::enable to atomic field coresight: etm4x: implementing user/kernel mode tracing coresight: etm4x: implementing the perf PMU API coresight: moving coresight_simple_func() to header file coresight: etb10: splitting sysFS "status" entry coresight: removing gratuitous boot time log messages .../ABI/testing/sysfs-bus-coresight-devices-etb10 | 69 +- .../ABI/testing/sysfs-bus-coresight-devices-etm4x | 13 + drivers/hwtracing/coresight/Makefile | 8 +- drivers/hwtracing/coresight/coresight-etb10.c | 82 +- .../hwtracing/coresight/coresight-etm3x-sysfs.c | 33 +- .../hwtracing/coresight/coresight-etm4x-sysfs.c | 2126 +++++++++++++++++ drivers/hwtracing/coresight/coresight-etm4x.c | 2475 +++----------------- drivers/hwtracing/coresight/coresight-etm4x.h | 222 +- drivers/hwtracing/coresight/coresight-funnel.c | 1 - drivers/hwtracing/coresight/coresight-priv.h | 10 + drivers/hwtracing/coresight/coresight-replicator.c | 1 - drivers/hwtracing/coresight/coresight-tmc.c | 1 - drivers/hwtracing/coresight/coresight-tpiu.c | 1 - 13 files changed, 2691 insertions(+), 2351 deletions(-) create mode 100644 drivers/hwtracing/coresight/coresight-etm4x-sysfs.c -- 2.1.4

