Commits
Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi-cppc' * pm-cpufreq: cpufreq: dt: Drop stale comment cpufreq: intel_pstate: Documenation for structures cpufreq: intel_pstate: fix inconsistency in setting policy limits intel_pstate: Avoid extra invocation of intel_pstate_sample() intel_pstate: Do not set utilization update hook too early * pm-cpuidle: intel_idle: Add KBL support intel_idle: Add SKX support intel_idle: Clean up all registered devices on exit. intel_idle: Propagate hot plug errors. intel_idle: Don't overreact to a cpuidle registration failure. intel_idle: Setup the timer broadcast only on successful driver load. intel_idle: Avoid a double free of the per-CPU data. intel_idle: Fix dangling registration on error path. intel_idle: Fix deallocation order on the driver exit path. intel_idle: Remove redundant initialization calls. intel_idle: Fix a helper function's return value. intel_idle: remove useless return from void function. * acpi-cppc: mailbox: pcc: Don't access an unmapped memory address space
Showing diff tob318556479c
- Linus Torvalds committed 9735a22799bLinux 4.6-rc2
- Viresh Kumar committed b318556479ccpufreq: dt: Drop stale comment The comment in file header doesn't hold true anymore, ...
- Len Brown committed 3ce093d4de7intel_idle: Add KBL support KBL is similar to SKL Signed-off-by: Len Brown <len.brown...
- Shanker Donthineni committed 169b38373fdmailbox: pcc: Don't access an unmapped memory address space The acpi_pcc_probe() may e...