tty: serial: qcom_geni_serial: Remove interrupt storm
authorRyan Case <ryandcase@chromium.org>
Thu, 13 Dec 2018 19:43:20 +0000 (11:43 -0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 17 Dec 2018 14:06:46 +0000 (15:06 +0100)
commit64a428077758383518c258641e81d57fcd454792
tree1ff39edff85659f12f53861d7dc65868d6c6a154
parent71ab1c0336c71ace5725740f200beca9667a339f
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>
drivers/tty/serial/qcom_geni_serial.c