[PATCH 0/2] Disable MMIO tracing from QUP wrapper and serial driver

From: Vijaya Krishna Nivarthi
Date: Mon May 02 2022 - 06:45:48 EST


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(-)

--