| Commit message (Expand) | Author | Age | Files | Lines |
* | thermal/drivers/samsung: Fix Wvoid-pointer-to-enum-cast warning | Krzysztof Kozlowski | 2023-08-16 | 1 | -1/+1 |
* | thermal: Explicitly include correct DT includes | Rob Herring | 2023-07-31 | 1 | -1/+1 |
* | thermal/core: Use the thermal zone 'devdata' accessor in thermal located drivers | Daniel Lezcano | 2023-03-03 | 1 | -2/+2 |
* | thermal: Remove core header inclusion from drivers | Daniel Lezcano | 2023-02-15 | 1 | -2/+1 |
* | thermal/drivers/exynos: Fix NULL pointer dereference when getting the critica... | Daniel Lezcano | 2023-01-06 | 1 | -3/+2 |
* | thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_ge... | Daniel Lezcano | 2023-01-06 | 1 | -3/+6 |
* | thermal/drivers/exynos: of_thermal_get_ntrips() | Daniel Lezcano | 2023-01-06 | 1 | -3/+4 |
* | thermal/drivers/exynos: Use generic thermal_zone_get_trip() function | Daniel Lezcano | 2023-01-06 | 1 | -25/+16 |
* | thermal/drivers/samsung: Switch to new of thermal API | Daniel Lezcano | 2022-08-17 | 1 | -14/+10 |
* | thermal/drivers/exynos: Fix an error code in exynos_tmu_probe() | Dan Carpenter | 2021-08-14 | 1 | -0/+1 |
* | thermal: exynos: Silence warning during deferred probe | Marek Szyprowski | 2020-03-12 | 1 | -1/+3 |
* | thermal: exynos: Rename Samsung and Exynos to lowercase | Krzysztof Kozlowski | 2020-01-27 | 1 | -2/+2 |
* | thermal: samsung: Appease the kernel-doc deity | Amit Kucheria | 2020-01-27 | 1 | -1/+4 |
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 | Thomas Gleixner | 2019-05-30 | 1 | -15/+1 |
* | thermal: samsung: Fix incorrect check after code merge | Marek Szyprowski | 2019-03-18 | 1 | -1/+1 |
* | thermal: samsung: Remove Exynos5440 clock handling left-overs | Krzysztof Kozlowski | 2018-07-27 | 1 | -5/+0 |
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 2018-06-12 | 1 | -620/+339 |
|\ |
|
| * | thermal: exynos: Reduce severity of too early temperature read | Krzysztof Kozlowski | 2018-06-01 | 1 | -1/+7 |
| * | thermal: exynos: remove trip reporting to user-space | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -28/+2 |
| * | thermal: exynos: remove unused defines for Exynos5433 | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -5/+0 |
| * | thermal: exynos: cleanup code for enabling threshold interrupts | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -65/+33 |
| * | thermal: exynos: check return values of ->get_trip_[temp, hyst] methods | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -3/+7 |
| * | thermal: exynos: move trips setting to exynos_tmu_initialize() | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -51/+37 |
| * | thermal: exynos: set trips in ascending order in exynos7_tmu_initialize() | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -1/+1 |
| * | thermal: exynos: do not use trips structure directly in ->tmu_initialize | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -10/+8 |
| * | thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpers | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -142/+140 |
| * | thermal: exynos: move IRQs clearing to exynos_tmu_initialize() | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -10/+4 |
| * | thermal: exynos: clear IRQs later in exynos4412_tmu_initialize() | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -2/+2 |
| * | thermal: exynos: make ->tmu_initialize method void | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -18/+10 |
| * | thermal: exynos: remove threshold_code checking from exynos4210_tmu_initialize() | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -5/+1 |
| * | thermal: exynos: fix trips limit checking in get_th_reg() | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -2/+2 |
| * | thermal: exynos: use sanitize_temp_error() in exynos7_tmu_initialize() | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -7/+6 |
| * | thermal: exynos: check STATUS register in exynos_tmu_initialize() | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -32/+13 |
| * | thermal: exynos: always check for critical trip points existence | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -9/+10 |
| * | thermal: exynos: always check for trips points existence | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -15/+11 |
| * | thermal: exynos: fix setting rising_threshold for Exynos5433 | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -0/+1 |
| * | thermal: samsung: Remove support for Exynos5440 | Krzysztof Kozlowski | 2018-05-06 | 1 | -158/+3 |
| * | thermal: exynos: remove separate exynos_tmu.h header file | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -1/+16 |
| * | thermal: exynos: remove parsing of samsung, tmu_cal_type property | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -34/+9 |
| * | thermal: exynos: remove parsing of samsung,tmu_gain property | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -9/+9 |
| * | thermal: exynos: remove parsing of samsung, tmu_reference_voltage property | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -3/+15 |
| * | thermal: exynos: remove parsing of samsung, tmu[_min, _max]_efuse_value prope... | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -17/+32 |
| * | thermal: exynos: remove parsing of samsung, tmu_noise_cancel_mode property | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -6/+4 |
| * | thermal: exynos: remove parsing of samsung, tmu_[first, second]_point_trim pr... | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -11/+9 |
| * | thermal: exynos: remove parsing of samsung, tmu_default_temp_offset property | Bartlomiej Zolnierkiewicz | 2018-05-06 | 1 | -35/+13 |
| * | thermal: exynos: Read soc_type from match data | Maciej Purski | 2018-05-06 | 1 | -40/+34 |
| * | thermal: exynos: Propagate error value from tmu_read() | Marek Szyprowski | 2018-05-06 | 1 | -2/+7 |
| * | thermal: exynos: Reading temperature makes sense only when TMU is turned on | Marek Szyprowski | 2018-05-06 | 1 | -1/+4 |
* | | thermal: exynos: Propagate error value from tmu_read() | Marek Szyprowski | 2018-04-27 | 1 | -2/+7 |
* | | thermal: exynos: Reading temperature makes sense only when TMU is turned on | Marek Szyprowski | 2018-04-27 | 1 | -1/+4 |
|/ |
|