2022-05-03 00:36:58

by Vijaya Krishna Nivarthi

[permalink] [raw]
Subject: [PATCH 0/2] Disable MMIO tracing from QUP wrapper and serial driver

Register read/write tracing is causing excessive
logging and filling the rtb buffer and effecting
performance.

Disabled MMIO tracing from QUP wrapper and serial
driver to disable register read/write tracing.

Vijaya Krishna Nivarthi (2):
soc: qcom: geni: Disable MMIO tracing
tty: serial: qcom_geni_serial: Disable MMIO tracing

drivers/soc/qcom/qcom-geni-se.c | 8 +++++++-
drivers/tty/serial/qcom_geni_serial.c | 8 +++++++-
2 files changed, 14 insertions(+), 2 deletions(-)

--