summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'thermal/next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-12-0516-480/+1616
|\
| * thermal: Fix deadlock in thermal thermal_zone_device_checkWei Wang2019-11-141-2/+2
| * thermal: cpu_cooling: Migrate to using the EM frameworkQuentin Perret2019-11-072-160/+89
| * thermal: cpu_cooling: Make the power-related code depend on IPAQuentin Perret2019-11-071-85/+81
| * drivers: thermal: tsens: fix potential integer overflow on multiplyColin Ian King2019-11-071-1/+1
| * thermal: no need to set .owner when using module_platform_driverTian Tao2019-11-071-1/+0
| * thermal: qcom: tsens-v1: Fix kfree of a non-pointer valueColin Ian King2019-11-071-3/+1
| * thermal: Initialize thermal subsystem earlierAmit Kucheria2019-11-071-1/+1
| * thermal: Remove netlink supportAmit Kucheria2019-11-071-100/+1
| * thermal: qcom: tsens-v1: Add support for MSM8956 and MSM8976AngeloGioacchino Del Regno2019-11-073-2/+174
| * thermal: amlogic: Add thermal driver to support G12 SoCsGuillaume La Roque2019-11-073-0/+345
| * drivers: thermal: tsens: Add interrupt supportAmit Kucheria2019-11-076-63/+669
| * drivers: thermal: tsens: Create function to return sign-extended temperatureAmit Kucheria2019-11-071-14/+35
| * drivers: thermal: tsens: Add debugfs supportAmit Kucheria2019-11-073-0/+91
| * drivers: thermal: tsens: Add __func__ identifier to debug statementsAmit Kucheria2019-11-072-7/+7
| * drivers: thermal: tsens: Simplify code flow in tsens_probeAmit Kucheria2019-11-071-5/+3
| * drivers: thermal: tsens: Get rid of id field in tsens_sensorAmit Kucheria2019-11-074-21/+20
| * thermal: qoriq: add thermal monitor unit version 2 supportYuantian Tang2019-11-071-23/+97
| * thermal-generic-adc: Silent error message for EPROBE_DEFERHsin-Yi Wang2019-11-071-3/+6
| * thermal: rcar_gen3_thermal: Add r8a774b1 supportBiju Das2019-11-071-0/+4
* | thermal: intel: intel_soc_dts_iosf: Utilize for_each_set_clump8 macroWilliam Breathitt Gray2019-12-042-15/+18
* | Merge tag 'platform-drivers-x86-v5.5-1' of git://git.infradead.org/linux-plat...Linus Torvalds2019-12-011-1/+1
|\ \ | |/ |/|
| * treewide: Rename Peter Feuerer to Peter KaestlePeter Kaestle2019-10-211-1/+1
* | cpufreq: Use per-policy frequency QoSRafael J. Wysocki2019-10-211-7/+7
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-09-293-382/+113
|\
| * thermal: db8500: Rewrite to be a pure OF sensorLinus Walleij2019-09-241-370/+107
| * thermal: db8500: Use dev helper variableLinus Walleij2019-09-241-15/+16
| * thermal: db8500: Finalize device tree conversionLinus Walleij2019-09-242-16/+16
| * thermal: thermal_mmio: remove some dead codeDan Carpenter2019-09-221-7/+0
* | Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds2019-09-2714-57/+176
|\ \
| | \
| | \
| *-. \ Merge branches 'thermal-core', 'thermal-intel' and 'thermal-soc' into for-5.4Zhang Rui2019-09-2412-38/+143
| |\ \ \
| | | * \ Merge branches 'thermal-soc-misc' and 'thermal-soc-qoriq' into thermal-socZhang Rui2019-08-281-15/+30
| | | |\ \
| | | | * | thermal: qoriq: Use __maybe_unused instead of #if CONFIG_PM_SLEEPAnson Huang2019-08-281-4/+2
| | | | * | thermal: qoriq: Use devm_platform_ioremap_resource() instead of of_iomap()Anson Huang2019-08-281-12/+6
| | | | * | thermal: qoriq: Fix error path of calling qoriq_tmu_register_tmu_zone failAnson Huang2019-08-281-1/+1
| | | | * | thermal: qoriq: Add clock operationsAnson Huang2019-08-281-0/+23
| | | | |/
| | | * | drivers: thermal: qcom: tsens: Fix memory leak from qfprom readSrinivas Kandagatla2019-08-284-2/+14
| | | * | thermal: tegra: Fix a typoChristophe JAILLET2019-08-281-1/+1
| | | * | thermal: rcar_gen3_thermal: Replace devm_add_action() followed by failure act...Fuqian Huang2019-08-281-2/+1
| | | * | thermal: armada: Fix -Wshift-negative-valueNathan Huckleberry2019-08-281-3/+2
| | | |/
| | * | thermal: intel: Use dev_get_drvdataChuhong Yuan2019-09-241-4/+2
| | * | thermal: intel: int3403: replace printk(KERN_WARN...) with pr_warn(...)Rishi Gupta2019-09-241-1/+1
| | * | thermal: intel: int340x_thermal: Remove unnecessary acpi_has_method() usesKelsey Skunberg2019-09-241-6/+0
| | * | thermal: int340x: processor_thermal: Add Ice Lake supportSrinivas Pandruvada2019-09-241-0/+5
| | * | drivers: thermal: processor_thermal_device: Export sysfs interface for TCC of...Srinivas Pandruvada2019-08-191-4/+87
| | |/
| * | thermal: Add some error messagesAmit Kucheria2019-09-241-4/+13
| * | thermal: Fix use-after-free when unregistering thermal zone deviceIdo Schimmel2019-09-241-1/+1
| * | thermal/drivers/core: Use put_device() if device_register() failsYue Hu2019-09-241-12/+13
| * | thermal_hwmon: Sanitize thermal_zone typeStefan Mavrodiev2019-09-241-2/+6
| |/
* | Merge branch 'pm-cpufreq'Rafael J. Wysocki2019-09-171-84/+26
|\ \
OpenPOWER on IntegriCloud