Skip to content
Power management and ACPI fixes for v4.5-rc6

 - Revert an ACPI core change related to IRQ management in PCI
   that introduced code relying on the use of kmalloc() which
   turned out to also run during early init when that's not
   available yet and caused some systems to crash on boot for
   this reason along with a cleanup on top of it (Rafael Wysocki).

 - Prevent devfreq from flooding the kernel log with useless
   messages on Tegra (which started to happen after some recent
   changes in the devfreq core) by fixing the driver to follow
   the documentation and the core's expectations in its ->target
   callback (Tomeu Vizoso).

/