aboutsummaryrefslogtreecommitdiffstats
path: root/include/acpi
diff options
context:
space:
mode:
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-03-30 14:54:01 +0200
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>2020-03-30 14:54:01 +0200
commitf94a57a1897ca746031d0e90700a832af154498c (patch)
tree47c2acac68e1051495f2e3993080c41de712789e /include/acpi
parentMerge branch 'acpica' (diff)
parentACPI: Add new tiny-power-button driver to directly signal init (diff)
parentACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entry (diff)
parentACPI: OSL: Add missing __acquires/__releases annotations (diff)
parentACPI: video: remove redundant assignments to variable result (diff)
parentACPI: list_for_each_safe() -> list_for_each_entry_safe() (diff)
downloadlinux-dev-f94a57a1897ca746031d0e90700a832af154498c.tar.xz
linux-dev-f94a57a1897ca746031d0e90700a832af154498c.zip
Merge branches 'acpi-button', 'acpi-battery', 'acpi-osl', 'acpi-video' and 'acpi-misc'
* acpi-button: ACPI: Add new tiny-power-button driver to directly signal init ACPI: button: move HIDs to acpi/button.h * acpi-battery: ACPI / battery: Cleanup Lenovo Ideapad Miix 320 DMI table entry ACPI / AC: Cleanup DMI quirk table * acpi-osl: ACPI: OSL: Add missing __acquires/__releases annotations * acpi-video: ACPI: video: remove redundant assignments to variable result * acpi-misc: ACPI: list_for_each_safe() -> list_for_each_entry_safe()