aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-05-06thermal: exynos: remove parsing of samsung,tmu_gain propertyBartlomiej Zolnierkiewicz2-13/+9
2018-05-06thermal: exynos: remove parsing of samsung, tmu_reference_voltage propertyBartlomiej Zolnierkiewicz2-7/+15
2018-05-06thermal: exynos: remove parsing of samsung, tmu[_min, _max]_efuse_value propertiesBartlomiej Zolnierkiewicz2-24/+32
2018-05-06thermal: exynos: remove parsing of samsung, tmu_noise_cancel_mode propertyBartlomiej Zolnierkiewicz2-9/+4
2018-05-06thermal: exynos: remove parsing of samsung, tmu_[first, second]_point_trim propertiesBartlomiej Zolnierkiewicz2-13/+9
2018-05-06thermal: exynos: remove parsing of samsung, tmu_default_temp_offset propertyBartlomiej Zolnierkiewicz2-37/+13
2018-05-06thermal: exynos: remove unused "type" field from struct exynos_tmu_platform_dataBartlomiej Zolnierkiewicz1-2/+0
2018-05-06thermal: exynos: Read soc_type from match dataMaciej Purski1-40/+34
2018-05-06thermal: exynos: Propagate error value from tmu_read()Marek Szyprowski1-2/+7
2018-05-06thermal: exynos: Reading temperature makes sense only when TMU is turned onMarek Szyprowski1-1/+4
2018-05-06thermal: imx: add i.MX7 thermal sensor supportAnson Huang1-63/+232
2018-05-06thermal: mediatek: add support for MT7622 SoCSean Wang1-0/+35
2018-04-27thermal: exynos: Propagate error value from tmu_read()Marek Szyprowski1-2/+7
2018-04-27thermal: exynos: Reading temperature makes sense only when TMU is turned onMarek Szyprowski1-1/+4
2018-04-24thermal: int3403_thermal: Fix NULL pointer deref on module load / probeHans de Goede1-2/+1
2018-04-13Merge branches 'thermal-core' and 'thermal-soc' into nextZhang Rui1-3/+3
2018-04-02thermal: Add cooling device's statistics in sysfsViresh Kumar5-2/+248
2018-03-14thermal: imx: Fix race condition in imx_thermal_probe()Mikhail Lappo1-3/+3
2018-02-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds11-198/+286
2018-02-01Merge tag 'driver-core-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-9/+8
2018-01-15Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into nextZhang Rui8-180/+281
2018-01-15thermal: thermal_hwmon: Convert to hwmon_device_register_with_info()Fabio Estevam1-17/+3
2018-01-13thermal/x86 pkg temp: Remove debugfs_create_u32() castsGeert Uytterhoeven1-2/+2
2018-01-13thermal: int3400_thermal: fix error handling in int3400_thermal_probe()Alexey Khoroshilov1-3/+7
2018-01-09treewide: Use DEVICE_ATTR_WOJoe Perches1-1/+1
2018-01-09treewide: Use DEVICE_ATTR_ROJoe Perches1-3/+3
2018-01-09treewide: Use DEVICE_ATTR_RWJoe Perches1-5/+4
2018-01-02thermal/drivers/hisi: Remove bogus const from function return typeGeert Uytterhoeven1-1/+1
2018-01-01thermal: armada: Give meaningful names to the thermal zonesMiquel Raynal1-2/+2
2018-01-01thermal: armada: Wait sensors validity before exiting the init callbackMiquel Raynal1-3/+20
2018-01-01thermal: armada: Change sensors trim default valueMiquel Raynal1-0/+13
2018-01-01thermal: armada: Update Kconfig and module descriptionMiquel Raynal2-4/+4
2018-01-01thermal: armada: Add support for Armada CP110Baruch Siach1-7/+26
2018-01-01thermal: armada: Add support for Armada AP806Baruch Siach1-16/+58
2018-01-01thermal: armada: Use real status register nameMiquel Raynal1-8/+8
2018-01-01thermal: armada: Clarify control registers accessesMiquel Raynal1-22/+54
2018-01-01thermal: armada: Simplify the check of the validity bitMiquel Raynal1-8/+6
2018-01-01thermal: armada: Use msleep for long delaysBaruch Siach1-4/+4
2018-01-01thermal: mtk: Cleanup unused definesMatthias Brugger1-8/+1
2018-01-01thermal: imx: update to new formula according to NXP AN5215Uwe Kleine-König1-15/+11
2018-01-01thermal: imx: use consistent style to write temperaturesUwe Kleine-König1-6/+6
2018-01-01thermal: imx: improve comments describing algorithm for temp calculationUwe Kleine-König1-23/+19
2018-01-01thermal: imx: Use better parameter names than "val"Uwe Kleine-König1-5/+5
2018-01-01thermal: tegra: remove forward declarationsNicolin Chen1-56/+47
2017-12-27thermal: int3400_thermal: Ignore Unknown Notification CodesBrian Bian1-1/+1
2017-12-27thermal: power_allocator: fix one race condition issue for thermal_instances listYi Zeng1-0/+2
2017-12-27drivers: thermal: remove duplicate includesPravin Shedge1-1/+0
2017-12-07cpu_cooling: Drop static-power related stuffViresh Kumar1-94/+12
2017-12-07cpu_cooling: Keep only one of_cpufreq*cooling_register() helperViresh Kumar1-26/+2
2017-12-07cpu_cooling: Remove unused cpufreq_power_cooling_register()Viresh Kumar1-30/+0