Commits
Merge branches 'acpi-ec', 'acpi-fan', 'acpi-video' and 'acpi-misc' * acpi-ec: ACPI / EC: Deny write access unless requested by module param * acpi-fan: ACPI / fan: Make struct dev_pm_ops const * acpi-video: ACPI / video: remove unused device_decode array * acpi-misc: ACPI / util: remove redundant check if element is NULL ACPI: Add acpi_force_32bit_fadt_addr option to force 32 bit FADT addresses drivers/acpi: make pmic/intel_pmic_crc.c explicitly non-modular drivers/acpi: make apei/ghes.c more explicitly non-modular drivers/acpi: make bgrt driver explicitly non-modular
Showing diff tobea3c377c28
- Rafael J. Wysocki committed 02fd4e76a62MMerge branches 'acpi-pci', 'acpi-soc' and 'pnp' * acpi-pci: x86/ACPI/PCI: Recognize ...
- Oleg Drokin committed 1b6e75ee295ACPI / EC: Deny write access unless requested by module param In debugfs it's not enou...
- Kaiyen Chang committed 1d751584e00ACPI / fan: Make struct dev_pm_ops const Silence the following checkpatch warning: WAR...
- Colin Ian King committed 0f9aeb7a6a8ACPI / video: remove unused device_decode array device_decode is now no longer used, s...
- Colin Ian King committed bea3c377c28ACPI / util: remove redundant check if element is NULL element is &package->package.el...