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

2015-04-28 Thread Maxime Coquelin
Hi Vladimir, Thanks for the review, and sorry for the late reply. 2015-04-09 15:04 GMT+02:00 Vladimir Zapolskiy : > Hi Maxime, > > On 07.04.2015 19:30, Maxime Coquelin wrote: >> This drivers adds support to the STM32 USART controller, which is a >> standard serial driver. >> >> Tested-by: Chanwoo

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

2015-04-09 Thread Vladimir Zapolskiy
Hi Maxime, On 07.04.2015 19:30, Maxime Coquelin wrote: > This drivers adds support to the STM32 USART controller, which is a > standard serial driver. > > Tested-by: Chanwoo Choi > Reviewed-by: Peter Hurley > Signed-off-by: Maxime Coquelin > --- > drivers/tty/serial/Kconfig | 17 + > d

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

2015-04-07 Thread Peter Hurley
Hi Andreas, On 04/07/2015 12:51 PM, Andreas Färber wrote: > Am 07.04.2015 um 18:30 schrieb Maxime Coquelin: >> This drivers adds support to the STM32 USART controller, which is a >> standard serial driver. >> >> Tested-by: Chanwoo Choi >> Reviewed-by: Peter Hurley >> Signed-off-by: Maxime Coquel

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

2015-04-07 Thread Andreas Färber
Am 07.04.2015 um 18:30 schrieb Maxime Coquelin: > This drivers adds support to the STM32 USART controller, which is a > standard serial driver. > > Tested-by: Chanwoo Choi > Reviewed-by: Peter Hurley > Signed-off-by: Maxime Coquelin > --- > drivers/tty/serial/Kconfig | 17 + > drivers/t

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

2015-04-07 Thread Andy Shevchenko
On Tue, Apr 7, 2015 at 7:30 PM, Maxime Coquelin wrote: > This drivers adds support to the STM32 USART controller, which is a > standard serial driver. > > Tested-by: Chanwoo Choi > Reviewed-by: Peter Hurley Reviewed-by: Andy Shevchenko > Signed-off-by: Maxime Coquelin > --- > drivers/tty/s

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

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