match X-Gene UART port due to the lack of mmio32
option.
Signed-off-by: Loc Ho
Acked-by: Greg Kroah-Hartman
Signed-off-by: Rafael J. Wysocki
Signed-off-by: Bhupinder Thakur
---
Changes since v2:
- removed the use of local variable xgene_8250 in xgene_8250_erratum_present
CC
implemented to make the UART console work.
CC: Andrew Cooper
CC: George Dunlap
CC: Ian Jackson
CC: Jan Beulich
CC: Konrad Rzeszutek Wilk
CC: Stefano Stabellini
CC: Tim Deegan
CC: Wei Liu
CC: Julien Grall
Bhupinder Thakur (3):
xen: Refactor 16550 UART code
xen: Add support for initializing
Currently, Xen supports only DT based initialization of 16550 UART.
This patch adds support for initializing 16550 UART using ACPI SPCR table.
Signed-off-by: Bhupinder Thakur
---
Changes since v2:
- renamed UART_MAX_REG to UART_NUM_REGS
- aligned some assignment statements
- some coding style
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