| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 2019-05-17 | 6 | -45/+25 |
|\ |
|
| *-. | Merge branches 'thermal-core', 'thermal-built-it' and 'thermal-intel' into next | Zhang Rui | 2019-05-07 | 6 | -42/+14 |
| |\ \ |
|
| | | * | drivers: thermal: processor_thermal: Downgrade error message | Srinivas Pandruvada | 2019-05-07 | 1 | -1/+1 |
| | | * | thermal: intel: int340x: processor_thermal_device: simplify to get driver data | Sumeet Pawnikar | 2019-04-22 | 1 | -10/+1 |
| | | * | thermal/int3403_thermal: favor _TMP instead of PTYP | Zhang Rui | 2019-04-22 | 1 | -8/+8 |
| | * | | thermal/drivers/core: Fix typo in the option name | Daniel Lezcano | 2019-05-06 | 1 | -1/+1 |
| | * | | thermal/drivers/core: Remove depends on THERMAL in Kconfig | Daniel Lezcano | 2019-05-06 | 3 | -4/+0 |
| | * | | thermal/drivers/core: Remove module unload code | Daniel Lezcano | 2019-05-06 | 1 | -16/+1 |
| | * | | thermal/drivers/core: Remove the module Kconfig's option | Daniel Lezcano | 2019-05-06 | 1 | -2/+2 |
| | |/ |
|
| * | | thermal: core: skip update disabled thermal zones after suspend | Wei Wang | 2019-05-06 | 1 | -0/+8 |
| * | | thermal: make device_register's type argument const | Jean-Francois Dagenais | 2019-05-06 | 1 | -3/+3 |
| |/ |
|
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 2019-05-16 | 29 | -490/+2142 |
|\ \ |
|
| * | | thermal: rcar_gen3_thermal: Fix to show correct trip points number | Jiada Wang | 2019-05-14 | 1 | -4/+4 |
| * | | thermal: rcar_thermal: update calculation formula for R-Car Gen3 SoCs | Yoshihiro Kaneko | 2019-05-14 | 1 | -1/+10 |
| * | | thermal: cpu_cooling: Actually trace CPU load in thermal_power_cpu_get_power | Matthias Kaehlcke | 2019-05-14 | 1 | -1/+1 |
| * | | thermal: rockchip: Support the PX30 SoC in thermal driver | Elaine Zhang | 2019-05-14 | 1 | -0/+38 |
| * | | thermal: rockchip: fix up the tsadc pinctrl setting error | Elaine Zhang | 2019-05-14 | 1 | -3/+33 |
| * | | thermal: broadcom: Remove ACPI support | Srinath Mannam | 2019-05-14 | 1 | -8/+0 |
| * | | thermal: Fix build error of missing devm_ioremap_resource on UM | Talel Shenhar | 2019-05-14 | 1 | -0/+1 |
| * | | thermal/drivers/cpu_cooling: Remove pointless field | Daniel Lezcano | 2019-05-14 | 1 | -5/+2 |
| * | | thermal/drivers/cpu_cooling: Add Software Package Data Exchange (SPDX) | Daniel Lezcano | 2019-05-14 | 1 | -15/+1 |
| * | | thermal/drivers/cpu_cooling: Fixup the header and copyright | Daniel Lezcano | 2019-05-14 | 1 | -2/+4 |
| * | | thermal/drivers/cpu_cooling: Remove pointless test in power2state() | Daniel Lezcano | 2019-05-14 | 1 | -1/+0 |
| * | | thermal: rcar_gen3_thermal: disable interrupt in .remove | Jiada Wang | 2019-05-14 | 1 | -0/+3 |
| * | | thermal: rcar_gen3_thermal: fix interrupt type | Jiada Wang | 2019-05-14 | 1 | -32/+6 |
| * | | thermal: Introduce devm_thermal_of_cooling_device_register | Guenter Roeck | 2019-05-14 | 1 | -0/+49 |
| * | | thermal: generic-adc: make lookup table optional | Jean-Francois Dagenais | 2019-05-14 | 1 | -3/+6 |
| * | | thermal: qoriq: Remove unnecessary DT node is NULL check | Andrey Smirnov | 2019-05-14 | 1 | -5/+0 |
| * | | thermal: Introduce Amazon's Annapurna Labs Thermal Driver | Talel Shenhar | 2019-05-14 | 3 | -0/+140 |
| * | | thermal: rcar_gen3_thermal: Fix init value of IRQCTL register | Hoan Nguyen An | 2019-05-14 | 1 | -1/+1 |
| * | | drivers: thermal: tsens: Move calibration constants to header file | Amit Kucheria | 2019-05-14 | 2 | -5/+5 |
| * | | drivers: thermal: tsens: Add generic support for TSENS v1 IP | Amit Kucheria | 2019-05-14 | 4 | -1/+202 |
| * | | drivers: thermal: tsens: Common get_temp() learns to do ADC conversion | Amit Kucheria | 2019-05-14 | 1 | -4/+9 |
| * | | drivers: thermal: tsens: Move get_temp_tsens_v2 to allow sharing | Amit Kucheria | 2019-05-14 | 3 | -36/+37 |
| * | | drivers: thermal: tsens: simplify get_temp_tsens_v2 routine | Amit Kucheria | 2019-05-14 | 1 | -38/+17 |
| * | | drivers: thermal: tsens: Introduce IP-specific max_sensor count | Amit Kucheria | 2019-05-14 | 4 | -2/+6 |
| * | | drivers: thermal: tsens: change data type for sensor IDs | Amit Kucheria | 2019-05-14 | 1 | -2/+2 |
| * | | drivers: thermal: tsens: Add new operation to check if a sensor is enabled | Amit Kucheria | 2019-05-14 | 5 | -0/+22 |
| * | | drivers: thermal: tsens: Don't print error message on -EPROBE_DEFER | Amit Kucheria | 2019-05-14 | 1 | -1/+2 |
| * | | drivers: thermal: tsens: Save reference to the device pointer and use it | Amit Kucheria | 2019-05-14 | 1 | -7/+8 |
| * | | drivers: thermal: tsens: Introduce reg_fields to deal with register description | Amit Kucheria | 2019-05-14 | 5 | -58/+370 |
| * | | drivers: thermal: tsens: Merge tsens-8974 into tsens-v0_1 | Amit Kucheria | 2019-05-14 | 4 | -239/+236 |
| * | | drivers: thermal: tsens: Rename constants to prepare to merge with tsens-8974 | Amit Kucheria | 2019-05-14 | 1 | -44/+44 |
| * | | drivers: thermal: tsens: Rename tsens-8916 to prepare to merge with tsens-8974 | Amit Kucheria | 2019-05-14 | 2 | -1/+1 |
| * | | drivers: thermal: tsens: Function prototypes should have argument names | Amit Kucheria | 2019-05-14 | 1 | -12/+12 |
| * | | drivers: thermal: tsens: Use consistent names for variables | Amit Kucheria | 2019-05-14 | 1 | -3/+3 |
| * | | drivers: thermal: tsens: Rename variable tmdev | Amit Kucheria | 2019-05-14 | 7 | -132/+131 |
| * | | drivers: thermal: tsens: Rename tsens_device | Amit Kucheria | 2019-05-14 | 7 | -35/+35 |
| * | | drivers: thermal: tsens: Rename tsens_data | Amit Kucheria | 2019-05-14 | 6 | -10/+10 |
| * | | drivers: thermal: tsens: Document the data structures | Amit Kucheria | 2019-05-14 | 1 | -3/+28 |