summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds2019-05-166-45/+25
|\
| *-. Merge branches 'thermal-core', 'thermal-built-it' and 'thermal-intel' into nextZhang Rui2019-05-076-42/+14
| |\ \
| | | * drivers: thermal: processor_thermal: Downgrade error messageSrinivas Pandruvada2019-05-071-1/+1
| | | * thermal: intel: int340x: processor_thermal_device: simplify to get driver dataSumeet Pawnikar2019-04-221-10/+1
| | | * thermal/int3403_thermal: favor _TMP instead of PTYPZhang Rui2019-04-221-8/+8
| | * | thermal/drivers/core: Fix typo in the option nameDaniel Lezcano2019-05-061-1/+1
| | * | thermal/drivers/core: Remove depends on THERMAL in KconfigDaniel Lezcano2019-05-063-4/+0
| | * | thermal/drivers/core: Remove module unload codeDaniel Lezcano2019-05-061-16/+1
| | * | thermal/drivers/core: Remove the module Kconfig's optionDaniel Lezcano2019-05-061-2/+2
| | |/
| * | thermal: core: skip update disabled thermal zones after suspendWei Wang2019-05-061-0/+8
| * | thermal: make device_register's type argument constJean-Francois Dagenais2019-05-061-3/+3
| |/
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds2019-05-1629-490/+2142
|\ \
| * | thermal: rcar_gen3_thermal: Fix to show correct trip points numberJiada Wang2019-05-141-4/+4
| * | thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCsYoshihiro Kaneko2019-05-141-1/+10
| * | thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_powerMatthias Kaehlcke2019-05-141-1/+1
| * | thermal: rockchip: Support the PX30 SoC in thermal driverElaine Zhang2019-05-141-0/+38
| * | thermal: rockchip: fix up the tsadc pinctrl setting errorElaine Zhang2019-05-141-3/+33
| * | thermal: broadcom: Remove ACPI supportSrinath Mannam2019-05-141-8/+0
| * | thermal: Fix build error of missing devm_ioremap_resource on UMTalel Shenhar2019-05-141-0/+1
| * | thermal/drivers/cpu_cooling: Remove pointless fieldDaniel Lezcano2019-05-141-5/+2
| * | thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX)Daniel Lezcano2019-05-141-15/+1
| * | thermal/drivers/cpu_cooling: Fixup the header and copyrightDaniel Lezcano2019-05-141-2/+4
| * | thermal/drivers/cpu_cooling: Remove pointless test in power2state()Daniel Lezcano2019-05-141-1/+0
| * | thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang2019-05-141-0/+3
| * | thermal: rcar_gen3_thermal: fix interrupt typeJiada Wang2019-05-141-32/+6
| * | 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