Age | Commit message (Expand) | Author | Files | Lines |
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-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 |
2018-01-13 | thermal/x86 pkg temp: Remove debugfs_create_u32() casts | Geert Uytterhoeven | 1 | -2/+2 |
2018-01-13 | thermal: int3400_thermal: fix error handling in int3400_thermal_probe() | Alexey Khoroshilov | 1 | -3/+7 |
2018-01-09 | treewide: Use DEVICE_ATTR_WO | Joe Perches | 1 | -1/+1 |
2018-01-09 | treewide: Use DEVICE_ATTR_RO | Joe Perches | 1 | -3/+3 |
2018-01-09 | treewide: Use DEVICE_ATTR_RW | Joe Perches | 1 | -5/+4 |
2018-01-02 | thermal/drivers/hisi: Remove bogus const from function return type | Geert Uytterhoeven | 1 | -1/+1 |
2018-01-02 | thermal: armada: Give meaningful names to the thermal zones | Miquel Raynal | 1 | -2/+2 |
2018-01-02 | thermal: armada: Wait sensors validity before exiting the init callback | Miquel Raynal | 1 | -3/+20 |
2018-01-02 | thermal: armada: Change sensors trim default value | Miquel Raynal | 1 | -0/+13 |
2018-01-02 | thermal: armada: Update Kconfig and module description | Miquel Raynal | 2 | -4/+4 |
2018-01-02 | thermal: armada: Add support for Armada CP110 | Baruch Siach | 1 | -7/+26 |
2018-01-02 | thermal: armada: Add support for Armada AP806 | Baruch Siach | 1 | -16/+58 |
2018-01-02 | thermal: armada: Use real status register name | Miquel Raynal | 1 | -8/+8 |
2018-01-02 | thermal: armada: Clarify control registers accesses | Miquel Raynal | 1 | -22/+54 |
2018-01-02 | thermal: armada: Simplify the check of the validity bit | Miquel Raynal | 1 | -8/+6 |
2018-01-01 | thermal: armada: Use msleep for long delays | Baruch Siach | 1 | -4/+4 |
2018-01-01 | thermal: mtk: Cleanup unused defines | Matthias Brugger | 1 | -8/+1 |
2018-01-01 | thermal: imx: update to new formula according to NXP AN5215 | Uwe Kleine-König | 1 | -15/+11 |
2018-01-01 | thermal: imx: use consistent style to write temperatures | Uwe Kleine-König | 1 | -6/+6 |
2018-01-01 | thermal: imx: improve comments describing algorithm for temp calculation | Uwe Kleine-König | 1 | -23/+19 |
2018-01-01 | thermal: imx: Use better parameter names than "val" | Uwe Kleine-König | 1 | -5/+5 |
2018-01-01 | thermal: tegra: remove forward declarations | Nicolin Chen | 1 | -56/+47 |
2017-12-27 | thermal: int3400_thermal: Ignore Unknown Notification Codes | Brian Bian | 1 | -1/+1 |
2017-12-27 | thermal: power_allocator: fix one race condition issue for thermal_instances ... | Yi Zeng | 1 | -0/+2 |
2017-12-27 | drivers: thermal: remove duplicate includes | Pravin Shedge | 1 | -1/+0 |
2017-12-08 | cpu_cooling: Drop static-power related stuff | Viresh Kumar | 1 | -94/+12 |