This series modifies the pen function signature to take bit field and adds a new opregion driver for Intel BXT WhiskeyCove PMIC. It also adds support for PMIC regs operation region. Yegnesh Iyer (1): acpi: pmic: Modifying the pen function signature to take bit field Ajay Thomas (1): acpi: pmic: Add opregion driver for Intel BXT WhiskeyCove PMIC Chandra Sekhar Anagani (1): acpi: pmic: Add support for Intel BXT PMIC regs operation region drivers/acpi/pmic/intel_pmic.c | 87 +++++++------ drivers/acpi/pmic/intel_pmic.h | 11 ++-- drivers/acpi/pmic/intel_pmic_crc.c | 5 +++-- drivers/acpi/Kconfig | 6 + drivers/acpi/Makefile | 1 + drivers/acpi/pmic/intel_pmic_bxtwc.c |449 +++++++++++++++++++++++++++++++++++ 6 files changed, 559 insertions(+), 10 deletions(-) create mode 100644 drivers/acpi/pmic/intel_pmic_bxtwc.c -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html