summaryrefslogtreecommitdiffstats
path: root/drivers/thermal/samsung
Commit message (Expand)AuthorAgeFilesLines
* thermal: exynos_tmu: Convert to platform remove callback returning voidUwe Kleine-König2023-10-021-4/+2
* thermal/drivers/samsung: Fix Wvoid-pointer-to-enum-cast warningKrzysztof Kozlowski2023-08-161-1/+1
* thermal: Explicitly include correct DT includesRob Herring2023-07-311-1/+1
* thermal/core: Use the thermal zone 'devdata' accessor in thermal located driversDaniel Lezcano2023-03-031-2/+2
* thermal: Remove core header inclusion from driversDaniel Lezcano2023-02-151-2/+1
* thermal/drivers/exynos: Fix NULL pointer dereference when getting the critica...Daniel Lezcano2023-01-061-3/+2
* thermal/drivers/exynos: Replace of_thermal_is_trip_valid() by thermal_zone_ge...Daniel Lezcano2023-01-061-3/+6
* thermal/drivers/exynos: of_thermal_get_ntrips()Daniel Lezcano2023-01-061-3/+4
* thermal/drivers/exynos: Use generic thermal_zone_get_trip() functionDaniel Lezcano2023-01-061-25/+16
* thermal/drivers/samsung: Switch to new of thermal APIDaniel Lezcano2022-08-171-14/+10
* thermal/drivers/exynos: Fix an error code in exynos_tmu_probe()Dan Carpenter2021-08-141-0/+1
* thermal: exynos: Silence warning during deferred probeMarek Szyprowski2020-03-121-1/+3
* thermal: exynos: Rename Samsung and Exynos to lowercaseKrzysztof Kozlowski2020-01-272-3/+3
* thermal: samsung: Appease the kernel-doc deityAmit Kucheria2020-01-271-1/+4
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
* thermal: samsung: Fix incorrect check after code mergeMarek Szyprowski2019-03-181-1/+1
* thermal: samsung: Remove Exynos5440 clock handling left-oversKrzysztof Kozlowski2018-07-271-5/+0
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2018-06-122-695/+339
|\
| * thermal: exynos: Reduce severity of too early temperature readKrzysztof Kozlowski2018-06-011-1/+7
| * thermal: exynos: remove trip reporting to user-spaceBartlomiej Zolnierkiewicz2018-05-061-28/+2
| * thermal: exynos: remove unused defines for Exynos5433Bartlomiej Zolnierkiewicz2018-05-061-5/+0
| * thermal: exynos: cleanup code for enabling threshold interruptsBartlomiej Zolnierkiewicz2018-05-061-65/+33
| * thermal: exynos: check return values of ->get_trip_[temp, hyst] methodsBartlomiej Zolnierkiewicz2018-05-061-3/+7
| * thermal: exynos: move trips setting to exynos_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-51/+37
| * thermal: exynos: set trips in ascending order in exynos7_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-1/+1
| * thermal: exynos: do not use trips structure directly in ->tmu_initializeBartlomiej Zolnierkiewicz2018-05-061-10/+8
| * thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpersBartlomiej Zolnierkiewicz2018-05-061-142/+140
| * thermal: exynos: move IRQs clearing to exynos_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-10/+4
| * thermal: exynos: clear IRQs later in exynos4412_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-2/+2
| * thermal: exynos: make ->tmu_initialize method voidBartlomiej Zolnierkiewicz2018-05-061-18/+10
| * thermal: exynos: remove threshold_code checking from exynos4210_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-5/+1
| * thermal: exynos: fix trips limit checking in get_th_reg()Bartlomiej Zolnierkiewicz2018-05-061-2/+2
| * thermal: exynos: use sanitize_temp_error() in exynos7_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-7/+6
| * thermal: exynos: check STATUS register in exynos_tmu_initialize()Bartlomiej Zolnierkiewicz2018-05-061-32/+13
| * thermal: exynos: always check for critical trip points existenceBartlomiej Zolnierkiewicz2018-05-061-9/+10
| * thermal: exynos: always check for trips points existenceBartlomiej Zolnierkiewicz2018-05-061-15/+11
| * thermal: exynos: fix setting rising_threshold for Exynos5433Bartlomiej Zolnierkiewicz2018-05-061-0/+1
| * thermal: samsung: Remove support for Exynos5440Krzysztof Kozlowski2018-05-061-158/+3
| * thermal: exynos: remove separate exynos_tmu.h header fileBartlomiej Zolnierkiewicz2018-05-062-42/+16
| * thermal: exynos: remove parsing of samsung, tmu_cal_type propertyBartlomiej Zolnierkiewicz2018-05-062-44/+9
| * thermal: exynos: remove parsing of samsung,tmu_gain propertyBartlomiej Zolnierkiewicz2018-05-062-13/+9
| * thermal: exynos: remove parsing of samsung, tmu_reference_voltage propertyBartlomiej Zolnierkiewicz2018-05-062-7/+15
| * thermal: exynos: remove parsing of samsung, tmu[_min, _max]_efuse_value prope...Bartlomiej Zolnierkiewicz2018-05-062-24/+32
| * thermal: exynos: remove parsing of samsung, tmu_noise_cancel_mode propertyBartlomiej Zolnierkiewicz2018-05-062-9/+4
| * thermal: exynos: remove parsing of samsung, tmu_[first, second]_point_trim pr...Bartlomiej Zolnierkiewicz2018-05-062-13/+9
| * thermal: exynos: remove parsing of samsung, tmu_default_temp_offset propertyBartlomiej Zolnierkiewicz2018-05-062-37/+13
| * thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_dataBartlomiej Zolnierkiewicz2018-05-061-2/+0
| * thermal: exynos: Read soc_type from match dataMaciej Purski2018-05-061-40/+34
| * thermal: exynos: Propagate error value from tmu_read()Marek Szyprowski2018-05-061-2/+7