This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository linux.
from 57ab5f740202 Merge tag 'hwlock-v5.3' of git://github.com/andersson/remoteproc new da7f134972f4 Revert "gpio/spi: Fix spi-gpio regression on active high CS" new 541e4095f388 gpio: davinci: silence error prints in case of EPROBE_DEFER new 89fea04c85e8 gpiolib: of: fix a memory leak in of_gpio_flags_quirks() new 19ec11a2233d gpio: em: remove the gpiochip before removing the irq domain new 88785b7fa74a Merge tag 'gpio-v5.3-rc1-fixes-for-linus' of git://git.ker [...] new c3c08f939abe Merge tag 'gpio-v5.3-2' of git://git.kernel.org/pub/scm/li [...] new 980af75ede4f thermal/drivers/core: Add init section table for self-enca [...] new 57c5b2ec9059 thermal/drivers/core: Use governor table to initialize new 6bbe6f5732fa docs: thermal: convert to ReST new aaba9791fbb4 drivers: thermal: processor_thermal: Read PPCC on resume new ff9b011ad143 Merge branches 'thermal-core' and 'thermal-intel' into next new 6c395f66e98c drivers: thermal: processor_thermal_device: Fix build warning new aac09ce27556 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/ [...] new 9af93db9e140 platform/x86: asus: Rename "fan mode" to "fan boost mode" new 22051d9c4a57 Merge tag 'platform-drivers-x86-v5.3-2' of git://git.infra [...]
The 15 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: Documentation/ABI/testing/sysfs-platform-asus-wmi | 6 +- .../{cpu-cooling-api.txt => cpu-cooling-api.rst} | 39 +- .../thermal/{exynos_thermal => exynos_thermal.rst} | 47 +- Documentation/thermal/exynos_thermal_emulation | 53 --- Documentation/thermal/exynos_thermal_emulation.rst | 61 +++ Documentation/thermal/index.rst | 18 + .../{intel_powerclamp.txt => intel_powerclamp.rst} | 183 ++++---- .../{nouveau_thermal => nouveau_thermal.rst} | 54 ++- .../{power_allocator.txt => power_allocator.rst} | 144 +++--- .../thermal/{sysfs-api.txt => sysfs-api.rst} | 488 ++++++++++++++------- ...ure_thermal => x86_pkg_temperature_thermal.rst} | 28 +- MAINTAINERS | 2 +- drivers/gpio/gpio-davinci.c | 5 +- drivers/gpio/gpio-em.c | 33 +- drivers/gpio/gpiolib-of.c | 10 +- drivers/platform/x86/asus-wmi.c | 118 ++--- drivers/thermal/fair_share.c | 12 +- drivers/thermal/gov_bang_bang.c | 11 +- .../int340x_thermal/processor_thermal_device.c | 18 + drivers/thermal/power_allocator.c | 11 +- drivers/thermal/step_wise.c | 11 +- drivers/thermal/thermal_core.c | 52 ++- drivers/thermal/thermal_core.h | 55 +-- drivers/thermal/user_space.c | 12 +- include/asm-generic/vmlinux.lds.h | 11 + include/linux/platform_data/x86/asus-wmi.h | 2 +- include/linux/thermal.h | 4 +- 27 files changed, 857 insertions(+), 631 deletions(-) rename Documentation/thermal/{cpu-cooling-api.txt => cpu-cooling-api.rst} (82%) rename Documentation/thermal/{exynos_thermal => exynos_thermal.rst} (67%) delete mode 100644 Documentation/thermal/exynos_thermal_emulation create mode 100644 Documentation/thermal/exynos_thermal_emulation.rst create mode 100644 Documentation/thermal/index.rst rename Documentation/thermal/{intel_powerclamp.txt => intel_powerclamp.rst} (76%) rename Documentation/thermal/{nouveau_thermal => nouveau_thermal.rst} (64%) rename Documentation/thermal/{power_allocator.txt => power_allocator.rst} (74%) rename Documentation/thermal/{sysfs-api.txt => sysfs-api.rst} (66%) rename Documentation/thermal/{x86_pkg_temperature_thermal => x86_pkg_temperature_t [...]