Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1703368
| From | "Rafael J. Wysocki" <rafael@kernel.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [GIT PULL] ACPI fixes for v4.13-rc4 |
| Date | 2017-08-03 21:20 +0200 |
| Message-ID | <uatP3-4ko-7@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Hi Linus,
Please pull from the tag
git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git \
acpi-4.13-rc4
with top-most commit 3de559d4df546442e28fab91e1c9cab3f19ca24f
Merge branches 'acpi-soc', 'acpi-wdat' and 'acpi-cppc'
on top of commit 16f73eb02d7e1765ccab3d2018e0bd98eb93d973
Linux v4.13-rc3
to receive ACPI fixes for v4.13-rc4.
These fix two issues in the ACPI SoC drivers (Intel LPSS and AMD
APD), a crash in the PCC mailbox initialization code and a WDAT
watchdog initialization failure.
Specifics:
- Fix a device ID of Hisilicon Hip07/08 in the ACPI APD (AMD SoC)
driver (Hanjun Guo).
- Fix list corruption (introduced during the 4.11 cycle) in the ACPI
LPSS (Intel SoC) driver (Hans de Goede).
- Fix PCC mailbox handling code crash during initialization when
PCCT is not present and PCC channel 0 is requested (Hoan Tran).
- Fix a WDAT watchdog initialization issue causing platform device
creation to fail due to partially overlapping address ranges in
resources (Ryan Kennedy).
Thanks!
---------------
Hanjun Guo (1):
ACPI: APD: Fix HID for Hisilicon Hip07/08
Hans de Goede (1):
ACPI / LPSS: Only call pwm_add_table() for the first PWM controller
Hoan Tran (1):
mailbox: pcc: Fix crash when request PCC channel 0
Ryan Kennedy (1):
ACPI / watchdog: Fix init failure with overlapping register regions
---------------
drivers/acpi/acpi_apd.c | 4 ++--
drivers/acpi/acpi_lpss.c | 14 ++++++++++++++
drivers/acpi/acpi_watchdog.c | 7 ++++++-
drivers/mailbox/pcc.c | 2 +-
4 files changed, 23 insertions(+), 4 deletions(-)
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[GIT PULL] ACPI fixes for v4.13-rc4 "Rafael J. Wysocki" <rafael@kernel.org> - 2017-08-03 21:20 +0200
csiph-web