Age | Commit message (Expand) | Author | Files | Lines |
2017-11-18 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 19 | -320/+1006 |
2017-11-17 | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 4 | -2/+273 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 5 | -0/+5 |
2017-11-02 | Merge branches 'thermal-core', 'thermal-tool', 'thermal-intel' and 'thermal-s... | Zhang Rui | 19 | -320/+1006 |
2017-11-02 | Merge branch 'imx-nvmem' into thermal-soc | Zhang Rui | 2 | -30/+75 |
2017-11-02 | thermal: pch: Add Cannon Lake support | Srinivas Pandruvada | 1 | -0/+11 |
2017-11-02 | thermal: int340x: processor_thermal: Add Coffee Lake support | Srinivas Pandruvada | 1 | -0/+2 |
2017-11-02 | thermal: int340x: processor_thermal: Add Cannon Lake support | Srinivas Pandruvada | 1 | -0/+4 |
2017-11-02 | thermal: bxt: remove redundant variable trip | Colin Ian King | 1 | -2/+1 |
2017-11-01 | thermal: cpu_cooling: pr_err() strings should end with newlines | Arvind Yadav | 1 | -1/+1 |
2017-11-01 | thermal: add brcmstb AVS TMON driver | Brian Norris | 4 | -1/+396 |
2017-11-01 | thermal/drivers/hisi: Add support for hi3660 SoC | Kevin Wangtao | 1 | -1/+144 |
2017-11-01 | thermal/drivers/hisi: Prepare to add support for other hisi platforms | Kevin Wangtao | 1 | -45/+87 |
2017-11-01 | thermal/drivers/hisi: Add platform prefix to function name | Kevin Wangtao | 1 | -72/+73 |
2017-11-01 | thermal/drivers/hisi: Put platform code together | Kevin Wangtao | 1 | -38/+38 |
2017-11-01 | thermal/drivers/qcom-spmi: Use devm_iio_channel_get | Daniel Lezcano | 1 | -29/+14 |
2017-11-01 | thermal/drivers/generic-iio-adc: Switch tz request to devm version | Daniel Lezcano | 1 | -20/+4 |
2017-11-01 | thermal/drivers/step_wise: Fix temperature regulation misbehavior | Daniel Lezcano | 1 | -5/+6 |
2017-11-01 | thermal/drivers/hisi: Use round up step value | Kevin Wangtao | 1 | -14/+8 |
2017-11-01 | thermal/drivers/hisi: Move the clk setup in the corresponding functions | Kevin Wangtao | 1 | -20/+9 |
2017-11-01 | thermal/drivers/hisi: Remove mutex_lock in the code | Daniel Lezcano | 1 | -6/+0 |
2017-11-01 | thermal/drivers/hisi: Remove thermal data back pointer | Daniel Lezcano | 1 | -6/+5 |
2017-11-01 | thermal/drivers/hisi: Convert long to int | Daniel Lezcano | 1 | -2/+2 |
2017-11-01 | thermal/drivers/hisi: Rename and remove unused field | Daniel Lezcano | 1 | -10/+8 |
2017-11-01 | thermal/drivers/hisi: Remove costly sensor inspection | Daniel Lezcano | 1 | -110/+93 |
2017-11-01 | thermal/drivers/hisi: Fix configuration register setting | Daniel Lezcano | 1 | -5/+29 |
2017-11-01 | thermal/drivers/hisi: Encapsulate register writes into helpers | Daniel Lezcano | 1 | -22/+70 |
2017-11-01 | thermal/drivers/hisi: Remove pointless lock | Daniel Lezcano | 1 | -5/+1 |
2017-11-01 | thermal/drivers/hisi: Fix multiple alarm interrupts firing | Daniel Lezcano | 1 | -2/+8 |
2017-11-01 | thermal/drivers/hisi: Simplify the temperature/step computation | Daniel Lezcano | 1 | -13/+28 |
2017-11-01 | thermal/drivers/hisi: Fix kernel panic on alarm interrupt | Daniel Lezcano | 1 | -9/+9 |
2017-11-01 | thermal/drivers/hisi: Remove the multiple sensors support | Daniel Lezcano | 1 | -56/+19 |
2017-11-01 | thermal/drivers/hisi: Fix missing interrupt enablement | Daniel Lezcano | 1 | -2/+3 |
2017-11-01 | thermal: ti-soc-thermal: Fix ti_thermal_unregister_cpu_cooling NULL pointer o... | Tony Lindgren | 1 | -1/+2 |
2017-11-01 | thermal: rcar_gen3_thermal: fix initialization sequence for H3 ES2.0 | Niklas Söderlund | 1 | -19/+15 |
2017-11-01 | thermal: armada: fix formula documentation comment | Baruch Siach | 1 | -1/+1 |
2017-11-01 | thermal: tegra: remove null check for dev pointer | Nicolin Chen | 1 | -1/+1 |
2017-11-01 | thermal: enable broadcom menu for arm64 bcm2835 | Allen Wild | 1 | -1/+1 |
2017-11-01 | thermal: rockchip: Support the RV1108 SoC in thermal driver | Rocky Hao | 1 | -0/+67 |
2017-10-19 | thermal: Add Tegra BPMP thermal sensor driver | Mikko Perttunen | 4 | -2/+273 |
2017-10-18 | thermal: imx: add NVMEM dependency | Arnd Bergmann | 1 | -0/+1 |
2017-10-17 | thermal/intel_powerclamp: pr_err()/pr_info() strings should end with newlines | Arvind Yadav | 1 | -2/+2 |
2017-09-20 | thermal: imx: Add support for reading OCOTP through nvmem | Leonard Crestez | 1 | -30/+74 |
2017-09-08 | Merge branches 'thermal-core', 'thermal-soc', 'thermal-intel' and 'const-ther... | Zhang Rui | 17 | -90/+635 |
2017-09-08 | Merge branches 'mediatek-mt2712', 'rockchip-rk3328' and 'uniphier-thermal' in... | Zhang Rui | 4 | -0/+458 |
2017-09-01 | Thermal: int3406_thermal: fix thermal sysfs I/F | Zhang Rui | 1 | -59/+37 |
2017-08-31 | thermal: mediatek: minor mtk_thermal.c cleanups | Louis Yu | 1 | -4/+4 |
2017-08-31 | thermal: mediatek: extend calibration data for mt2712 chip | Louis Yu | 1 | -5/+11 |
2017-08-31 | thermal: mediatek: add Mediatek thermal driver for mt2712 | Louis Yu | 1 | -4/+66 |
2017-08-15 | thermal: intel_pch_thermal: Fix enable check on Broadwell-DE | Ed Swierk | 1 | -2/+2 |