]> git.samba.org - sfrench/cifs-2.6.git/commitdiff
Merge tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 22:21:02 +0000 (15:21 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 30 Apr 2013 22:21:02 +0000 (15:21 -0700)
Pull power management and ACPI updates from Rafael J Wysocki:

 - ARM big.LITTLE cpufreq driver from Viresh Kumar.

 - exynos5440 cpufreq driver from Amit Daniel Kachhap.

 - cpufreq core cleanup and code consolidation from Viresh Kumar and
   Stratos Karafotis.

 - cpufreq scalability improvement from Nathan Zimmer.

 - AMD "frequency sensitivity feedback" powersave bias for the ondemand
   cpufreq governor from Jacob Shin.

 - cpuidle code consolidation and cleanups from Daniel Lezcano.

 - ARM OMAP cpuidle fixes from Santosh Shilimkar and Daniel Lezcano.

 - ACPICA fixes and other improvements from Bob Moore, Jung-uk Kim, Lv
   Zheng, Yinghai Lu, Tang Chen, Colin Ian King, and Linn Crosetto.

 - ACPI core updates related to hotplug from Toshi Kani, Paul Bolle,
   Yasuaki Ishimatsu, and Rafael J Wysocki.

 - Intel Lynxpoint LPSS (Low-Power Subsystem) support improvements from
   Rafael J Wysocki and Andy Shevchenko.

* tag 'pm+acpi-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm: (192 commits)
  cpufreq: Revert incorrect commit 5800043
  cpufreq: MAINTAINERS: Add co-maintainer
  cpuidle: add maintainer entry
  ACPI / thermal: do not always return THERMAL_TREND_RAISING for active trip points
  ARM: s3c64xx: cpuidle: use init/exit common routine
  cpufreq: pxa2xx: initialize variables
  ACPI: video: correct acpi_video_bus_add error processing
  SH: cpuidle: use init/exit common routine
  ARM: S5pv210: compiling issue, ARM_S5PV210_CPUFREQ needs CONFIG_CPU_FREQ_TABLE=y
  ACPI: Fix wrong parameter passed to memblock_reserve
  cpuidle: fix comment format
  pnp: use %*phC to dump small buffers
  isapnp: remove debug leftovers
  ARM: imx: cpuidle: use init/exit common routine
  ARM: davinci: cpuidle: use init/exit common routine
  ARM: kirkwood: cpuidle: use init/exit common routine
  ARM: calxeda: cpuidle: use init/exit common routine
  ARM: tegra: cpuidle: use init/exit common routine for tegra3
  ARM: tegra: cpuidle: use init/exit common routine for tegra2
  ARM: OMAP4: cpuidle: use init/exit common routine
  ...

12 files changed:
1  2 
MAINTAINERS
arch/arm/Kconfig
arch/arm/mach-omap2/pm.c
arch/ia64/Kconfig
arch/mips/Kconfig
arch/sh/Kconfig
arch/sparc/Kconfig
arch/x86/include/asm/cpufeature.h
drivers/acpi/pci_root.c
drivers/acpi/scan.c
include/linux/acpi.h
include/linux/clockchips.h

diff --cc MAINTAINERS
Simple merge
Simple merge
Simple merge
Simple merge
Simple merge
diff --cc arch/sh/Kconfig
Simple merge
Simple merge
Simple merge
Simple merge
index f54d1985e59465a049af9cffd76d8f7f38a20e4a,d7f3c8b66fcfd8017d292d256ca6fef2c6a02234..fe158fd4f1df401d74c04c612cca591f4a7d8eaf
@@@ -1788,8 -2041,11 +2041,10 @@@ int __init acpi_scan_init(void
        acpi_pci_root_init();
        acpi_pci_link_init();
        acpi_platform_init();
+       acpi_lpss_init();
        acpi_csrt_init();
        acpi_container_init();
 -      acpi_pci_slot_init();
+       acpi_memory_hotplug_init();
  
        mutex_lock(&acpi_scan_lock);
        /*
Simple merge
index 464e229e7d84de90eba7b3b40c22023a0c643ec0,f9fd937583332fb3d5a94b4a76f173c5ea3391c4..963d71431388c078a1e82ede705a4d113bf08c3c
@@@ -192,8 -181,7 +192,8 @@@ static inline void clockevents_notify(u
  static inline void clockevents_suspend(void) {}
  static inline void clockevents_resume(void) {}
  
- #define clockevents_notify(reason, arg) do { } while (0)
+ static inline void clockevents_notify(unsigned long reason, void *arg) {}
 +static inline int tick_check_broadcast_expired(void) { return 0; }
  
  #endif