linux-kernel-test/arch
Linus Torvalds 91466574be Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
Pull thermal management updates from Zhang Rui:
 "This time, the biggest change is the work of representing hardware
  thermal properties in device tree infrastructure.

  This work includes the introduction of a device tree bindings for
  describing the hardware thermal behavior and limits, and also a parser
  to read and interpret the data, and build thermal zones and thermal
  binding parameters.  It also contains three examples on how to use the
  new representation on sensor devices, using three different drivers to
  accomplish it.  One driver is in thermal subsystem, the TI SoC
  thermal, and the other two drivers are in hwmon subsystem.

  Actually, this would be the first step of the complete work because we
  still need to check other potential drivers to be converted and then
  validate the proposed API.  But the reason why I include it in this
  pull request is that, first, this change does not hurt any others
  without using this approach, second, the principle and concept of this
  change would not break after converting the remaining drivers.  BTW,
  as you can see, there are several points in this change that do not
  belong to thermal subsystem.  Because it has been suggested by Guenter
  R that in such cases, it is recommended to send the complete series
  via one single subsystem.

  Specifics:

   - representing hardware thermal properties in device tree
     infrastructure

   - fix a regression that the imx thermal driver breaks system suspend.

   - introduce ACPI INT3403 thermal driver to retrieve temperature data
     from the INT3403 ACPI device object present on some systems.

   - introduce debug statement for thermal core and step_wise governor.

   - assorted fixes and cleanups for thermal core, cpu cooling, exynos
     thrmal, intel powerclamp and imx thermal driver"

* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: (34 commits)
  thermal: remove const flag from .ops of imx thermal
  Thermal: update thermal zone device after setting emul_temp
  intel_powerclamp: Fix cstate counter detection.
  thermal: imx: add necessary clk operation
  Thermal cpu cooling: return error if no valid cpu frequency entry
  thermal: fix cpu_cooling max_level behavior
  thermal: rcar-thermal: Enable driver compilation with COMPILE_TEST
  thermal: debug: add debug statement for core and step_wise
  thermal: imx_thermal: add module device table
  drivers: thermal: Mark function as static in x86_pkg_temp_thermal.c
  thermal:samsung: fix compilation warning
  thermal: imx: correct suspend/resume flow
  thermal: exynos: fix error return code
  Thermal: ACPI INT3403 thermal driver
  MAINTAINERS: add thermal bindings entry in thermal domain
  arm: dts: make OMAP4460 bandgap node to belong to OCP
  arm: dts: make OMAP443x bandgap node to belong to OCP
  arm: dts: add cooling properties on omap5 cpu node
  arm: dts: add omap5 thermal data
  arm: dts: add omap5 CORE thermal data
  ...
2014-01-24 17:13:49 -08:00
..
alpha Kconfig: update flightly outdated CONFIG_SMP documentation 2014-01-23 16:37:01 -08:00
arc Kconfig: update flightly outdated CONFIG_SMP documentation 2014-01-23 16:37:01 -08:00
arm Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux 2014-01-24 17:13:49 -08:00
arm64 First round of KVM updates for 3.14; PPC parts will come next week. 2014-01-22 21:40:43 -08:00
avr32 arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h 2014-01-12 10:37:15 +01:00
blackfin The first half of the clk framework pull request is made up almost 2014-01-23 18:56:08 -08:00
c6x
cris cris: provide {in,out}[wl]_p() 2014-01-23 16:36:50 -08:00
frv arch: Clean up asm/barrier.h implementations using asm-generic/barrier.h 2014-01-12 10:37:15 +01:00
hexagon hexagon: use generic fixmap.h 2014-01-23 16:36:54 -08:00
ia64 ACPI and power management updates for 3.14-rc1 2014-01-24 15:51:02 -08:00
m32r Kconfig: update flightly outdated CONFIG_SMP documentation 2014-01-23 16:37:01 -08:00
m68k Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip 2014-01-20 10:42:08 -08:00
metag metag: use generic fixmap.h 2014-01-23 16:36:54 -08:00
microblaze microblaze: use generic fixmap.h 2014-01-23 16:36:54 -08:00
mips Merge branch 'akpm' (incoming from Andrew) 2014-01-23 19:11:50 -08:00
mn10300 Kconfig: update flightly outdated CONFIG_SMP documentation 2014-01-23 16:37:01 -08:00
openrisc
parisc Kconfig: update flightly outdated CONFIG_SMP documentation 2014-01-23 16:37:01 -08:00
powerpc ACPI and power management updates for 3.14-rc1 2014-01-24 15:51:02 -08:00
s390 Merge branch 'akpm' (incoming from Andrew) 2014-01-23 19:11:50 -08:00
score score: remove "select HAVE_GENERIC_HARDIRQS" again 2014-01-21 16:19:41 -08:00
sh Merge branch 'akpm' (incoming from Andrew) 2014-01-23 19:11:50 -08:00
sparc Kconfig: update flightly outdated CONFIG_SMP documentation 2014-01-23 16:37:01 -08:00
tile tile: use generic fixmap.h 2014-01-23 16:36:54 -08:00
um um: use generic fixmap.h 2014-01-23 16:36:54 -08:00
unicore32 mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT 2014-01-21 16:19:44 -08:00
x86 ACPI and power management updates for 3.14-rc1 2014-01-24 15:51:02 -08:00
xtensa GPIO tree bulk changes for v3.14 2014-01-21 10:09:12 -08:00
.gitignore
Kconfig stackprotector: Introduce CONFIG_CC_STACKPROTECTOR_STRONG 2013-12-20 09:38:40 +01:00