Age | Commit message (Expand) | Author |
2019-03-18 | thermal: samsung: Fix incorrect check after code merge | Marek Szyprowski |
2018-07-27 | thermal: samsung: Remove Exynos5440 clock handling left-overs | Krzysztof Kozlowski |
2018-06-12 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds |
2018-06-01 | thermal: exynos: Reduce severity of too early temperature read | Krzysztof Kozlowski |
2018-05-06 | thermal: exynos: remove trip reporting to user-space | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove unused defines for Exynos5433 | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: cleanup code for enabling threshold interrupts | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: check return values of ->get_trip_[temp, hyst] methods | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: move trips setting to exynos_tmu_initialize() | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: set trips in ascending order in exynos7_tmu_initialize() | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: do not use trips structure directly in ->tmu_initialize | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpers | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: move IRQs clearing to exynos_tmu_initialize() | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: clear IRQs later in exynos4412_tmu_initialize() | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: make ->tmu_initialize method void | Bartlomiej Zolnierkiewicz |
2018-05-06 | thermal: exynos: remove threshold_code checking from exynos4210_tmu_initialize() | Bartlomiej Zolnierkiewicz |
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 |
2018-04-27 | thermal: exynos: Propagate error value from tmu_read() | Marek Szyprowski |
2018-04-27 | 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 |