Skip to content
  • Linus Torvalds's avatar
    Merge tag 'pm+acpi-4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm · b1007e73
    Linus Torvalds authored
    Pull power management and ACPI fixes from Rafael Wysocki:
     "These fix a recent regression in the ACPI PCI host bridge
      initialization code, clean up some recent changes (generic power
      domains framework, ACPI AML debugger support), fix three older but
      annoying bugs (PCI power management.  generic power domains framework,
      cpufreq) and a build problem (device properties framework), and update
      a stale MAINTAINERS entry (ACPI backlight driver).
    
      Specifics:
    
       - Fix a regression in the ACPI PCI host bridge initialization code
         introduced by the recent consolidation of the host bridge handling
         on x86 and ia64 that forgot to take one special piece of code
         related to NUMA on x86 into account (Liu Jiang).
    
       - Improve the Kconfig help description of the new ACPI AML debugger
         support option to avoid possible confusion (Peter Zijlstra).
    
       - Remove a piece of code in the generic power domains framework that
         should have been removed by one of the recent commits modifying
         that code (Ulf Hansson).
    
       - Reduce the log level of a PCI PM message that generates a lot of
         false-positive log noise for some drivers and improve the message
         itself while at it (Imre Deak).
    
       - Fix the OF-based domain lookup code in the generic power domains
         framework to make it drop references to DT nodes correctly (Eric
         Anholt).
    
       - Prevent the cpufreq core from setting the policy back to the
         default after a CPU offline/online cycle for cpufreq drivers
         providing the ->setpolicy callback (Srinivas Pandruvada).
    
       - Fix a build problem for CONFIG_ACPI unset in the device properties
         framework (Hanjun Guo).
    
       - Fix a stale file path in the ACPI backlight driver entry in
         MAINTAINERS (Dan Carpenter)"
    
    * tag 'pm+acpi-4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm:
      PM / Domains: Fix bad of_node_put() in failure paths of genpd_dev_pm_attach()
      cpufreq: use last policy after online for drivers with ->setpolicy
      PCI / PM: Tune down retryable runtime suspend error messages
      PM / Domains: Validate cases of a non-bound driver in genpd governor
      MAINTAINERS: ACPI / video: update a file name in drivers/acpi/
      ACPI / property: fix compile error for acpi_node_get_property_reference() when CONFIG_ACPI=n
      x86/PCI/ACPI: Fix regression caused by commit 4d6b4e69
      ACPI: Better describe ACPI_DEBUGGER
    b1007e73