All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/8] ACPICA 20170831 Release
@ 2017-09-15  4:43 Lv Zheng
  2017-09-15  4:44 ` [PATCH 1/8] ACPICA: Hardware: Enable 64-bit support of hardware accesses Lv Zheng
                   ` (8 more replies)
  0 siblings, 9 replies; 10+ messages in thread
From: Lv Zheng @ 2017-09-15  4:43 UTC (permalink / raw)
  To: Rafael J . Wysocki, Rafael J . Wysocki, Len Brown
  Cc: Lv Zheng, Lv Zheng, linux-acpi

The 20170831 ACPICA kernel-resident subsystem updates are linuxized based
on the linux-pm/linux-next branch.

The patchset has passed the following build/boot tests.
Build tests are performed as follows:
1. i386 + allyes
2. i386 + allno
3. i386 + default + ACPI_DEBUGGER=y
4. i386 + default + ACPI_DEBUGGER=n + ACPI_DEBUG=y
5. i386 + default + ACPI_DEBUG=n + ACPI=y
6. i386 + default + ACPI=n
7. x86_64 + allyes
8. x86_64 + allno
9. x86_64 + default + ACPI_DEBUGGER=y
10.x86_64 + default + ACPI_DEBUGGER=n + ACPI_DEBUG=y
11.x86_64 + default + ACPI_DEBUG=n + ACPI=y
12.x86_64 + default + ACPI=n
Boot tests are performed as follows:
1. x86_64 + default + ACPI_DEBUGGER=y
Where:
1. i386: machine named as "Dell Inspiron Mini 1010"
2. x86_64: machine named as "Microsoft Surface Pro 3"
3. default: kernel configuration with following items enabled:
   All hardware drivers related to the machines of i386/x86_64
   All "drivers/acpi" configurations
   All "drivers/platform" drivers
   All other drivers that link the APIs provided by ACPICA subsystem

The divergences checking result:
Before applying (20170728 Release):
  390 lines
After applying (20170831 Release):
  390 lines

Bob Moore (6):
  ACPICA: Header support for the PDTT ACPI table
  ACPICA: Restructure/cleanup all string-to-integer conversion functions
  ACPICA: String conversions: Cleanup/format comments. No functional
    changes
  ACPICA: String conversions: Update to add new behaviors
  ACPICA: Update acpi_get_timer for 64-bit interface to acpi_hw_read
  ACPICA: Update version to 20170831

Lv Zheng (2):
  ACPICA: Hardware: Enable 64-bit support of hardware accesses
  ACPICA: acpiexec: Add testability of deferred table verification

 drivers/acpi/acpica/Makefile             |   1 +
 drivers/acpi/acpica/achware.h            |   4 +-
 drivers/acpi/acpica/acinterp.h           |   6 +-
 drivers/acpi/acpica/acutils.h            |  33 ++-
 drivers/acpi/acpica/dbconvert.c          |   5 +-
 drivers/acpi/acpica/dswexec.c            |   2 +-
 drivers/acpi/acpica/evgpe.c              |   6 +-
 drivers/acpi/acpica/exconcat.c           |   2 +-
 drivers/acpi/acpica/exconvrt.c           |  30 ++-
 drivers/acpi/acpica/exmisc.c             |   2 +-
 drivers/acpi/acpica/exresop.c            |   2 +-
 drivers/acpi/acpica/hwgpe.c              |   4 +-
 drivers/acpi/acpica/hwregs.c             |  72 ++---
 drivers/acpi/acpica/hwtimer.c            |  10 +-
 drivers/acpi/acpica/hwxface.c            | 118 +--------
 drivers/acpi/acpica/nsconvert.c          |   4 +-
 drivers/acpi/acpica/tbxface.c            |   9 +-
 drivers/acpi/acpica/utstrsuppt.c         | 437 ++++++++++++++++++++++++++++++
 drivers/acpi/acpica/utstrtoul64.c        | 442 ++++++++++++++++---------------
 include/acpi/acexcep.h                   |  16 +-
 include/acpi/acpixf.h                    |   2 +-
 include/acpi/actbl1.h                    |  30 +++
 tools/power/acpi/tools/acpidump/Makefile |   1 +
 tools/power/acpi/tools/acpidump/apdump.c |   3 +-
 tools/power/acpi/tools/acpidump/apmain.c |   4 +-
 25 files changed, 833 insertions(+), 412 deletions(-)
 create mode 100644 drivers/acpi/acpica/utstrsuppt.c

-- 
2.7.4


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

end of thread, other threads:[~2017-09-18 23:51 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-15  4:43 [PATCH 0/8] ACPICA 20170831 Release Lv Zheng
2017-09-15  4:44 ` [PATCH 1/8] ACPICA: Hardware: Enable 64-bit support of hardware accesses Lv Zheng
2017-09-15  4:44 ` [PATCH 2/8] ACPICA: acpiexec: Add testability of deferred table verification Lv Zheng
2017-09-15  4:44 ` [PATCH 3/8] ACPICA: Header support for the PDTT ACPI table Lv Zheng
2017-09-15  4:44 ` [PATCH 4/8] ACPICA: Restructure/cleanup all string-to-integer conversion functions Lv Zheng
2017-09-15  4:44 ` [PATCH 5/8] ACPICA: String conversions: Cleanup/format comments. No functional changes Lv Zheng
2017-09-15  4:44 ` [PATCH 6/8] ACPICA: String conversions: Update to add new behaviors Lv Zheng
2017-09-15  4:44 ` [PATCH 7/8] ACPICA: Update acpi_get_timer for 64-bit interface to acpi_hw_read Lv Zheng
2017-09-15  4:44 ` [PATCH 8/8] ACPICA: Update version to 20170831 Lv Zheng
2017-09-18 23:42 ` [PATCH 0/8] ACPICA 20170831 Release Rafael J. Wysocki

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.