diff options
author | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-07-29 20:27:37 +0200 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2022-07-29 20:27:37 +0200 |
commit | 6352f3478a95cc413ecfee4fdb3300009fd3679a (patch) | |
tree | bb0f690c895218533d35961486f50e02a912b164 /drivers/acpi | |
parent | Merge branches 'acpi-pm', 'acpi-soc', 'acpi-tables' and 'acpi-resource' (diff) | |
parent | ACPI: video: Use native backlight on Dell Inspiron N4010 (diff) | |
parent | ACPI/PCI: Remove useless NULL pointer checks (diff) | |
parent | Documentation: ACPI: EINJ: Fix obsolete example (diff) | |
download | linux-6352f3478a95cc413ecfee4fdb3300009fd3679a.tar.xz linux-6352f3478a95cc413ecfee4fdb3300009fd3679a.zip |
Merge branches 'acpi-video', 'acpi-pci' and 'acpi-docs'
Merge ACPI backlight driver changes, ACPI changes related to PCI and
ACPI documentation changes for v5.20-rc1:
- Use native backlight on Dell Inspiron N4010 (Hans de Goede).
- Use native backlight on some TongFang devices (Werner Sembach).
- Drop X86 dependency from the ACPI backlight driver Kconfig (Riwen
Lu).
- Shorten the quirk list in the ACPI backlight driver by identifying
Clevo by board_name only (Werner Sembach).
- Remove useless NULL pointer checks from 2 ACPI PCI link management
functions (Andrey Strachuk).
- Fix obsolete example in the ACPI EINJ documentation (Qifu Zhang).
- Update links and references to _DSD-related documents (Sudeep Holla).
* acpi-video:
ACPI: video: Use native backlight on Dell Inspiron N4010
ACPI: video: Shortening quirk list by identifying Clevo by board_name only
ACPI: video: Force backlight native for some TongFang devices
ACPI: video: Drop X86 dependency from Kconfig
* acpi-pci:
ACPI/PCI: Remove useless NULL pointer checks
* acpi-docs:
Documentation: ACPI: EINJ: Fix obsolete example
Documentation: ACPI: Update links and references to DSD related docs