Hi Linus, Please pull from the git repository at git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm.git pm+acpi-3.13-rc6 to receive fixes and some new device IDs for ACPI and power management with top-most commit bfde19c4c2467cbcb5c11ec0fdaa771b8c16cbce Merge branches 'powercap' and 'acpi-lpss' with new device IDs on top of commit 413541dd66d51f791a0b169d9b9014e4f56be13c Linux 3.13-rc5 These include a fix for a cpufreq regression related to system suspend (more fixes in this area are in the works), a fix for an older cpufreq bug, a fix for a memory leak in the system suspend console handling code and new device IDs for two drviers. Specifics: - Fix for a cpufreq regression causing stale sysfs files to be left behind during system resume if cpufreq_add_dev() fails for one or more CPUs from Viresh Kumar. - Fix for a bug in cpufreq causing CONFIG_CPU_FREQ_DEFAULT_* to be ignored when the intel_pstate driver is used from Jason Baron. - System suspend fix for a memory leak in pm_vt_switch_unregister() that forgot to release objects after removing them from pm_vt_switch_list. From Masami Ichikawa. - Intel Valley View device ID and energy unit encoding update for the (recently added) Intel RAPL (Running Average Power Limit) driver from Jacob Pan. - Intel Bay Trail SoC GPIO and ACPI device IDs for the Low Power Subsystem (LPSS) ACPI driver from Paul Drews. Thanks! --------------- Jacob Pan (1): powercap / RAPL: add support for ValleyView Soc Jason Baron (1): cpufreq: Use CONFIG_CPU_FREQ_DEFAULT_* to set initial policy for setpolicy drivers Masami Ichikawa (1): PM / sleep: Fix memory leak in pm_vt_switch_unregister(). Paul Drews (1): ACPI: Add BayTrail SoC GPIO and LPSS ACPI IDs Viresh Kumar (1): cpufreq: remove sysfs files for CPUs which failed to come back after resume --------------- drivers/acpi/acpi_lpss.c | 1 + drivers/cpufreq/cpufreq.c | 69 ++++++++++++++++++++------------------ drivers/pinctrl/pinctrl-baytrail.c | 1 + drivers/powercap/intel_rapl.c | 13 +++++-- kernel/power/console.c | 1 + 5 files changed, 51 insertions(+), 34 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html