From: Richard Genoud Date: Tue, 13 May 2014 18:20:44 +0000 (+0200) Subject: tty/serial: at91: use mctrl_gpio helpers X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~35^2~17 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0b0baadb7a4509bdcd5ba37d0be61e2c4bb0d48;p=pandora-kernel.git tty/serial: at91: use mctrl_gpio helpers On sam9x5, dedicated CTS (and RTS) pins are unusable together with the LCDC, the EMAC, or the MMC because they share the same line. Moreover, the USART controller doesn't handle DTR/DSR/DCD/RI signals, so we have to control them via GPIO. This patch permits to use GPIOs to control the CTS/RTS/DTR/DSR/DCD/RI signals. Signed-off-by: Richard Genoud Acked-by: Greg Kroah-Hartman Acked-by: Nicolas Ferre Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed