summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
...
| * | thermal: Introduce devm_thermal_of_cooling_device_registerGuenter Roeck2019-05-141-0/+49
| * | thermal: generic-adc: make lookup table optionalJean-Francois Dagenais2019-05-141-3/+6
| * | thermal: qoriq: Remove unnecessary DT node is NULL checkAndrey Smirnov2019-05-141-5/+0
| * | thermal: Introduce Amazon's Annapurna Labs Thermal DriverTalel Shenhar2019-05-143-0/+140
| * | thermal: rcar_gen3_thermal: Fix init value of IRQCTL registerHoan Nguyen An2019-05-141-1/+1
| * | drivers: thermal: tsens: Move calibration constants to header fileAmit Kucheria2019-05-142-5/+5
| * | drivers: thermal: tsens: Add generic support for TSENS v1 IPAmit Kucheria2019-05-144-1/+202
| * | drivers: thermal: tsens: Common get_temp() learns to do ADC conversionAmit Kucheria2019-05-141-4/+9
| * | drivers: thermal: tsens: Move get_temp_tsens_v2 to allow sharingAmit Kucheria2019-05-143-36/+37
| * | drivers: thermal: tsens: simplify get_temp_tsens_v2 routineAmit Kucheria2019-05-141-38/+17
| * | drivers: thermal: tsens: Introduce IP-specific max_sensor countAmit Kucheria2019-05-144-2/+6
| * | drivers: thermal: tsens: change data type for sensor IDsAmit Kucheria2019-05-141-2/+2
| * | drivers: thermal: tsens: Add new operation to check if a sensor is enabledAmit Kucheria2019-05-145-0/+22
| * | drivers: thermal: tsens: Don't print error message on -EPROBE_DEFERAmit Kucheria2019-05-141-1/+2
| * | drivers: thermal: tsens: Save reference to the device pointer and use itAmit Kucheria2019-05-141-7/+8
| * | drivers: thermal: tsens: Introduce reg_fields to deal with register descriptionAmit Kucheria2019-05-145-58/+370
| * | drivers: thermal: tsens: Merge tsens-8974 into tsens-v0_1Amit Kucheria2019-05-134-239/+236
| * | drivers: thermal: tsens: Rename constants to prepare to merge with tsens-8974Amit Kucheria2019-05-131-44/+44
| * | drivers: thermal: tsens: Rename tsens-8916 to prepare to merge with tsens-8974Amit Kucheria2019-05-132-1/+1
| * | drivers: thermal: tsens: Function prototypes should have argument namesAmit Kucheria2019-05-131-12/+12
| * | drivers: thermal: tsens: Use consistent names for variablesAmit Kucheria2019-05-131-3/+3
| * | drivers: thermal: tsens: Rename variable tmdevAmit Kucheria2019-05-137-132/+131
| * | drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria2019-05-137-35/+35
| * | drivers: thermal: tsens: Rename tsens_dataAmit Kucheria2019-05-136-10/+10
| * | drivers: thermal: tsens: Document the data structuresAmit Kucheria2019-05-131-3/+28
| * | thermal: stm32: simplify getting .driver_dataWolfram Sang2019-05-131-4/+2
| * | drivers: thermal: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-05-132-13/+13
| * | of: thermal: Improve print informationYangtao Li2019-05-131-0/+3
| * | thermal: tegra: enable OC hw throttleWei Ni2019-05-131-10/+120
| * | thermal: tegra: add support for EDP IRQWei Ni2019-05-131-0/+420
| * | thermal: tegra: add set_trips functionalityWei Ni2019-05-135-5/+90
| * | thermal: tegra: add support for thermal IRQWei Ni2019-05-131-0/+136
| * | thermal: tegra: add support for gpu hw-throttleWei Ni2019-05-131-33/+85
| * | thermal: tegra: support hw and sw shutdownWei Ni2019-05-133-15/+98
| |/
* / ACPICA: Rename nameseg length macro/define for clarityBob Moore2019-04-091-1/+1
|/
* Merge branches 'fixes' and 'thermal-intel' into nextZhang Rui2019-03-182-5/+18
|\
| * thermal/intel_powerclamp: fix truncated kthread nameZhang Rui2019-03-181-1/+1
| * thermal/int340x_thermal: fix mode settingMatthew Garrett2019-03-181-4/+3
| * thermal/int340x_thermal: Add additional UUIDsMatthew Garrett2019-03-181-0/+14
* | thermal: mtk: Allocate enough space for mtk_thermal.Pi-Hsun Shih2019-03-181-2/+5
* | thermal: cpu_cooling: Remove unused cur_freq variableShaokun Zhang2019-03-181-2/+1
* | thermal: bcm2835: Fix crash in bcm2835_thermal_debugfsPhil Elwell2019-03-181-5/+4
* | thermal: samsung: Fix incorrect check after code mergeMarek Szyprowski2019-03-181-1/+1
* | thermal/intel_powerclamp: fix __percpu declaration of worker_dataLuc Van Oostenryck2019-03-181-1/+1
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-03-089-130/+514
|\
| * thermal: rcar_gen3_thermal: Register hwmon sysfs interfaceMarek Vasut2019-02-201-0/+19
| * thermal/qcom/tsens-common : fix possible object reference leakPeng Hao2019-02-201-10/+23
| * thermal: tegra: add get_trend opsWei Ni2019-02-201-0/+32
| * thermal: tegra: fix memory allocationWei Ni2019-02-201-1/+1
| * thermal: tegra: remove unnecessary warningsWei Ni2019-02-201-2/+2