This patch series simplifies the DSDT code. The goal is to separate out the DSDT into different chunks, and to remove some of the duplicated code by using methods.
Kevin O'Connor (4): Delineate ACSP DSL code into sections. Consolidate PCI hotplug definitions together in DSL file. Simplify PCI hotplug acpi macros. Move code from PCI hotplug DSDT macros to methods.
src/acpi-dsdt.dsl | 349 +++++++----- src/acpi-dsdt.hex | 1608 ++++++++++++++++++++++------------------------------- 2 files changed, 875 insertions(+), 1082 deletions(-)