Age | Commit message (Expand) | Author | Files | Lines |
2018-08-16 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 20 | -884/+527 |
2018-08-01 | thermal: armada: fix copy-paste error in armada_thermal_probe() | Wei Yongjun | 1 | -1/+1 |
2018-07-28 | thermal: rcar_thermal: avoid NULL dereference in absence of IRQ resources | Simon Horman | 1 | -1/+1 |
2018-07-28 | thermal: samsung: Remove Exynos5440 clock handling left-overs | Krzysztof Kozlowski | 1 | -5/+0 |
2018-07-28 | thermal: tsens: Fix negative temperature reporting | Amit Kucheria | 1 | -8/+5 |
2018-07-28 | thermal: tsens: switch from of_iomap() to devm_ioremap_resource() | Amit Kucheria | 1 | -6/+7 |
2018-07-28 | thermal: tsens: Rename variable | Amit Kucheria | 2 | -8/+8 |
2018-07-28 | thermal: tsens: Add generic support for TSENS v2 IP | Amit Kucheria | 3 | -1/+12 |
2018-07-28 | thermal: tsens: Rename tsens-8996 to tsens-v2 for reuse | Amit Kucheria | 2 | -18/+9 |
2018-07-28 | thermal: tsens: Add support to split up register address space into two | Amit Kucheria | 3 | -2/+15 |
2018-07-28 | thermal: tsens: Get rid of unused fields in structure | Amit Kucheria | 1 | -2/+0 |
2018-07-28 | thermal_hwmon: Pass the originating device down to hwmon_device_register_with... | Marc Zyngier | 1 | -1/+1 |
2018-07-28 | thermal_hwmon: Sanitize attribute name passed to hwmon | Marc Zyngier | 1 | -0/+1 |
2018-07-28 | thermal: armada: get rid of the ->is_valid() pointer | Miquel Raynal | 1 | -9/+4 |
2018-07-28 | thermal: armada: move validity check out of the read function | Miquel Raynal | 1 | -7/+7 |
2018-07-28 | thermal: armada: remove sensors validity from the IP initialization | Miquel Raynal | 1 | -6/+3 |
2018-07-28 | thermal: armada: add multi-channel sensors support | Miquel Raynal | 1 | -21/+114 |
2018-07-28 | thermal: armada: use the resource managed registration helper alternative | Miquel Raynal | 1 | -22/+100 |
2018-07-28 | thermal: armada: convert driver to syscon register accesses | Miquel Raynal | 1 | -70/+129 |
2018-07-28 | thermal: armada: average over samples to avoid glitches | Miquel Raynal | 1 | -0/+25 |
2018-07-28 | thermal: armada: dissociate a380 and cp110 ->init() hooks | Miquel Raynal | 1 | -1/+7 |
2018-07-28 | thermal: armada: rename the initialization routine | Miquel Raynal | 1 | -20/+20 |
2018-07-28 | thermal: armada: remove misleading comments | Miquel Raynal | 1 | -2/+0 |
2018-07-28 | thermal: armada: remove useless register accesses | Miquel Raynal | 1 | -6/+2 |
2018-07-28 | thermal: armada: add a function that sanitizes the thermal zone name | Miquel Raynal | 1 | -1/+36 |
2018-07-28 | thermal: ti-soc-thermal: remove dead code | Bartlomiej Zolnierkiewicz | 9 | -654/+5 |
2018-07-02 | thermal: i.MX: Allow thermal probe to fail gracefully in case of bad calibrat... | Jean-Christophe Dubois | 1 | -1/+4 |
2018-07-02 | cpufreq: imx6q/thermal: imx: register cooling device depending on OF | Bastian Stender | 1 | -4/+24 |
2018-06-13 | Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 6 | -14/+17 |
2018-06-13 | treewide: devm_kzalloc() -> devm_kcalloc() | Kees Cook | 2 | -6/+7 |
2018-06-13 | treewide: kzalloc() -> kcalloc() | Kees Cook | 4 | -8/+10 |
2018-06-12 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent... | Linus Torvalds | 11 | -863/+833 |
2018-06-12 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... | Linus Torvalds | 9 | -141/+49 |
2018-06-07 | Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -3/+3 |
2018-06-07 | Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+2 |
2018-06-06 | treewide: Use struct_size() for devm_kmalloc() and friends | Kees Cook | 1 | -3/+3 |
2018-06-05 | thermal: bcm2835: Stop using printk format %pCr | Geert Uytterhoeven | 1 | -2/+2 |
2018-06-02 | thermal: qcom: tsens: Allow number of sensors to come from DT | Bjorn Andersson | 1 | -3/+9 |
2018-06-02 | thermal: tegra: soctherm: add const to struct thermal_cooling_device_ops | srplinux2008 | 1 | -1/+1 |
2018-06-02 | thermal: exynos: Reduce severity of too early temperature read | Krzysztof Kozlowski | 1 | -1/+7 |
2018-06-02 | thermal: imx: Switch to SPDX identifier | Fabio Estevam | 1 | -8/+3 |
2018-06-02 | thermal: qcom-spmi-temp-alarm: add support for GEN2 PMIC peripherals | David Collins | 1 | -21/+71 |
2018-06-02 | thermal: ti-soc-thermal: fix incorrect entry in omap5430_adc_to_temp[] | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2018-06-02 | thermal: rcar_thermal: add r8a77995 support | Yoshihiro Kaneko | 1 | -32/+126 |
2018-05-30 | Merge branches 'thermal-core' and 'thermal-intel' into next | Zhang Rui | 2 | -3/+7 |
2018-05-30 | thermal: int340x: processor_thermal: Add GeminiLake support | Sumeet Pawnikar | 1 | -0/+4 |
2018-05-30 | drivers: thermal: Update license to SPDX format | Lina Iyer | 7 | -78/+7 |
2018-05-30 | thermal: int340x: Prevent error in reading trip hysteresis attribute | Srinivas Pandruvada | 1 | -3/+3 |
2018-05-22 | thermal: Use DEVICE_ATTR_{RO|RW|WO}() variants | Viresh Kumar | 1 | -7/+7 |
2018-05-22 | thermal: Shorten name of sysfs callbacks | Viresh Kumar | 3 | -59/+34 |