Power management and ACPI fixes for v4.2-rc1 - Fix a recently added memory leak in an error path in the ACPI resources management code (Dan Carpenter). - Fix a build warning triggered by an ACPI video header function that should be static inline (Borislav Petkov). - Change names of helper function converting struct fwnode_handle pointers to either struct device_node or struct acpi_device pointers so they don't conflict with local variable names (Alexander Sverdlin). - Make the hibernate core re-enable nonboot CPUs on failures to disable them as expected (Vitaly Kuznetsov). - Increase the default timeout of the device suspend watchdog to prevent it from triggering too early on some systems (Takashi Iwai). - Prevent the cpuidle powernv driver from registering idle states with CPUIDLE_FLAG_TIMER_STOP set if CONFIG_TICK_ONESHOT is unset which leads to boot hangs (Preeti U Murthy). /