aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-06-29 15:51:25 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2021-06-29 15:51:25 +0200
commit64f9111dd6225a50b8fdd365dfdda275c2a708c0 (patch)
treeb8f3ee4c256be7a16f70e135f0666ee365068169
parentMerge branches 'acpi-dptf' and 'acpi-messages' (diff)
parentACPI: EC: trust DSDT GPE for certain HP laptop (diff)
parentACPI: APEI: fix synchronous external aborts in user-mode (diff)
parentACPI: LPSS: Use kstrtol() instead of simple_strtol() (diff)
parentACPI: NVS: fix doc warnings in nvs.c (diff)
downloadlinux-dev-64f9111dd6225a50b8fdd365dfdda275c2a708c0.tar.xz
linux-dev-64f9111dd6225a50b8fdd365dfdda275c2a708c0.zip
Merge branches 'acpi-ec', 'acpi-apei', 'acpi-soc' and 'acpi-misc'
* acpi-ec: ACPI: EC: trust DSDT GPE for certain HP laptop ACPI: EC: Make more Asus laptops use ECDT _GPE * acpi-apei: ACPI: APEI: fix synchronous external aborts in user-mode ACPI: APEI: Don't warn if ACPI is disabled * acpi-soc: ACPI: LPSS: Use kstrtol() instead of simple_strtol() * acpi-misc: ACPI: NVS: fix doc warnings in nvs.c ACPI: NUMA: fix typo in a comment ACPI: OSL: Use DEFINE_RES_IO_NAMED() to simplify code ACPI: bus: Call kobject_put() in acpi_init() error path ACPI: bus: Remove unneeded assignment ACPI: configfs: Replace ACPI_INFO() with pr_debug() ACPI: ipmi: Remove address space handler in error path ACPI: event: Remove redundant initialization of local variable ACPI: sbshc: Fix fall-through warning for Clang