- 3f16503 Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
- d972604 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 6 years ago
- 3cc97be treewide: correct "differenciate" and "instanciate" typos by Finn Thain · 6 years ago
- 152395f thermal: of-thermal: disable passive polling when thermal zone is disabled by Anson Huang · 6 years ago
- d316522 thermal: rcar_gen3_thermal: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- c954579 thermal: rcar_thermal: convert to SPDX identifiers by Kuninori Morimoto · 6 years ago
- 2dfef65 thermal: qoriq: Switch to SPDX identifier by Fabio Estevam · 6 years ago
- 1a893a5 thermal: qoriq: Simplify the 'site' variable assignment by Fabio Estevam · 6 years ago
- f1506a6 thermal: qoriq: Use devm_thermal_zone_of_sensor_register() by Fabio Estevam · 6 years ago
- d01e12d Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 6 years ago
- 84b64de thermal: armada: fix copy-paste error in armada_thermal_probe() by Wei Yongjun · 6 years ago
- 542cdf4 thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources by Simon Horman · 6 years ago
- c0c0470 thermal: samsung: Remove Exynos5440 clock handling left-overs by Krzysztof Kozlowski · 6 years ago
- 432121a thermal: tsens: Fix negative temperature reporting by Amit Kucheria · 6 years ago
- faa590b thermal: tsens: switch from of_iomap() to devm_ioremap_resource() by Amit Kucheria · 6 years ago
- e0fe014 thermal: tsens: Rename variable by Amit Kucheria · 6 years ago
- 191dc74 thermal: tsens: Add generic support for TSENS v2 IP by Amit Kucheria · 6 years ago
- 770324a thermal: tsens: Rename tsens-8996 to tsens-v2 for reuse by Amit Kucheria · 6 years ago
- 5b12839 thermal: tsens: Add support to split up register address space into two by Amit Kucheria · 6 years ago
- 5834edd thermal: tsens: Get rid of unused fields in structure by Amit Kucheria · 6 years ago
- f6b6b52 thermal_hwmon: Pass the originating device down to hwmon_device_register_with_info by Marc Zyngier · 7 years ago
- 409ef0b thermal_hwmon: Sanitize attribute name passed to hwmon by Marc Zyngier · 7 years ago
- 8c0e64a thermal: armada: get rid of the ->is_valid() pointer by Miquel Raynal · 6 years ago
- 68b1482 thermal: armada: move validity check out of the read function by Miquel Raynal · 6 years ago
- 00707e4 thermal: armada: remove sensors validity from the IP initialization by Miquel Raynal · 6 years ago
- f7c2068 thermal: armada: add multi-channel sensors support by Miquel Raynal · 6 years ago
- c9899c1 thermal: armada: use the resource managed registration helper alternative by Miquel Raynal · 6 years ago
- 3d4e518 thermal: armada: convert driver to syscon register accesses by Miquel Raynal · 6 years ago
- a9fae79 thermal: armada: average over samples to avoid glitches by Miquel Raynal · 6 years ago
- 5b5e17a thermal: armada: dissociate a380 and cp110 ->init() hooks by Miquel Raynal · 6 years ago
- 8b4c271 thermal: armada: rename the initialization routine by Miquel Raynal · 6 years ago
- c5d7d57 thermal: armada: remove misleading comments by Miquel Raynal · 6 years ago
- 931d3c5 thermal: armada: remove useless register accesses by Miquel Raynal · 6 years ago
- 8d98761 thermal: armada: add a function that sanitizes the thermal zone name by Miquel Raynal · 6 years ago
- 9bebf34 thermal: ti-soc-thermal: remove dead code by Bartlomiej Zolnierkiewicz · 7 years ago
- 54c5848 Thermal: Intel SoC DTS: Translate IO-APIC GSI number to linux irq number by Hans de Goede · 7 years ago
- be926ce thermal: i.MX: Allow thermal probe to fail gracefully in case of bad calibration. by Jean-Christophe Dubois · 7 years ago
- a1d0015 cpufreq: imx6q/thermal: imx: register cooling device depending on OF by Bastian Stender · 7 years ago
- b08fc52 Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- a86854d treewide: devm_kzalloc() -> devm_kcalloc() by Kees Cook · 7 years ago
- 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
- 19785cf Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux-soc-thermal by Linus Torvalds · 7 years ago
- 98db5e5 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux by Linus Torvalds · 7 years ago
- 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
- d75ae5b Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
- 0ed2dd0 treewide: Use struct_size() for devm_kmalloc() and friends by Kees Cook · 7 years ago
- bd2a07f thermal: bcm2835: Stop using printk format %pCr by Geert Uytterhoeven · 7 years ago
- 6d7c70d thermal: qcom: tsens: Allow number of sensors to come from DT by Bjorn Andersson · 7 years ago
- cc50ba5 thermal: tegra: soctherm: add const to struct thermal_cooling_device_ops by srplinux2008 · 7 years ago
- ffe6e16 thermal: exynos: Reduce severity of too early temperature read by Krzysztof Kozlowski · 7 years ago
- 45f8b0d thermal: imx: Switch to SPDX identifier by Fabio Estevam · 7 years ago
- 10c8251 thermal: qcom-spmi-temp-alarm: add support for GEN2 PMIC peripherals by David Collins · 7 years ago
- d86910b thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[] by Bartlomiej Zolnierkiewicz · 7 years ago
- 1969d9d thermal: rcar_thermal: add r8a77995 support by Yoshihiro Kaneko · 7 years ago
- e9ed3ee Merge branches 'thermal-core' and 'thermal-intel' into next by Zhang Rui · 7 years ago
- ce7d35f thermal: int340x: processor_thermal: Add GeminiLake support by Sumeet Pawnikar · 7 years ago
- 7e3c038 drivers: thermal: Update license to SPDX format by Lina Iyer · 7 years ago
- d8e3a61 thermal: int340x: Prevent error in reading trip hysteresis attribute by Srinivas Pandruvada · 7 years ago
- e76a438 thermal: Use DEVICE_ATTR_{RO|RW|WO}() variants by Viresh Kumar · 7 years ago
- 33e678d thermal: Shorten name of sysfs callbacks by Viresh Kumar · 7 years ago
- 60abce9 Merge branch 'thermal-soc' into next by Zhang Rui · 7 years ago
- 9efc58d thermal: mediatek: use of_device_get_match_data() by Ryder Lee · 7 years ago
- b43e3cf thermal: exynos: remove trip reporting to user-space by Bartlomiej Zolnierkiewicz · 7 years ago
- 2b2426a72 thermal: exynos: remove unused defines for Exynos5433 by Bartlomiej Zolnierkiewicz · 7 years ago
- 64e9419 thermal: exynos: cleanup code for enabling threshold interrupts by Bartlomiej Zolnierkiewicz · 7 years ago
- 89335c2 thermal: exynos: check return values of ->get_trip_[temp, hyst] methods by Bartlomiej Zolnierkiewicz · 7 years ago
- c8f8f76 thermal: exynos: move trips setting to exynos_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
- 0c1554a thermal: exynos: set trips in ascending order in exynos7_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
- ab1b7ad thermal: exynos: do not use trips structure directly in ->tmu_initialize by Bartlomiej Zolnierkiewicz · 7 years ago
- a503a10 thermal: exynos: add exynos*_tmu_set_[trip,hyst]() helpers by Bartlomiej Zolnierkiewicz · 7 years ago
- fac36ba thermal: exynos: move IRQs clearing to exynos_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
- 736b11d thermal: exynos: clear IRQs later in exynos4412_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
- c35268f thermal: exynos: make ->tmu_initialize method void by Bartlomiej Zolnierkiewicz · 7 years ago
- 0a79ba5 thermal: exynos: remove threshold_code checking from exynos4210_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
- 3c26513 thermal: exynos: fix trips limit checking in get_th_reg() by Bartlomiej Zolnierkiewicz · 7 years ago
- aef27b6 thermal: exynos: use sanitize_temp_error() in exynos7_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
- 97b3881b thermal: exynos: check STATUS register in exynos_tmu_initialize() by Bartlomiej Zolnierkiewicz · 7 years ago
- 8f1c404 thermal: exynos: always check for critical trip points existence by Bartlomiej Zolnierkiewicz · 7 years ago
- 75e0f10 thermal: exynos: always check for trips points existence by Bartlomiej Zolnierkiewicz · 7 years ago
- 8bfc218 thermal: exynos: fix setting rising_threshold for Exynos5433 by Bartlomiej Zolnierkiewicz · 7 years ago
- 8014220 thermal: samsung: Remove support for Exynos5440 by Krzysztof Kozlowski · 7 years ago
- 2e7db3e thermal: rcar_gen3_thermal: add r8a77965 support by Niklas Söderlund · 7 years ago
- 270ba43 thermal: rcar_gen3_thermal: update max temperature clamp by Niklas Söderlund · 7 years ago
- fc66ddf thermal: rcar_gen3_thermal: Update calculation formula due to HW evaluation by Hien Dang · 7 years ago
- 3428372 thermal: tegra: Nuke clk_{readl,writel} helpers by Ezequiel Garcia · 7 years ago
- 2d3c4cf thermal: uniphier: add UniPhier PXs3 support by Kunihiko Hayashi · 7 years ago
- 7efd18a thermal: exynos: remove separate exynos_tmu.h header file by Bartlomiej Zolnierkiewicz · 7 years ago
- 199b3e3 thermal: exynos: remove parsing of samsung, tmu_cal_type property by Bartlomiej Zolnierkiewicz · 7 years ago
- fccfe09 thermal: exynos: remove parsing of samsung,tmu_gain property by Bartlomiej Zolnierkiewicz · 7 years ago
- 61020d1 thermal: exynos: remove parsing of samsung, tmu_reference_voltage property by Bartlomiej Zolnierkiewicz · 7 years ago
- e3ed364 thermal: exynos: remove parsing of samsung, tmu[_min, _max]_efuse_value properties by Bartlomiej Zolnierkiewicz · 7 years ago
- 09d2942 thermal: exynos: remove parsing of samsung, tmu_noise_cancel_mode property by Bartlomiej Zolnierkiewicz · 7 years ago
- 718b4ca1 thermal: exynos: remove parsing of samsung, tmu_[first, second]_point_trim properties by Bartlomiej Zolnierkiewicz · 7 years ago
- 9c933b1 thermal: exynos: remove parsing of samsung, tmu_default_temp_offset property by Bartlomiej Zolnierkiewicz · 7 years ago
- 3ab9e41 thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_data by Bartlomiej Zolnierkiewicz · 7 years ago
- fee88e2 thermal: exynos: Read soc_type from match data by Maciej Purski · 7 years ago
- 08d725c thermal: exynos: Propagate error value from tmu_read() by Marek Szyprowski · 7 years ago
- 0eb875d thermal: exynos: Reading temperature makes sense only when TMU is turned on by Marek Szyprowski · 7 years ago
- f085f67 thermal: imx: add i.MX7 thermal sensor support by Anson Huang · 7 years ago
- 3966be3c0 thermal: mediatek: add support for MT7622 SoC by Sean Wang · 7 years ago