summaryrefslogtreecommitdiffstats
path: root/drivers/thermal
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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/+0Star
| * | 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/+2Star
| * | thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX)Daniel Lezcano2019-05-141-15/+1Star
| * | 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/+0Star
| * | thermal: rcar_gen3_thermal: disable interrupt in .removeJiada Wang2019-05-141-0/+3
| * | thermal: rcar_gen3_thermal: fix interrupt typeJiada Wang2019-05-141-32/+6Star
| * | 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/+0Star
| * | 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/+17Star
| * | 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-144-239/+236Star
| * | drivers: thermal: tsens: Rename constants to prepare to merge with tsens-8974Amit Kucheria2019-05-141-44/+44
| * | drivers: thermal: tsens: Rename tsens-8916 to prepare to merge with tsens-8974Amit Kucheria2019-05-142-1/+1
| * | drivers: thermal: tsens: Function prototypes should have argument namesAmit Kucheria2019-05-141-12/+12
| * | drivers: thermal: tsens: Use consistent names for variablesAmit Kucheria2019-05-141-3/+3
| * | drivers: thermal: tsens: Rename variable tmdevAmit Kucheria2019-05-147-132/+131Star
| * | drivers: thermal: tsens: Rename tsens_deviceAmit Kucheria2019-05-147-35/+35
| * | drivers: thermal: tsens: Rename tsens_dataAmit Kucheria2019-05-146-10/+10
| * | drivers: thermal: tsens: Document the data structuresAmit Kucheria2019-05-141-3/+28
| * | thermal: stm32: simplify getting .driver_dataWolfram Sang2019-05-141-4/+2Star
| * | drivers: thermal: Kconfig: pedantic cleanupsEnrico Weigelt, metux IT consult2019-05-142-13/+13
| * | of: thermal: Improve print informationYangtao Li2019-05-141-0/+3
| * | thermal: tegra: enable OC hw throttleWei Ni2019-05-141-10/+120
| * | thermal: tegra: add support for EDP IRQWei Ni2019-05-141-0/+420
| * | thermal: tegra: add set_trips functionalityWei Ni2019-05-145-5/+90
| * | thermal: tegra: add support for thermal IRQWei Ni2019-05-141-0/+136
| * | thermal: tegra: add support for gpu hw-throttleWei Ni2019-05-141-33/+85