[PATCH 5/9] serial: stm32: add RTS support

2017-07-13 Thread Bich HEMON
Implement support of RTS in USART control register Signed-off-by: Bich Hemon --- drivers/tty/serial/stm32-usart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/stm32-usart.c b/drivers/tty/serial/stm32-usart.c index ca61bfe..9158d31

[PATCH 5/9] serial: stm32: add RTS support

2017-07-13 Thread Bich HEMON
Implement support of RTS in USART control register Signed-off-by: Bich Hemon --- drivers/tty/serial/stm32-usart.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/tty/serial/stm32-usart.c b/drivers/tty/serial/stm32-usart.c index ca61bfe..9158d31 100644 ---