Re: [PATCH v1 04/10] serial: mps2-uart: add MPS2 UART driver

2015-12-17 Thread Andy Shevchenko
On Tue, Dec 15, 2015 at 2:40 PM, Vladimir Murzin wrote: > On 12/12/15 23:39, Andy Shevchenko wrote: >> On Wed, Dec 2, 2015 at 11:33 AM, Vladimir Murzin >> wrote: >>> This driver adds support to the UART controller found on ARM MPS2 >>> platform. >> >> Just few comments (have neither time not big

Re: [PATCH v1 04/10] serial: mps2-uart: add MPS2 UART driver

2015-12-15 Thread Vladimir Murzin
On 12/12/15 23:39, Andy Shevchenko wrote: > On Wed, Dec 2, 2015 at 11:33 AM, Vladimir Murzin > wrote: >> This driver adds support to the UART controller found on ARM MPS2 >> platform. > > Just few comments (have neither time not big desire to do full review). > Still better than nothing ;) I'm

Re: [PATCH v1 04/10] serial: mps2-uart: add MPS2 UART driver

2015-12-12 Thread Greg Kroah-Hartman
On Sun, Dec 13, 2015 at 01:39:26AM +0200, Andy Shevchenko wrote: > On Wed, Dec 2, 2015 at 11:33 AM, Vladimir Murzin > wrote: > > This driver adds support to the UART controller found on ARM MPS2 > > platform. > > Just few comments (have neither time not big desire to do full review). > > > > > S

Re: [PATCH v1 04/10] serial: mps2-uart: add MPS2 UART driver

2015-12-12 Thread Andy Shevchenko
On Wed, Dec 2, 2015 at 11:33 AM, Vladimir Murzin wrote: > This driver adds support to the UART controller found on ARM MPS2 > platform. Just few comments (have neither time not big desire to do full review). > > Signed-off-by: Vladimir Murzin > --- > drivers/tty/serial/Kconfig | 12 + >

Re: [PATCH v1 04/10] serial: mps2-uart: add MPS2 UART driver

2015-12-07 Thread Vladimir Murzin
Gentle ping... On 02/12/15 09:33, Vladimir Murzin wrote: > This driver adds support to the UART controller found on ARM MPS2 > platform. > > Signed-off-by: Vladimir Murzin > --- > drivers/tty/serial/Kconfig | 12 + > drivers/tty/serial/Makefile |1 + > drivers/tty/serial/mps2-u