Re: [Xen-devel] [PATCH 1/3 v3] xen: Refactor 16550 UART code

2017-11-24 Thread Julien Grall
Hi Bhupinder, On 24/11/17 11:39, Bhupinder Thakur wrote: This patch refactors the 8250 UART code so that code can be reused by later patches, which add support for ACPI based UART initialization. Signed-off-by: Bhupinder Thakur --- Changes since v2: - Refactored the code to prepare for later p

Re: [Xen-devel] [PATCH 1/3 v3] xen: Refactor 16550 UART code

2017-11-24 Thread Konrad Rzeszutek Wilk
On Fri, Nov 24, 2017 at 05:09:10PM +0530, Bhupinder Thakur wrote: > This patch refactors the 8250 UART code so that code can be reused > by later patches, which add support for ACPI based UART > initialization. > > Signed-off-by: Bhupinder Thakur > --- > Changes since v2: > - Refactored the code

[Xen-devel] [PATCH 1/3 v3] xen: Refactor 16550 UART code

2017-11-24 Thread Bhupinder Thakur
This patch refactors the 8250 UART code so that code can be reused by later patches, which add support for ACPI based UART initialization. Signed-off-by: Bhupinder Thakur --- Changes since v2: - Refactored the code to prepare for later patches. CC: Andrew Cooper CC: George Dunlap CC: Ian Jacks