Age | Commit message (Expand) | Author |
2018-05-06 | thermal: exynos: fix trips limit checking in get_th_reg() | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: use sanitize_temp_error() in exynos7_tmu_initialize() | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: check STATUS register in exynos_tmu_initialize() | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: always check for critical trip points existence | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: always check for trips points existence | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: fix setting rising_threshold for Exynos5433 | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: samsung: Remove support for Exynos5440 | Krzysztof Kozlowski |
2018-05-06 | thermal: exynos: remove separate exynos_tmu.h header file | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove parsing of samsung, tmu_cal_type property | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove parsing of samsung,tmu_gain property | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove parsing of samsung, tmu_reference_voltage property | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove parsing of samsung, tmu[_min, _max]_efuse_value prope... | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove parsing of samsung, tmu_noise_cancel_mode property | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove parsing of samsung, tmu_[first, second]_point_trim pr... | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove parsing of samsung, tmu_default_temp_offset property | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: Read soc_type from match data | Maciej Purski |
2018-05-06 | thermal: exynos: Propagate error value from tmu_read() | Marek Szyprowski |
2018-05-06 | thermal: exynos: Reading temperature makes sense only when TMU is turned on | Marek Szyprowski |
2017-08-11 | thermal: exynos: constify thermal_zone_of_device_ops structures | Julia Lawall |
2017-02-18 | thermal: exynos: Remove parsing unused samsung,tmu_cal_mode property | Krzysztof Kozlowski |
2016-09-27 | thermal: Enhance thermal_zone_device_update for events | Srinivas Pandruvada |
2016-03-08 | thermal: exynos: Defer probe if vtmu is present but not registered | Javier Martinez Canillas |
2016-03-08 | thermal: exynos: Use devm_regulator_get_optional() for vtmu | Javier Martinez Canillas |
2016-03-08 | thermal: exynos: Print a message about exceeded number of supported trip-points | Krzysztof Kozlowski |
2016-03-08 | thermal: Fix build error of missing devm_ioremap_resource on UM | Krzysztof Kozlowski |
2015-11-11 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds |
2015-11-04 | thermal: exynos: Directly return 0 instead of using local ret variable | Krzysztof Kozlowski |
2015-11-04 | thermal: exynos: Remove unneeded semicolon | Krzysztof Kozlowski |
2015-11-04 | thermal: exynos: Use IS_ERR() because regulator cannot be NULL | Krzysztof Kozlowski |
2015-11-04 | thermal: exynos: Fix first temperature read after registering sensor | Krzysztof Kozlowski |
2015-11-04 | thermal: exynos: Fix unbalanced regulator disable on probe failure | Krzysztof Kozlowski |
2015-10-17 | thermal: exynos: Fix register read in TMU | Sudip Mukherjee |
2015-09-02 | Merge branches 'thermal-core' and 'thermal-intel' of .git into next | Zhang Rui |
2015-08-03 | thermal: consistently use int for temperatures | Sascha Hauer |
2015-08-02 | thermal: exynos: Remove unused code related to platform_data on probe() | Chanwoo Choi |
2015-08-02 | thermal: exynos: Add the dependency of CONFIG_THERMAL_OF instead of CONFIG_OF | Chanwoo Choi |
2015-08-02 | thermal: exynos: Disable the regulator on probe failure | Krzysztof Kozlowski |
2015-05-04 | thermal: exynos: Add the support for Exynos5433 TMU | Chanwoo Choi |
2015-03-02 | thermal: exynos: Fix wrong control of power down detection mode for Exynos7 | Chanwoo Choi |
2015-02-24 | thermal: exynos: Clean-up code to use oneline entry for exynos compatible table | Chanwoo Choi |
2015-02-20 | thermal: exynos: fix: Check if data->tmu_read callback is present before read | Lukasz Majewski |
2015-01-31 | thermal: exynos: Add TMU support for Exynos7 SoC | Abhilash Kesavan |
2015-01-28 | thermal: exynos: Correct sanity check at exynos_report_trigger() function | Lukasz Majewski |
2015-01-27 | thermal: Kconfig: Remove config for not used EXYNOS_THERMAL_CORE | Lukasz Majewski |
2015-01-26 | thermal: exynos: Remove exynos_tmu_data.c file | Lukasz Majewski |
2015-01-24 | thermal: exynos: Remove exynos_thermal_common.[c|h] files | Lukasz Majewski |
2015-01-24 | thermal: samsung: core: Exynos TMU rework to use device tree for configuration | Lukasz Majewski |
2015-01-24 | thermal: exynos: Modify exynos thermal code to use device tree for cpu coolin... | Lukasz Majewski |
2015-01-24 | thermal: exynos: Provide thermal_exynos.h file to be included in device tree ... | Lukasz Majewski |