This patch sets adds support for ACPI enumeration for devices connected to the DLN2 bridge via a custom ACPI table. The first two patches fix a couple of issues with the ACPI load/unload table APIs. The 3rd patch adds ACPI support to the MFD driver and the last patch configures pull-up/pull-down on GPIO pins based on the APCI configuration. Octavian Purdila (4): ACPICA: take ACPI_MTX_INTERPRETER in acpi_unload_table_id ACPICA: don't release ACPI_MTX_TABLES in acpi_tb_install_standard_table mfd: dln2: add support for ACPI gpio: dln2: add support for ACPI pin configuration Documentation/acpi/dln2-acpi.txt | 62 ++++++++++++++++++ drivers/acpi/acpica/tbinstal.c | 1 - drivers/acpi/acpica/tbxface.c | 7 ++ drivers/gpio/gpio-dln2.c | 76 ++++++++++++++++++++++ drivers/mfd/dln2.c | 134 +++++++++++++++++++++++++++++++++++++++ 5 files changed, 279 insertions(+), 1 deletion(-) create mode 100644 Documentation/acpi/dln2-acpi.txt -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html