Merge branch 'acpi-pmic'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 25 Jul 2016 11:42:48 +0000 (13:42 +0200)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Mon, 25 Jul 2016 11:42:48 +0000 (13:42 +0200)
* acpi-pmic:
  ACPI / PMIC: remove modular references from non-modular code
  ACPI / PMIC: intel: initialize result to 0
  ACPI / PMIC: intel: add REGS operation region support
  ACPI / PMIC: Add opregion driver for Intel BXT WhiskeyCove PMIC
  ACPI / PMIC: modify the pen function signature to take bit field

Conflicts:
drivers/acpi/Makefile

1  2 
drivers/acpi/Kconfig
drivers/acpi/Makefile

@@@ -526,14 -519,12 +526,20 @@@ config XPOWER_PMIC_OPREGIO
        help
          This config adds ACPI operation region support for XPower AXP288 PMIC.
  
+ config BXT_WC_PMIC_OPREGION
+       bool "ACPI operation region support for BXT WhiskeyCove PMIC"
+       depends on INTEL_SOC_PMIC
+       help
+         This config adds ACPI operation region support for BXT WhiskeyCove PMIC.
  endif
  
 +config ACPI_CONFIGFS
 +      tristate "ACPI configfs support"
 +      select CONFIGFS_FS
 +      help
 +        Select this option to enable support for ACPI configuration from
 +        userspace. The configurable ACPI groups will be visible under
 +        /config/acpi, assuming configfs is mounted under /config.
 +
  endif # ACPI
@@@ -99,6 -99,6 +99,8 @@@ obj-$(CONFIG_ACPI_EXTLOG)     += acpi_extlo
  obj-$(CONFIG_PMIC_OPREGION)   += pmic/intel_pmic.o
  obj-$(CONFIG_CRC_PMIC_OPREGION) += pmic/intel_pmic_crc.o
  obj-$(CONFIG_XPOWER_PMIC_OPREGION) += pmic/intel_pmic_xpower.o
+ obj-$(CONFIG_BXT_WC_PMIC_OPREGION) += pmic/intel_pmic_bxtwc.o
 +obj-$(CONFIG_ACPI_CONFIGFS)   += acpi_configfs.o
 +
  video-objs                    += acpi_video.o video_detect.o