This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 89b7fd5d7f3c Merge tag 'pwm/for-6.4-rc1' of git://git.kernel.org/pub/sc [...] new a8a2330753bc dt-bindings: imx-thermal: Add imx6sll and imx6ul compatible new d9f7eeaf24ae dt-bindings: thermal: Use generic ADC node name in examples new 2912d341800b thermal/drivers/cpuidle_cooling: Delete unmatched comments new 0a677eea71fd Revert "thermal/drivers/mediatek: Add delay after thermal [...] new 47cbb0467b8b thermal/drivers/mediatek: Add temperature constraints to v [...] new f05c7b7d9ea9 thermal/drivers/mediatek: Use devm_of_iomap to avoid resou [...] new a3e9a9a59711 thermal/drivers/mediatek: Change clk_prepare_enable to dev [...] new f0fb67c27160 thermal/drivers/mediatek: Use of_address_to_resource() new 2afa82d1fc64 dt-bindings: thermal: qcom-tsens: Correct unit address new dd2358321e1a Merge tag 'thermal-v6.4-rc1-3' of ssh://gitolite.kernel.or [...] new cead266cdbcf thermal: gov_step_wise: Delete obsolete comment new e4006bfec12c thermal: gov_step_wise: Adjust code logic to match comment new 7cefbaf081eb thermal: core: Encapsulate tz->device field new ba7894be5e57 thermal: intel: pch_thermal: Use thermal driver device to [...] new 66d39e74bf49 ACPI: thermal: Use thermal_zone_device() new a4b81715a58e ACPI: thermal: Move to dedicated function sysfs extra attr [...] new 2b6a7409ac39 thermal: intel: menlow: Get rid of this driver new 53389edd4020 Merge branch 'thermal-core' new 667de5c68440 Merge tag 'thermal-6.4-rc1-2' of git://git.kernel.org/pub/ [...] new 61711941d851 ACPI: x86: utils: Remove Lenovo Yoga Tablet 2's MAGN0001 new 9b04d99788cf ACPI: PM: Do not turn of unused power resources on the Tos [...] new 9bde7fb8940f ACPI: property: Support strings in Apple _DSM props new 2e70a47ceafe Merge branches 'acpi-pm' and 'acpi-properties' new 0153d8e69525 Merge tag 'acpi-6.4-rc1-2' of git://git.kernel.org/pub/scm [...] new 91048ce42278 intel_idle: use pr_info() instead of printk() new a78032e94bf1 intel_idle: clean up intel_idle_init_cstates_icpu() new 1abffbd82766 intel_idle: further intel_idle_init_cstates_icpu() cleanup new 00433eae1771 intel_idle: improve C-state flags handling robustness new db1ae0c99950 intel_idle: fix confusing message new 4152379a701a intel_idle: do not sprinkle module parameter definitions around new bd4468295e7a intel_idle: mark few variables as __read_mostly new 08169a162f97 PM: hibernate: Turn snapshot_test into global variable new 5904de0d735b PM: hibernate: Do not get block device exclusively in test [...] new 57ea3ab21c14 Merge branch 'pm-sleep' new fa31fc82fb77 Merge tag 'pm-6.4-rc1-2' of git://git.kernel.org/pub/scm/l [...]
The 35 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: .../devicetree/bindings/thermal/imx-thermal.yaml | 14 +- .../bindings/thermal/qcom-spmi-adc-tm-hc.yaml | 4 +- .../bindings/thermal/qcom-spmi-adc-tm5.yaml | 9 +- .../devicetree/bindings/thermal/qcom-tsens.yaml | 4 +- drivers/acpi/power.c | 19 + drivers/acpi/thermal.c | 45 +- drivers/acpi/x86/apple.c | 11 +- drivers/acpi/x86/utils.c | 10 + drivers/idle/intel_idle.c | 59 ++- drivers/thermal/cpuidle_cooling.c | 3 - drivers/thermal/gov_step_wise.c | 28 +- drivers/thermal/intel/Kconfig | 9 - drivers/thermal/intel/Makefile | 1 - drivers/thermal/intel/intel_menlow.c | 521 --------------------- drivers/thermal/intel/intel_pch_thermal.c | 3 +- drivers/thermal/mediatek/auxadc_thermal.c | 89 ++-- drivers/thermal/thermal_core.c | 6 + include/linux/thermal.h | 1 + kernel/power/hibernate.c | 15 +- kernel/power/power.h | 1 + kernel/power/swap.c | 8 +- 21 files changed, 205 insertions(+), 655 deletions(-) delete mode 100644 drivers/thermal/intel/intel_menlow.c