]> Git Repo - linux.git/commit - drivers/acpi/acpica/evregion.c
ACPICA: Events: Split acpi_ev_associate_reg_method() from region initialization code
authorLv Zheng <[email protected]>
Tue, 29 Dec 2015 06:02:58 +0000 (14:02 +0800)
committerRafael J. Wysocki <[email protected]>
Fri, 1 Jan 2016 02:47:38 +0000 (03:47 +0100)
commit849c25719ac6acc7420515c7b6324f4248a13790
tree163574cc06a6fa6ebdf5b6389162d56071bf0979
parent1d65d9a7b642b8d1eb201830e0c1cae6231b5c51
ACPICA: Events: Split acpi_ev_associate_reg_method() from region initialization code

ACPICA commit 87c85610250ff7141a84507f68dbc1e00f2936db

This patch introduces a new region initialization function
acpi_ev_associate_reg_method(), which is invoked to associate the _REG method
to its related region object.

Region object's default value assignments are also sorted by cleaning up
the code using this new function. Lv Zheng.

Link: https://github.com/acpica/acpica/commit/87c85610
Signed-off-by: Lv Zheng <[email protected]>
Signed-off-by: Bob Moore <[email protected]>
Signed-off-by: Rafael J. Wysocki <[email protected]>
drivers/acpi/acpica/acevents.h
drivers/acpi/acpica/evregion.c
drivers/acpi/acpica/evrgnini.c
drivers/acpi/acpica/excreate.c
This page took 0.056449 seconds and 4 git commands to generate.