summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* thermal: Add support for the thermal sensor on Kirkwood SoCsNobuhiro Iwamatsu2013-02-084-0/+158
* thermal: rcar: add Device Tree supportKuninori Morimoto2013-02-082-0/+36
* thermal: rcar: remove machine_power_off() from rcar_thermal_notify()Kuninori Morimoto2013-02-061-1/+0
* thermal: rcar: add interrupt supportKuninori Morimoto2013-02-061-9/+150
* thermal: rcar: add read/write functions for common/priv dataKuninori Morimoto2013-02-061-7/+41
* thermal: rcar: multi channel supportKuninori Morimoto2013-02-061-34/+94
* thermal: rcar: use mutex lock instead of spin lockKuninori Morimoto2013-02-061-23/+7
* thermal: rcar: enable CPCTL to use hardware TSC decidingKuninori Morimoto2013-02-061-65/+26
* thermal: rcar: use parenthesis on macroKuninori Morimoto2013-02-061-1/+1
* Thermal: fix a build warning when CONFIG_THERMAL_EMULATION clearedZhang Rui2013-02-061-1/+4
* Thermal: fix a wrong commentZhang Rui2013-02-061-2/+2
* thermal: sysfs: Add a new sysfs node emul_temp for thermal emulationAmit Daniel Kachhap2013-02-064-11/+91
* PM: intel_powerclamp: off by one in start_power_clamp()Dan Carpenter2013-02-061-1/+1
* thermal: exynos: Miscellaneous fixes to support falling threshold interruptAmit Daniel Kachhap2013-02-061-6/+11
* PM: Introduce Intel PowerClamp DriverJacob Pan2013-02-064-0/+1113
* x86/nmi: export local_touch_nmi() symbol for modulesJacob Pan2013-01-171-0/+1
* tick: export nohz tick idle symbols for module useJacob Pan2013-01-171-0/+2
* thermal: check for invalid trip setup when registering thermal deviceEduardo Valentin2013-01-171-0/+3
* thermal: cleanup: use dev_* helper functionsEduardo Valentin2013-01-161-4/+6
* thermal: remove unnecessary includeEduardo Valentin2013-01-161-1/+0
* thermal: Use thermal zone device id in netlink messagesEduardo Valentin2013-01-163-6/+13
* thermal: db8500: Use of_match_ptr() macro in db8500_cpufreq_cooling.cSachin Kamat2013-01-041-3/+2
* thermal: db8500: Use of_match_ptr() macro in db8500_thermal.cSachin Kamat2013-01-041-3/+1
* thermal: exynos: Use of_match_ptr() macroSachin Kamat2013-01-041-3/+1
* drivers/thermal/spear_thermal.c: use devm_clk_getJulia Lawall2013-01-041-5/+2
* thermal: rcar: add .get_trip_type/temp and .notify supportkuninori.morimoto.gx@renesas.com2013-01-041-3/+65
* Thermal: exynos: Add sysfs node supporting exynos's emulation mode.Jonghwa Lee2013-01-043-0/+165
* step_wise: Unify the code for both throttle and dethrottleZhang Rui2013-01-041-45/+25
* Introduce THERMAL_TREND_RAISE/DROP_FULL support for step_wise governorZhang Rui2013-01-041-18/+46
* Introduce THERMAL_TREND_RAISE_FULL and THERMAL_TREND_DROP_FULLZhang Rui2013-01-041-0/+2
* Merge tag 'pinctrl-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/li...Linus Torvalds2013-01-038-6/+113
|\
| * ARM: ux500: add pinctrl address resourcesFabio Baltieri2012-12-262-2/+5
| * pinctrl: nomadik: return if prcm_base is NULLFabio Baltieri2012-12-261-1/+10
| * pinctrl: sirf: enable GPIO pullup/down configuration from dtsBarry Song2012-12-262-0/+51
| * pinctrl: sirf: add missing DT-binding documentBarry Song2012-12-261-0/+44
| * pinctrl: fix comment mistakeLinus Walleij2012-12-261-1/+1
| * drivers/pinctrl/pinctrl-at91.c: convert kfree to devm_kfreeJulia Lawall2012-12-261-1/+1
| * pinctrl: imx5: fix GPIO_8 pad CAN1_RXCAN configurationPhilipp Zabel2012-12-261-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeu...Linus Torvalds2013-01-0315-137/+117
|\ \
| * | f2fs: unify string length declarations and usageLeon Romanovsky2012-12-285-15/+18
| * | f2fs: clean up unused variables and return valuesJaegeuk Kim2012-12-283-17/+5
| * | f2fs: clean up the start_bidx_of_node functionJaegeuk Kim2012-12-281-14/+8
| * | f2fs: remove unneeded variable from f2fs_sync_fsNamjae Jeon2012-12-281-2/+1
| * | f2fs: fix fsync_inode list addition logic and avoid invalid access to memoryNamjae Jeon2012-12-281-3/+4
| * | f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_infoNamjae Jeon2012-12-281-1/+0
| * | f2fs: handle error from f2fs_iget_nowaitNamjae Jeon2012-12-281-0/+3
| * | f2fs: fix equation of has_not_enough_free_secs()Jaegeuk Kim2012-12-282-35/+16
| * | f2fs: add MAINTAINERS entryJaegeuk Kim2012-12-281-0/+10
| * | f2fs: return a default value for non-void functionJaegeuk Kim2012-12-282-5/+4
| * | f2fs: invalidate the node page if allocation is failedJaegeuk Kim2012-12-281-17/+12