All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v6 0/3] Refactor DT specific codes preparing for ACPI support on ARM64
@ 2016-01-30  9:47 Shannon Zhao
  2016-01-30  9:47 ` [PATCH v6 1/3] Kconfig: import kconfig.h from Linux 4.3 Shannon Zhao
                   ` (2 more replies)
  0 siblings, 3 replies; 8+ messages in thread
From: Shannon Zhao @ 2016-01-30  9:47 UTC (permalink / raw)
  To: xen-devel; +Cc: shannon.zhao, jbeulich, peter.huangpeng

From: Shannon Zhao <shannon.zhao@linaro.org>

(Just for consistency I didn't change the subject name even though there
are not patches refactoring DT specific codes)

These patches are Part 2 of the previous patch set I sent which adds
ACPI support for arm64 on Xen[1]. Split them as an individual set for
convenient reviewing.

The first patch import kconfig.h from Linux to support the use of
IS_ENABLED().
The second patch ports changes from Linux to avoid doing traditional
BIOS table scan for ARM64.
The third patch refactor acpi_os_map_memory to be architecturally
independent.

Graeme Gregory (1):
  ACPI: add config for BIOS table scan

Shannon Zhao (2):
  Kconfig: import kconfig.h from Linux 4.3
  acpi: Refactor acpi_os_map_memory to be architecturally independent

 xen/arch/x86/Kconfig       |  1 +
 xen/drivers/acpi/Kconfig   |  3 +++
 xen/drivers/acpi/osl.c     | 11 +++++++----
 xen/include/asm-x86/acpi.h |  2 ++
 xen/include/xen/kconfig.h  | 31 +++++++++++++++++++++++++++++++
 5 files changed, 44 insertions(+), 4 deletions(-)
 create mode 100644 xen/include/xen/kconfig.h

-- 
2.0.4

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2016-02-04 17:16 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-01-30  9:47 [PATCH v6 0/3] Refactor DT specific codes preparing for ACPI support on ARM64 Shannon Zhao
2016-01-30  9:47 ` [PATCH v6 1/3] Kconfig: import kconfig.h from Linux 4.3 Shannon Zhao
2016-01-31  4:08   ` Doug Goldstein
2016-01-30  9:47 ` [PATCH v6 2/3] ACPI: add config for BIOS table scan Shannon Zhao
2016-01-31  4:10   ` Doug Goldstein
2016-02-04 17:16   ` Stefano Stabellini
2016-01-30  9:47 ` [PATCH v6 3/3] acpi: Refactor acpi_os_map_memory to be architecturally independent Shannon Zhao
2016-02-04 17:14   ` Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.