Re: [U-Boot] [PATCH] serial-arc: switch to DM

2015-04-03 Thread Simon Glass
Hi Alexey, On 31 March 2015 at 04:18, Alexey Brodkin wrote: > > Now when all infrastructure in ARC is ready for it let's switch ARC UART > to driver model. > > Signed-off-by: Alexey Brodkin > Cc: Masahiro Yamada > Cc: Simon Glass > --- > arch/Kconfig | 1 + > arch/arc/dts/

Re: [U-Boot] [PATCH] serial-arc: switch to DM

2015-04-03 Thread Alexey Brodkin
On Tue, 2015-03-31 at 13:18 +0300, Alexey Brodkin wrote: > Now when all infrastructure in ARC is ready for it let's switch ARC UART > to driver model. > > Signed-off-by: Alexey Brodkin > Cc: Masahiro Yamada > Cc: Simon Glass Applied, thanks. -Alexey __

[U-Boot] [PATCH] serial-arc: switch to DM

2015-03-31 Thread Alexey Brodkin
Now when all infrastructure in ARC is ready for it let's switch ARC UART to driver model. Signed-off-by: Alexey Brodkin Cc: Masahiro Yamada Cc: Simon Glass --- arch/Kconfig | 1 + arch/arc/dts/Makefile | 11 + arch/arc/dts/arcangel4.dts | 24 ++ a