Re: [PATCH v4 10/15] serial: stm32-usart: Add STM32 USART Driver

2015-04-01 Thread Maxime Coquelin
Hello Andy, 2015-03-31 18:45 GMT+02:00 Andy Shevchenko : > On Tue, Mar 31, 2015 at 7:24 PM, Maxime Coquelin > wrote: >> This drivers adds support to the STM32 USART controller, which is a >> standard serial driver. >> >> Tested-by: Chanwoo Choi >> Signed-off-by: Maxime Coquelin > > Few minor

Re: [PATCH v4 10/15] serial: stm32-usart: Add STM32 USART Driver

2015-04-01 Thread Maxime Coquelin
Hello Andy, 2015-03-31 18:45 GMT+02:00 Andy Shevchenko andy.shevche...@gmail.com: On Tue, Mar 31, 2015 at 7:24 PM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: This drivers adds support to the STM32 USART controller, which is a standard serial driver. Tested-by: Chanwoo Choi

Re: [PATCH v4 10/15] serial: stm32-usart: Add STM32 USART Driver

2015-03-31 Thread Andy Shevchenko
On Tue, Mar 31, 2015 at 7:24 PM, Maxime Coquelin wrote: > This drivers adds support to the STM32 USART controller, which is a > standard serial driver. > > Tested-by: Chanwoo Choi > Signed-off-by: Maxime Coquelin Few minor comments below. > --- > drivers/tty/serial/Kconfig | 17 + >

[PATCH v4 10/15] serial: stm32-usart: Add STM32 USART Driver

2015-03-31 Thread Maxime Coquelin
This drivers adds support to the STM32 USART controller, which is a standard serial driver. Tested-by: Chanwoo Choi Signed-off-by: Maxime Coquelin --- drivers/tty/serial/Kconfig | 17 + drivers/tty/serial/Makefile | 1 + drivers/tty/serial/stm32-usart.c | 743

[PATCH v4 10/15] serial: stm32-usart: Add STM32 USART Driver

2015-03-31 Thread Maxime Coquelin
This drivers adds support to the STM32 USART controller, which is a standard serial driver. Tested-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Maxime Coquelin mcoquelin.st...@gmail.com --- drivers/tty/serial/Kconfig | 17 + drivers/tty/serial/Makefile | 1 +

Re: [PATCH v4 10/15] serial: stm32-usart: Add STM32 USART Driver

2015-03-31 Thread Andy Shevchenko
On Tue, Mar 31, 2015 at 7:24 PM, Maxime Coquelin mcoquelin.st...@gmail.com wrote: This drivers adds support to the STM32 USART controller, which is a standard serial driver. Tested-by: Chanwoo Choi cw00.c...@samsung.com Signed-off-by: Maxime Coquelin mcoquelin.st...@gmail.com Few minor