From: Peter Hurley Date: Wed, 10 Sep 2014 19:06:28 +0000 (-0400) Subject: serial: bfin-uart: Fix auto CTS X-Git-Tag: fixes-for-v3.18-merge-window~14^2~32 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8620d3e5382a3c172a7885fa67a70955ca930425;p=pandora-kernel.git serial: bfin-uart: Fix auto CTS Commit 64851636d568ae9f167cd5d1dcdbfe17e6eef73c, serial: bfin-uart: Remove ASYNC_CTS_FLOW flag for hardware automatic CTS, open-codes uart_handle_cts_change() when CONFIG_SERIAL_BFIN_HARD_CTSRTS to skip start and stop tx. But the CTS interrupt handler _still_ calls uart_handle_cts_change(); only call uart_handle_cts_change() if !CONFIG_SERIAL_BFIN_HARD_CTSRTS. cc: Sonic Zhang Signed-off-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed