linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: "Rafael J. Wysocki" <rafael@kernel.org>
To: Linus Torvalds <torvalds@linux-foundation.org>
Cc: ACPI Devel Maling List <linux-acpi@vger.kernel.org>,
	Linux PCI <linux-pci@vger.kernel.org>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: [GIT PULL] ACPI fixes for v5.0-rc2
Date: Fri, 11 Jan 2019 11:22:33 +0100	[thread overview]
Message-ID: <CAJZ5v0jRxHZJW5aW5NPLx2pcD1g5dhYzdyUw_PUTRekhOsqeyQ@mail.gmail.com> (raw)

Hi Linus,

Please pull from the tag

 git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
 acpi-5.0-rc2

with top-most commit 65a4f3a1efda8e0cc2516301fc3ad64e3eca716c

 Merge branches 'acpi-pci', 'acpi-power' and 'acpi-misc'

on top of commit bfeffd155283772bbe78c6a05dec7c0128ee500c

 Linux 5.0-rc1

to receive ACPI fixes for 5.0-rc2.

This fix a build failure introduced recently, fix the xpower PMIC
ACPI driver, clean up the handling of duplicate entries in _PRx
power resource lists and fix addresses in NUMA-related messages on
32-bit with PAE.

Specifics:

 - Fix build failures with both CONFIG_NLS and CONFIG_PCI unset that
   can occur since ACPI can be built without PCI now (Sinan Kaya).

 - Clean up the handling of duplicate entries in power resource lists
   returned by _PRx evaluation to avoid triggering WARN_ON() on
   attempts to add duplicate symlinks in sysfs (Hans de Goede).

 - Fix issues with the TS current-source switching on systems using
   the xpower PMIC by avoiding to update unrelated bits in the TS
   pin-ctrl register and avoiding to unconditionally enable TS
   current-source on systems where it is not used (Hans de Goede).

 - Fix addresses in NUMA-related messages on 32-bit with PAE which
   can be truncated due to integer type conversions (Chao Fan).

Thanks!


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

Chao Fan (1):
      ACPI: NUMA: Use correct type for printing addresses on i386-PAE

Hans de Goede (2):
      ACPI: power: Skip duplicate power resource references in _PRx
      ACPI / PMIC: xpower: Fix TS-pin current-source handling

Sinan Kaya (1):
      ACPI: Fix build failure when CONFIG_NLS is set to 'n'

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

 drivers/acpi/Kconfig                  |  1 +
 drivers/acpi/numa.c                   |  6 ++---
 drivers/acpi/pmic/intel_pmic_xpower.c | 41 ++++++++++++++++++++++++++++-------
 drivers/acpi/power.c                  | 22 +++++++++++++++++++
 4 files changed, 59 insertions(+), 11 deletions(-)

             reply	other threads:[~2019-01-11 10:22 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-11 10:22 Rafael J. Wysocki [this message]
2019-01-11 18:00 ` [GIT PULL] ACPI fixes for v5.0-rc2 pr-tracker-bot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CAJZ5v0jRxHZJW5aW5NPLx2pcD1g5dhYzdyUw_PUTRekhOsqeyQ@mail.gmail.com \
    --to=rafael@kernel.org \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    --cc=torvalds@linux-foundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).