aboutsummaryrefslogtreecommitdiff
path: root/drivers/thermal
AgeCommit message (Expand)Author
2019-12-05Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2019-12-04thermal: intel: intel_soc_dts_iosf: Utilize for_each_set_clump8 macroWilliam Breathitt Gray
2019-12-01Merge tag 'platform-drivers-x86-v5.5-1' of git://git.infradead.org/linux-plat...Linus Torvalds
2019-11-14thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang
2019-11-07thermal: cpu_cooling: Migrate to using the EM frameworkQuentin Perret
2019-11-07thermal: cpu_cooling: Make the power-related code depend on IPAQuentin Perret
2019-11-07drivers: thermal: tsens: fix potential integer overflow on multiplyColin Ian King
2019-11-07thermal: no need to set .owner when using module_platform_driverTian Tao
2019-11-07thermal: qcom: tsens-v1: Fix kfree of a non-pointer valueColin Ian King
2019-11-07thermal: Initialize thermal subsystem earlierAmit Kucheria
2019-11-07thermal: Remove netlink supportAmit Kucheria
2019-11-07thermal: qcom: tsens-v1: Add support for MSM8956 and MSM8976AngeloGioacchino Del Regno
2019-11-07thermal: amlogic: Add thermal driver to support G12 SoCsGuillaume La Roque
2019-11-07drivers: thermal: tsens: Add interrupt supportAmit Kucheria
2019-11-07drivers: thermal: tsens: Create function to return sign-extended temperatureAmit Kucheria
2019-11-07drivers: thermal: tsens: Add debugfs supportAmit Kucheria
2019-11-07drivers: thermal: tsens: Add __func__ identifier to debug statementsAmit Kucheria
2019-11-07drivers: thermal: tsens: Simplify code flow in tsens_probeAmit Kucheria
2019-11-07drivers: thermal: tsens: Get rid of id field in tsens_sensorAmit Kucheria
2019-11-07thermal: qoriq: add thermal monitor unit version 2 supportYuantian Tang
2019-11-07thermal-generic-adc: Silent error message for EPROBE_DEFERHsin-Yi Wang
2019-11-07thermal: rcar_gen3_thermal: Add r8a774b1 supportBiju Das
2019-10-21treewide: Rename Peter Feuerer to Peter KaestlePeter Kaestle
2019-10-21cpufreq: Use per-policy frequency QoSRafael J. Wysocki
2019-09-29Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds
2019-09-27Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds
2019-09-24thermal: db8500: Rewrite to be a pure OF sensorLinus Walleij
2019-09-24thermal: db8500: Use dev helper variableLinus Walleij
2019-09-24thermal: db8500: Finalize device tree conversionLinus Walleij
2019-09-24Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into for-5.4Zhang Rui
2019-09-24thermal: Add some error messagesAmit Kucheria
2019-09-24thermal: Fix use-after-free when unregistering thermal zone deviceIdo Schimmel
2019-09-24thermal/drivers/core: Use put_device() if device_register() failsYue Hu
2019-09-24thermal_hwmon: Sanitize thermal_zone typeStefan Mavrodiev
2019-09-24thermal: intel: Use dev_get_drvdataChuhong Yuan
2019-09-24thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...)Rishi Gupta
2019-09-24thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() usesKelsey Skunberg
2019-09-24thermal: int340x: processor_thermal: Add Ice Lake supportSrinivas Pandruvada
2019-09-22thermal: thermal_mmio: remove some dead codeDan Carpenter
2019-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-09-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano
2019-08-28Merge branches 'thermal-soc-misc' and 'thermal-soc-qoriq' into thermal-socZhang Rui
2019-08-28drivers: thermal: qcom: tsens: Fix memory leak from qfprom readSrinivas Kandagatla
2019-08-28thermal: tegra: Fix a typoChristophe JAILLET
2019-08-28thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure act...Fuqian Huang
2019-08-28thermal: armada: Fix -Wshift-negative-valueNathan Huckleberry
2019-08-28thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang
2019-08-28thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()Anson Huang
2019-08-28thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone failAnson Huang
2019-08-28thermal: qoriq: Add clock operationsAnson Huang