ACPI 2.0 / ECDT: Enable correct ECDT initialization order
authorLv Zheng <lv.zheng@intel.com>
Thu, 24 Mar 2016 02:43:00 +0000 (10:43 +0800)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sat, 9 Apr 2016 01:06:44 +0000 (03:06 +0200)
commitfe6cbea0f096bfdb7eafdc7b937570cea8fca00e
tree5ed7203d3c766dec25b967f7b2199b0f467a652a
parent59f0aa9480cfef9173a648cec4537addc5f3ad94
ACPI 2.0 / ECDT: Enable correct ECDT initialization order

With wrong ECDT fixes reverted, it is possible to put ECDT probing before
acpi_enable_subsystem().

But the ultimate purpose of ECDT re-enabling is to put the ECDT probing
before the namespace initialization (acpi_load_tables()). This patch
achieves this with protections so that we can enable it later when all
necessary corrections are upstreamed.

Link 4: https://bugzilla.kernel.org/show_bug.cgi?id=112911
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
Tested-by: Chris Bainbridge <chris.bainbridge@gmail.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/bus.c