Merge branch 'acpi-soc'
authorRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 12 Jan 2016 00:08:47 +0000 (01:08 +0100)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 12 Jan 2016 00:08:47 +0000 (01:08 +0100)
* acpi-soc:
  PM / clk: don't leave clocks enabled when driver not bound
  i2c: dw: Add APM X-Gene ACPI I2C device support
  ACPI / APD: Add APM X-Gene ACPI I2C device support
  ACPI / LPSS: change 'does not have' to 'has' in comment
  Revert "dmaengine: dw: platform: provide platform data for Intel"
  dmaengine: dw: return immediately from IRQ when DMA isn't in use
  dmaengine: dw: platform: power on device on shutdown
  ACPI / LPSS: override power state for LPSS DMA device
  ACPI / LPSS: power on when probe() and otherwise when remove()
  ACPI / LPSS: do delay for all LPSS devices when D3->D0
  ACPI / LPSS: allow to use specific PM domain during ->probe()
  Revert "ACPI / LPSS: allow to use specific PM domain during ->probe()"
  device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification
  x86/platform/iosf_mbi: Remove duplicate definitions

Conflicts:
drivers/i2c/busses/i2c-designware-platdrv.c

1  2 
drivers/i2c/busses/i2c-designware-platdrv.c
drivers/powercap/intel_rapl.c

index cbd663deef38a312126c182b1588c39a2c058994,423371d148d585966e7a3a04329bda5282448c37..bf72ae740fc17c3dfbab0f1c0004ee29ed73f03b
@@@ -122,7 -116,8 +122,8 @@@ static const struct acpi_device_id dw_i
        { "INT3433", 0 },
        { "80860F41", 0 },
        { "808622C1", 0 },
 -      { "AMD0010", 0 },
 +      { "AMD0010", ACCESS_INTR_MASK },
+       { "APMC0D0F", 0 },
        { }
  };
  MODULE_DEVICE_TABLE(acpi, dw_i2c_acpi_match);
Simple merge