Re: [Xen-devel] [PATCH v2 20/41] arm : create generic uart initialization function

2015-07-05 Thread Parth Dixit
+shannon On 24 May 2015 at 13:18, Julien Grall wrote: > > On 24/05/2015 08:07, Parth Dixit wrote: >> >> >> >> On 21 May 2015 at 16:58, Julien Grall > > wrote: >> >> Hi Parth, >> >> On 17/05/15 21:03, Parth Dixit wrote: >> > Rename dt-uart.c to arm-uart.

Re: [Xen-devel] [PATCH v2 20/41] arm : create generic uart initialization function

2015-05-24 Thread Julien Grall
On 24/05/2015 08:07, Parth Dixit wrote: On 21 May 2015 at 16:58, Julien Grall mailto:julien.gr...@citrix.com>> wrote: Hi Parth, On 17/05/15 21:03, Parth Dixit wrote: > Rename dt-uart.c to arm-uart.c and create new generic uart init function. > move dt_uart_init to uart_init.

Re: [Xen-devel] [PATCH v2 20/41] arm : create generic uart initialization function

2015-05-24 Thread Parth Dixit
On 21 May 2015 at 16:58, Julien Grall wrote: > Hi Parth, > > On 17/05/15 21:03, Parth Dixit wrote: > > Rename dt-uart.c to arm-uart.c and create new generic uart init function. > > move dt_uart_init to uart_init.Refactor pl011 driver to dt and common > > initialization parts. This will be useful

Re: [Xen-devel] [PATCH v2 20/41] arm : create generic uart initialization function

2015-05-21 Thread Julien Grall
Hi Parth, On 17/05/15 21:03, Parth Dixit wrote: > Rename dt-uart.c to arm-uart.c and create new generic uart init function. > move dt_uart_init to uart_init.Refactor pl011 driver to dt and common > initialization parts. This will be useful later when acpi specific > uart initialization function is

Re: [Xen-devel] [PATCH v2 20/41] arm : create generic uart initialization function

2015-05-20 Thread Julien Grall
Hi, On 18/05/15 09:20, Jan Beulich wrote: On 17.05.15 at 22:03, wrote: >> --- a/xen/drivers/char/Makefile >> +++ b/xen/drivers/char/Makefile >> @@ -6,5 +6,5 @@ obj-$(HAS_EXYNOS4210) += exynos4210-uart.o >> obj-$(HAS_OMAP) += omap-uart.o >> obj-$(HAS_SCIF) += scif-uart.o >> obj-$(HAS_EHCI)

Re: [Xen-devel] [PATCH v2 20/41] arm : create generic uart initialization function

2015-05-18 Thread Jan Beulich
>>> On 17.05.15 at 22:03, wrote: > --- a/xen/drivers/char/Makefile > +++ b/xen/drivers/char/Makefile > @@ -6,5 +6,5 @@ obj-$(HAS_EXYNOS4210) += exynos4210-uart.o > obj-$(HAS_OMAP) += omap-uart.o > obj-$(HAS_SCIF) += scif-uart.o > obj-$(HAS_EHCI) += ehci-dbgp.o > -obj-$(CONFIG_ARM) += dt-uart.o

[Xen-devel] [PATCH v2 20/41] arm : create generic uart initialization function

2015-05-17 Thread Parth Dixit
Rename dt-uart.c to arm-uart.c and create new generic uart init function. move dt_uart_init to uart_init. Refactor pl011 driver to dt and common initialization parts. This will be useful later when acpi specific uart initialization function is introduced. Signed-off-by: Parth Dixit --- xen/arch/