ACPI and power management fixes for 3.14-rc4

 - Fix for a recent probing regression in the nouveau driver introduced
   by an ACPI change related to the handling of _DSM from Jiang Liu.

 - Fix for a dock station sysfs attribute that stopped working correctly
   after recent changes in the ACPI core.

 - cpufreq fix taking care of broken code related to CPU removal and
   overlooked by a previous recent fix in that area.  From Viresh Kumar.

 - Two intel_pstate fixes related to Baytrail support added during
   the 3.13 cycle (candidates for -stable) from Dirk Brandewie.

 - ACPI video fix removing duplicate brightness values from the _BCL
   table which makes its user space interface behave sanely.  From
   Hans de Goede.

 - Fix for the powernow-k8 cpufreq driver making it initialize its
   per-CPU data structures correctly from Srivatsa S. Bhat.

 - Fix for an obscure memory leak in the ACPI PCI interrupt allocation
   code (related to ISA) from Tomasz Nowicki.

 - ACPI video blacklist changes moving several systems that should
   use the native backlight interface instead of the ACPI one from
   the general ACPI _OSI blacklist the the ACPI video driver's
   blacklist where they belong.  This consists of an ACPI video
   driver update from Aaron Lu and a revert of a previous commit
   adding systems to the ACPI _OSI blacklist requested by Takashi Iwai.

 - Several fixes for build issues in ACPI drivers occuring when
   CONFIG_PM_SLEEP is unset from Shuah Khan.

 - Fix for an sscanf() format string in the ACPI Smart Battery
   Subsystem (SBS) driver from Luis G.F.

/
Merge branch 'pm-cpufreq'

* pm-cpufreq:
  intel_pstate: Add support for Baytrail turbo P states
  intel_pstate: Use LFM bus ratio as min ratio/P state
  cpufreq: powernow-k8: Initialize per-cpu data-structures properly
  cpufreq: remove sysfs link when a cpu != policy->cpu, is removed