Messages in this thread |  | | From | Mathieu Poirier <> | Subject | [PATCH 00/15] coresight: Patches for v5.11 | Date | Fri, 27 Nov 2020 10:52:41 -0700 |
| |
Hi Greg,
Here is the tally for coresight to be included in the v5.11 merge window. There might be a part 2 in the next couple of weeks, depending on how things go.
Please consider when you have time.
Thanks, Mathieu
Kaixu Xia (1): coresight: tmc-etr: Assign boolean values to a bool variable
Mao Jinlong (1): coresight: tmc-etr: Check if page is valid before dma_map_page()
Mathieu Poirier (3): coresight: Fix W=1 warnings in core framework coresight-tpiu: Fix W=1 warning in TPIU driver coresight-stm: Fix W=1 warning in STM driver
Qi Liu (1): coresight: Remove unnecessary THIS_MODULE of funnel and replicator driver
Sai Prakash Ranjan (3): coresight: etm4x: Skip setting LPOVERRIDE bit for qcom,skip-power-up coresight: tmc-etf: Fix NULL ptr dereference in tmc_enable_etf_sink_perf() coresight: etb10: Fix possible NULL ptr dereference in etb_enable_perf()
Suzuki K Poulose (5): coresight: etm4x: Fix accesses to TRCVMIDCTLR1 coresight: etm4x: Fix accesses to TRCCIDCTLR1 coresight: etm4x: Update TRCIDR3.NUMPROCS handling to match v4.2 coresight: etm4x: Fix accesses to TRCPROCSELR coresight: etm4x: Handle TRCVIPCSSCTLR accesses
Zou Wei (1): coresight: core: Remove unneeded semicolon
drivers/hwtracing/coresight/coresight-core.c | 10 +++- drivers/hwtracing/coresight/coresight-etb10.c | 4 +- .../coresight/coresight-etm4x-core.c | 50 ++++++++++++------- .../hwtracing/coresight/coresight-funnel.c | 2 +- drivers/hwtracing/coresight/coresight-priv.h | 2 + .../coresight/coresight-replicator.c | 2 +- drivers/hwtracing/coresight/coresight-stm.c | 2 +- .../hwtracing/coresight/coresight-tmc-etf.c | 4 +- .../hwtracing/coresight/coresight-tmc-etr.c | 6 ++- drivers/hwtracing/coresight/coresight-tpiu.c | 2 +- 10 files changed, 57 insertions(+), 27 deletions(-)
-- 2.25.1
|  |