Age | Commit message (Expand) | Author | Files | Lines |
2018-05-11 | Merge branch 'thermal-soc' into next | Zhang Rui | 1 | -3/+11 |
2018-05-07 | thermal: mediatek: use of_device_get_match_data() | Ryder Lee | 1 | -4/+1 |
2018-05-07 | thermal: exynos: remove trip reporting to user-space | Bartlomiej Zolnierkiewicz | 1 | -28/+2 |
2018-05-07 | thermal: exynos: remove unused defines for Exynos5433 | Bartlomiej Zolnierkiewicz | 1 | -5/+0 |
2018-05-07 | thermal: exynos: cleanup code for enabling threshold interrupts | Bartlomiej Zolnierkiewicz | 1 | -65/+33 |
2018-05-07 | thermal: exynos: check return values of ->get_trip_[temp, hyst] methods | Bartlomiej Zolnierkiewicz | 1 | -3/+7 |
2018-05-07 | thermal: exynos: move trips setting to exynos_tmu_initialize() | Bartlomiej Zolnierkiewicz | 1 | -51/+37 |
2018-05-07 | thermal: exynos: set trips in ascending order in exynos7_tmu_initialize() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2018-05-07 | thermal: exynos: do not use trips structure directly in ->tmu_initialize | Bartlomiej Zolnierkiewicz | 1 | -10/+8 |
2018-05-07 | thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpers | Bartlomiej Zolnierkiewicz | 1 | -142/+140 |
2018-05-07 | thermal: exynos: move IRQs clearing to exynos_tmu_initialize() | Bartlomiej Zolnierkiewicz | 1 | -10/+4 |
2018-05-07 | thermal: exynos: clear IRQs later in exynos4412_tmu_initialize() | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2018-05-07 | thermal: exynos: make ->tmu_initialize method void | Bartlomiej Zolnierkiewicz | 1 | -18/+10 |
2018-05-07 | thermal: exynos: remove threshold_code checking from exynos4210_tmu_initialize() | Bartlomiej Zolnierkiewicz | 1 | -5/+1 |
2018-05-07 | thermal: exynos: fix trips limit checking in get_th_reg() | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2018-05-07 | thermal: exynos: use sanitize_temp_error() in exynos7_tmu_initialize() | Bartlomiej Zolnierkiewicz | 1 | -7/+6 |
2018-05-07 | thermal: exynos: check STATUS register in exynos_tmu_initialize() | Bartlomiej Zolnierkiewicz | 1 | -32/+13 |
2018-05-07 | thermal: exynos: always check for critical trip points existence | Bartlomiej Zolnierkiewicz | 1 | -9/+10 |
2018-05-07 | thermal: exynos: always check for trips points existence | Bartlomiej Zolnierkiewicz | 1 | -15/+11 |
2018-05-07 | thermal: exynos: fix setting rising_threshold for Exynos5433 | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2018-05-07 | thermal: samsung: Remove support for Exynos5440 | Krzysztof Kozlowski | 1 | -158/+3 |
2018-05-07 | thermal: rcar_gen3_thermal: add r8a77965 support | Niklas Söderlund | 1 | -0/+1 |
2018-05-07 | thermal: rcar_gen3_thermal: update max temperature clamp | Niklas Söderlund | 1 | -2/+2 |
2018-05-07 | thermal: rcar_gen3_thermal: Update calculation formula due to HW evaluation | Hien Dang | 1 | -6/+6 |
2018-05-07 | thermal: tegra: Nuke clk_{readl,writel} helpers | Ezequiel Garcia | 1 | -27/+2 |
2018-05-07 | thermal: uniphier: add UniPhier PXs3 support | Kunihiko Hayashi | 1 | -0/+4 |
2018-05-07 | thermal: exynos: remove separate exynos_tmu.h header file | Bartlomiej Zolnierkiewicz | 2 | -42/+16 |
2018-05-07 | thermal: exynos: remove parsing of samsung, tmu_cal_type property | Bartlomiej Zolnierkiewicz | 2 | -44/+9 |
2018-05-07 | thermal: exynos: remove parsing of samsung,tmu_gain property | Bartlomiej Zolnierkiewicz | 2 | -13/+9 |
2018-05-07 | thermal: exynos: remove parsing of samsung, tmu_reference_voltage property | Bartlomiej Zolnierkiewicz | 2 | -7/+15 |
2018-05-07 | thermal: exynos: remove parsing of samsung, tmu[_min, _max]_efuse_value prope... | Bartlomiej Zolnierkiewicz | 2 | -24/+32 |
2018-05-07 | thermal: exynos: remove parsing of samsung, tmu_noise_cancel_mode property | Bartlomiej Zolnierkiewicz | 2 | -9/+4 |
2018-05-07 | thermal: exynos: remove parsing of samsung, tmu_[first, second]_point_trim pr... | Bartlomiej Zolnierkiewicz | 2 | -13/+9 |
2018-05-07 | thermal: exynos: remove parsing of samsung, tmu_default_temp_offset property | Bartlomiej Zolnierkiewicz | 2 | -37/+13 |
2018-05-07 | thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2018-05-07 | thermal: exynos: Read soc_type from match data | Maciej Purski | 1 | -40/+34 |
2018-05-06 | thermal: exynos: Propagate error value from tmu_read() | Marek Szyprowski | 1 | -2/+7 |
2018-05-06 | thermal: exynos: Reading temperature makes sense only when TMU is turned on | Marek Szyprowski | 1 | -1/+4 |
2018-05-06 | thermal: imx: add i.MX7 thermal sensor support | Anson Huang | 1 | -63/+232 |
2018-05-06 | thermal: mediatek: add support for MT7622 SoC | Sean Wang | 1 | -0/+35 |
2018-04-27 | thermal: exynos: Propagate error value from tmu_read() | Marek Szyprowski | 1 | -2/+7 |
2018-04-27 | thermal: exynos: Reading temperature makes sense only when TMU is turned on | Marek Szyprowski | 1 | -1/+4 |
2018-04-24 | thermal: int3403_thermal: Fix NULL pointer deref on module load / probe | Hans de Goede | 1 | -2/+1 |
2018-04-13 | Merge branches 'thermal-core' and 'thermal-soc' into next | Zhang Rui | 1 | -3/+3 |
2018-04-02 | thermal: Add cooling device's statistics in sysfs | Viresh Kumar | 5 | -2/+248 |
2018-03-14 | thermal: imx: Fix race condition in imx_thermal_probe() | Mikhail Lappo | 1 | -3/+3 |
2018-02-07 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 11 | -198/+286 |
2018-02-01 | Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -9/+8 |
2018-01-15 | Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into next | Zhang Rui | 8 | -180/+281 |
2018-01-15 | thermal: thermal_hwmon: Convert to hwmon_device_register_with_info() | Fabio Estevam | 1 | -17/+3 |