mbox series

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

Message ID 1651488314-19382-1-git-send-email-quic_vnivarth@quicinc.com
Headers show
Series Disable MMIO tracing from QUP wrapper and serial driver | expand

Message

Vijaya Krishna Nivarthi May 2, 2022, 10:45 a.m. UTC
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(-)

--