[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1654627965-1461-1-git-send-email-quic_vnivarth@quicinc.com>
Date: Wed, 8 Jun 2022 00:22:43 +0530
From: Vijaya Krishna Nivarthi <quic_vnivarth@...cinc.com>
To: agross@...nel.org, bjorn.andersson@...aro.org,
gregkh@...uxfoundation.org, jirislaby@...nel.org,
linux-arm-msm@...r.kernel.org, linux-serial@...r.kernel.org,
linux-kernel@...r.kernel.org
Cc: quic_msavaliy@...cinc.com, dianders@...omium.org, mka@...omium.org,
swboyd@...omium.org,
Vijaya Krishna Nivarthi <quic_vnivarth@...cinc.com>
Subject: [PATCH 0/2] tty: serial: Introduce callback for start_rx and implement same for qcom-geni-serial
This patch handles the problem of asynchronous data over RX like observed
in qcom-geni-serial driver while ensuring that it doesn't cause side-
effect for other drivers.
Vijaya Krishna Nivarthi (2):
serial: core: Introduce callback for start_rx and do stop_rx in
suspend only if this callback implementation is present.
tty: serial: qcom-geni-serial: Implement start_rx callback
drivers/tty/serial/qcom_geni_serial.c | 1 +
drivers/tty/serial/serial_core.c | 9 ++++++---
include/linux/serial_core.h | 1 +
3 files changed, 8 insertions(+), 3 deletions(-)
--
Powered by blists - more mailing lists