linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [GIT PULL] ACPI updates for v5.3-rc1
@ 2019-07-08 21:37 Rafael J. Wysocki
  2019-07-09 18:05 ` pr-tracker-bot
  0 siblings, 1 reply; 2+ messages in thread
From: Rafael J. Wysocki @ 2019-07-08 21:37 UTC (permalink / raw)
  To: Linus Torvalds
  Cc: ACPI Devel Maling List, Linux Kernel Mailing List, Linux PM

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.3-rc1

with top-most commit 64372c0b7dcbc9ad08b1bad877ae8d8cddb62e45

 Merge branches 'acpi-apei', 'acpi-doc' and 'acpi-soc'

on top of commit 6fbc7275c7a9ba97877050335f290341a1fd8dbf

 Linux 5.2-rc7

to receive ACPI updates for 5.3-rc1.

These update the ACPICA code in the kernel to upstream revision
20190703, fix up the handling of GPEs in ACPICA, allow some more ACPI
code to be built on ARM64 platforms, allow BGRT to be overridden, fix
minor issues and clean up assorted pieces of ACPI code.

Specifics:

 - Update the ACPICA code in the kernel to upstream revision 20190703
   including:
   * Initial/defalut namespace creation simplification (Bob Moore).
   * Object initialization sequence update (Bob Moore).
   * Removal of legacy module-level (dead) code (Erik Schmauss).
   * Table load object initialization update (Erik Schmauss, Nikolaus
     Voss).

 - Fix GPE enabling issue in ACPICA causing premature wakeups from
   suspend-to-idle to occur (Rafael Wysocki).

 - Allow ACPI AC and battery drivers to be built on non-X86 (Ard
   Biesheuvel).

 - Fix address space handler removal in the ACPI PMIC driver for
   Intel platforms (Andy Shevchenko).

 - Allow BGRT to be overridden via initrd or configfs (Andrea Oliveri).

 - Fix object resolution on table loads via configfs (Nikolaus Voss).

 - Clean up assorted pieces of ACPI code and tools (Colin Ian King,
   Liguang Zhang, Masahiro Yamada).

 - Fix documentation build warning, convert the extcon document to
   ReST and add it to the ACPI documentation (Mauro Carvalho Chehab,
   Qian Cai).

Thanks!


---------------

Andrea Oliveri (1):
      ACPI: tables: Allow BGRT to be overridden

Andy Shevchenko (1):
      ACPI / PMIC: intel: Drop double removal of address space handler

Ard Biesheuvel (1):
      ACPI: Make AC and battery drivers available on !X86

Bob Moore (3):
      ACPICA: Namespace: simplify creation of the initial/default namespace
      ACPICA: Update for object initialization sequence
      ACPICA: Update version to 20190703

Colin Ian King (1):
      ACPI: APD: remove redundant assignment to pointer clk

Erik Schmauss (2):
      ACPICA: remove legacy module-level code due to deprecation
      ACPICA: Update table load object initialization

Liguang Zhang (1):
      ACPI / APEI: Remove needless __ghes_check_estatus() calls

Masahiro Yamada (1):
      ACPI: tools: Exclude tools/* from .gitignore patterns

Mauro Carvalho Chehab (1):
      docs: extcon: convert it to ReST and move to ACPI dir

Nikolaus Voss (1):
      ACPI: configfs: Resolve objects on host-directed table loads

Qian Cai (1):
      ACPI: OSL: Make a W=1 kernel-doc warning go away

Rafael J. Wysocki (1):
      ACPICA: Clear status of GPEs on first direct enable

---------------

 .../acpi/extcon-intel-int3496.rst}                 |  14 +-
 Documentation/firmware-guide/acpi/index.rst        |   1 +
 MAINTAINERS                                        |   6 +-
 drivers/acpi/Kconfig                               |   2 -
 drivers/acpi/acpi_apd.c                            |   2 +-
 drivers/acpi/acpi_configfs.c                       |   6 +-
 drivers/acpi/acpica/acevents.h                     |   3 +-
 drivers/acpi/acpica/acglobal.h                     |   1 -
 drivers/acpi/acpica/acnamesp.h                     |   2 -
 drivers/acpi/acpica/dsinit.c                       |   2 +-
 drivers/acpi/acpica/evgpe.c                        |   8 +-
 drivers/acpi/acpica/evgpeblk.c                     |   2 +-
 drivers/acpi/acpica/evxface.c                      |   2 +-
 drivers/acpi/acpica/evxfgpe.c                      |   2 +-
 drivers/acpi/acpica/exconfig.c                     |  16 +-
 drivers/acpi/acpica/nsaccess.c                     |  54 ++++--
 drivers/acpi/acpica/nseval.c                       | 190 ---------------------
 drivers/acpi/acpica/nsinit.c                       |  49 +++---
 drivers/acpi/acpica/nsload.c                       |  12 --
 drivers/acpi/acpica/nsutils.c                      |  12 --
 drivers/acpi/acpica/tbdata.c                       |  13 --
 drivers/acpi/acpica/tbxfload.c                     |   7 +
 drivers/acpi/acpica/utinit.c                       |   1 -
 drivers/acpi/acpica/utxfinit.c                     |  18 +-
 drivers/acpi/apei/ghes.c                           |   2 +-
 drivers/acpi/osl.c                                 |   4 +-
 drivers/acpi/pmic/intel_pmic.c                     |   2 -
 drivers/acpi/tables.c                              |  21 +--
 include/acpi/acpi_io.h                             |   4 +-
 include/acpi/acpixf.h                              |   2 +-
 tools/power/acpi/.gitignore                        |   8 +-
 31 files changed, 131 insertions(+), 337 deletions(-)

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

* Re: [GIT PULL] ACPI updates for v5.3-rc1
  2019-07-08 21:37 [GIT PULL] ACPI updates for v5.3-rc1 Rafael J. Wysocki
@ 2019-07-09 18:05 ` pr-tracker-bot
  0 siblings, 0 replies; 2+ messages in thread
From: pr-tracker-bot @ 2019-07-09 18:05 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Linus Torvalds, ACPI Devel Maling List,
	Linux Kernel Mailing List, Linux PM

The pull request you sent on Mon, 8 Jul 2019 23:37:58 +0200:

> git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git acpi-5.3-rc1

has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/4b4704520d97b74e045154fc3b844b73ae4e7ebd

Thank you!

-- 
Deet-doot-dot, I am a bot.
https://korg.wiki.kernel.org/userdoc/prtracker

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

end of thread, other threads:[~2019-07-09 18:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-07-08 21:37 [GIT PULL] ACPI updates for v5.3-rc1 Rafael J. Wysocki
2019-07-09 18:05 ` pr-tracker-bot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).