Home
last modified time | relevance | path

Searched hist:"64 a428077758383518c258641e81d57fcd454792" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/
H A Dqcom_geni_serial.cdiff 64a428077758383518c258641e81d57fcd454792 Thu Dec 13 20:43:20 CET 2018 Ryan Case <ryandcase@chromium.org> tty: serial: qcom_geni_serial: Remove interrupt storm

Disable M_TX_FIFO_WATERMARK_EN after we've sent all data for a given
transaction so we don't continue to receive a flurry of free space
interrupts while waiting for the M_CMD_DONE notification. Re-enable the
watermark when establishing the next transaction.

Also clear the watermark interrupt after filling the FIFO so we do not
receive notification again prior to actually having free space.

Signed-off-by: Ryan Case <ryandcase@chromium.org>
Reviewed-by: Douglas Anderson <dianders@chromium.org>
Tested-by: Douglas Anderson <dianders@chromium.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>