aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-13thermal: exynos: Make the zone handling use trip informationAmit Daniel Kachhap3-28/+47
2013-08-13thermal: exynos: Return success even if no cooling data suppliedAmit Daniel Kachhap1-2/+2
2013-08-13thermal: exynos: Modify private_data to appropriate name driver_dataAmit Daniel Kachhap3-4/+4
2013-08-13thermal: exynos: Add support for instance based register/unregisterAmit Daniel Kachhap3-26/+49
2013-08-13thermal: exynos: Fix to clear only the generated interruptsAmit Daniel Kachhap2-6/+7
2013-08-13thermal: exynos: Support thermal trippingAmit Daniel Kachhap3-5/+44
2013-08-13thermal: exynos: Move register definitions from driver to data fileAmit Daniel Kachhap4-117/+315
2013-08-13thermal: exynos: Add extra entries in the tmu platform dataAmit Daniel Kachhap4-48/+85
2013-08-13thermal: exynos: Add missing definations and code cleanupAmit Daniel Kachhap1-16/+46
2013-08-13thermal: exynos: Bifurcate exynos tmu driver and configuration dataAmit Daniel Kachhap5-65/+126
2013-08-13thermal: exynos: Move exynos_thermal.h from include/* to driver/* folderAmit Daniel Kachhap4-2/+124
2013-08-13thermal: exynos: Rename exynos_thermal.c to exynos_tmu.cAmit Daniel Kachhap2-4/+4
2013-08-13thermal: exynos: Bifurcate exynos thermal common and tmu controller codeAmit Daniel Kachhap5-419/+491
2013-08-13thermal: exynos: Remove un-necessary CPU_THERMAL dependencyAmit Daniel Kachhap1-1/+0
2013-08-13thermal: exynos: Use ARCH_HAS_BANDGAP config to know the supported soc'sAmit Daniel Kachhap1-1/+1
2013-08-13thermal: exynos: Moving exynos thermal files into samsung directoryAmit Daniel Kachhap5-9/+19
2013-08-13thermal: add imx thermal driver supportShawn Guo3-0/+409
2013-07-22Thermal: Fix lockup of cpu_down()Steven Rostedt1-1/+0
2013-07-16Thermal: x86_pkg_temp: Limit number of pkg temp zonesSrinivas Pandruvada1-0/+5
2013-07-15Thermal: x86_pkg_temp: fix krealloc() misuse in in pkg_temp_thermal_device_add()Wei Yongjun1-3/+5
2013-07-15Thermal: x86 package temp thermal crashSrinivas Pandruvada1-2/+2
2013-07-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds24-48/+4981
2013-07-08thermal: ti-soc-thermal: use standard GPIO DT bindingsEduardo Valentin1-6/+2
2013-06-19thermal: exynos: Support both EXYNOS4X12 SoCsTomasz Figa1-1/+2
2013-06-18Merge branch 'cpu-package-thermal' of .git into nextZhang Rui1-2/+1
2013-06-18thermal: fix x86_pkg_temp_thermal.c build and KconfigRandy Dunlap1-2/+1
2013-06-18Merge branch 'cpu-package-thermal' of .git into nextZhang Rui3-0/+656
2013-06-18Thermal: CPU Package temperature thermalSrinivas Pandruvada3-1/+655
2013-06-13Merge branches 'for-rc' and 'ti-soc' of .git into nextZhang Rui10-25/+831
2013-06-13thermal: consider emul_temperature while computing trendEduardo Valentin1-1/+2
2013-06-13thermal: ti-soc-thermal: add dra752 chip to device tableEduardo Valentin2-0/+11
2013-06-13thermal: ti-soc-thermal: add thermal data for DRA752 chipsEduardo Valentin5-0/+775
2013-06-13thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULLEduardo Valentin2-11/+14
2013-06-13thermal: ti-soc-thermal: freeze FSM while computing trendEduardo Valentin1-3/+9
2013-06-13thermal: ti-soc-thermal: remove external heat while extrapolating hotspotEduardo Valentin1-10/+20
2013-05-28thermal: cpu_cooling: fix 'descend' check in get_property()Shawn Guo1-1/+1
2013-05-28Merge branches 'misc', 'drv_cleanup', 'devm-cleanup' and 'ti-soc' of .git into nextZhang Rui19-58/+3511
2013-05-28Thermal: spear: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-28Thermal: kirkwood: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-28Thermal: dove: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-28Thermal: armada: Remove redundant use of of_match_ptrSachin Kamat1-1/+1
2013-05-28thermal: introduce TI SoC thermal driverEduardo Valentin13-1/+3503
2013-05-28Thermal: don't check resource with devm_ioremap_resourceZhang Rui2-20/+3
2013-05-28Thermal: core: Ask .get_trip_temp() to register thermal zone device.Jonghwa Lee1-1/+1
2013-05-28thermal: cut the spaces when user sets policyAndy Shevchenko1-1/+5
2013-05-28thermal: rcar: Fix typo in probe information messageLaurent Pinchart1-1/+1
2013-05-20Thermal: spear_thermal: convert to devm_ioremap_resourceZhang Rui1-10/+10
2013-05-20drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang4-26/+3
2013-05-18drivers/thermal: don't check resource with devm_ioremap_resourceWolfram Sang3-19/+0
2013-05-06Thermal: spear: Remove redundant platform_set_drvdata()Sachin Kamat1-1/+0