commit | 17968c3d2fc23d51c33bf05aede69fa332fa134a | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Apr 26 09:19:46 2020 -0600 |
committer | Bin Meng <bmeng.cn@gmail.com> | Thu Apr 30 17:16:12 2020 +0800 |
tree | 6dede3cc6b74da87d67b67cffd6675de6bf03b15 | |
parent | 9427867c1506292343b513e286c19ca59ee76f70 [diff] |
acpi: Add a method to write tables for a device A device may want to write out ACPI tables to describe itself to Linux. Add a method to permit this. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>