summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-07-29thermal: core: Add thermal zone enable/disable notificationDaniel Lezcano1-0/+5
2020-07-27thermal: qcom: tsens-v0_1: Add support for MSM8939Shawn Guo3-2/+147
2020-07-27dt-bindings: tsens: qcom: Document MSM8939 compatibleKonrad Dybcio1-0/+1
2020-07-24thermal: core: Fix thermal zone lookup by IDThierry Reding1-3/+5
2020-07-24thermal: int340x: processor_thermal: fix: update Jasper Lake PCI idSumeet Pawnikar1-1/+1
2020-07-21thermal: imx8mm: Support module autoloadingAnson Huang1-0/+1
2020-07-21thermal: ti-soc-thermal: Fix reversed condition in ti_thermal_expose_sensor()Dan Carpenter1-1/+1
2020-07-21MAINTAINERS: Add maintenance information for IPALukasz Luba1-0/+8
2020-07-21thermal: rcar_gen3_thermal: Do not shadow thcode variableNiklas Söderlund1-3/+3
2020-07-21dt-bindings: thermal: Get rid of thermal.txt and replace referencesAmit Kucheria24-616/+34
2020-07-21thermal: core: Move initialization after core initcallDaniel Lezcano1-1/+1
2020-07-21thermal: netlink: Improve the initcall orderingDaniel Lezcano3-2/+11
2020-07-21net: genetlink: Move initialization to core_initcallDaniel Lezcano1-1/+1
2020-07-21thermal: rcar_gen3_thermal: Add r8a774e1 supportMarian-Cristian Rotariu1-0/+4
2020-07-21thermal/drivers/clock_cooling: Remove clock_cooling codeAmit Kucheria4-515/+0
2020-07-21thermal: core: remove redundant initialization of variable retColin Ian King1-1/+1
2020-07-21thermal: netlink: Fix compilation error when CONFIG_NET=nDaniel Lezcano4-19/+114
2020-07-07thermal: core: Add notifications call in the frameworkDaniel Lezcano3-3/+46
2020-07-07thermal: core: genetlink support for events/cmd/samplingDaniel Lezcano5-35/+739
2020-07-07thermal: core: Get thermal zone by idDaniel Lezcano2-0/+16
2020-07-07thermal: core: Add helpers to browse the cdev, tz and governor listDaniel Lezcano2-0/+60
2020-07-07thermal: Make thermal_zone_device_is_enabled() available to core onlyAndrzej Pietrasiewicz3-6/+2
2020-07-07thermal: imx: Use driver's local data to decide whether to run a measurementAndrzej Pietrasiewicz1-3/+4
2020-07-07acpi: thermal: Don't call thermal_zone_device_is_enabled()Andrzej Pietrasiewicz1-3/+0
2020-06-29thermal: Rename set_mode() to change_mode()Andrzej Pietrasiewicz6-16/+16
2020-06-29thermal: Simplify or eliminate unnecessary set_mode() methodsAndrzej Pietrasiewicz6-87/+0
2020-06-29thermal: core: Stop polling DISABLED thermal devicesAndrzej Pietrasiewicz1-2/+14
2020-06-29thermal: Explicitly enable non-changing thermal zone devicesAndrzej Pietrasiewicz14-4/+87
2020-06-29thermal: Use mode helpers in driversAndrzej Pietrasiewicz13-98/+80
2020-06-29thermal: Add mode helpersAndrzej Pietrasiewicz2-0/+66
2020-06-29thermal: remove get_mode() operation of driversAndrzej Pietrasiewicz11-119/+3
2020-06-29thermal: Store device mode in struct thermal_zone_deviceAndrzej Pietrasiewicz8-71/+44
2020-06-29thermal: Add current mode to thermal zone deviceAndrzej Pietrasiewicz1-0/+2
2020-06-29thermal: Store thermal mode in a dedicated enumAndrzej Pietrasiewicz3-28/+25
2020-06-29acpi: thermal: Fix error handling in the register functionAndrzej Pietrasiewicz1-4/+16
2020-06-28Linux 5.8-rc3v5.8-rc3Linus Torvalds1-1/+1
2020-06-28Merge tag 'arm-omap-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds30-148/+125
2020-06-28Merge tag 'arm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds22-118/+152
2020-06-28Merge tag 'timers-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+7
2020-06-28Merge tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2020-06-28Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds16-37/+235
2020-06-28Merge tag 'sched_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds9-65/+120
2020-06-28Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds11-21/+33
2020-06-28Merge tag 'rcu_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-9/+292
2020-06-28Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-9/+109
2020-06-28Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-61/+126
2020-06-28sched/cfs: change initial value of runnable_avgVincent Guittot1-1/+1
2020-06-28smp, irq_work: Continue smp_call_function*() and irq_work*() integrationPeter Zijlstra6-58/+86
2020-06-28sched/core: s/WF_ON_RQ/WQ_ON_CPU/Peter Zijlstra2-3/+3
2020-06-28sched/core: Fix ttwu() racePeter Zijlstra1-5/+28