No description
Find a file
Daniel Lezcano 0fb6c6493f thermal/drivers/stm: Don't set no_hwmon to false
The thermal->tzp->no_hwmon parameter is only used when calling
thermal_zone_device_register().

Setting it to 'false' before calling thermal_add_hwmon_sysfs() has no
effect.

Remove the call and again prevent the drivers to access the thermal
internals.

Cc: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Cc: Alexandre Torgue <alexandre.torgue@foss.st.com>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230307133735.90772-6-daniel.lezcano@linaro.org
2023-04-01 20:51:45 +02:00
arch s390 updates for 6.3 merge window part 2 2023-03-03 09:38:01 -08:00
block block-6.3-2023-03-03 2023-03-03 10:21:39 -08:00
certs
crypto
Documentation dt-bindings: thermal: mediatek: Add binding documentation for MT8365 SoC 2023-03-13 12:20:34 +01:00
drivers thermal/drivers/stm: Don't set no_hwmon to false 2023-04-01 20:51:45 +02:00
fs Two small fixes from Xiubo and myself, marked for stable. 2023-03-02 10:48:30 -08:00
include thermal/core: Relocate the traces definition in thermal directory 2023-04-01 20:51:45 +02:00
init
io_uring io_uring-6.3-2023-03-03 2023-03-03 10:25:29 -08:00
ipc
kernel More power management updates for 6.3-rc1 2023-03-03 10:30:58 -08:00
lib
LICENSES
mm
net nfsd-6.3 fixes: 2023-03-01 11:03:44 -08:00
rust
samples LoongArch changes for v6.3 2023-03-01 09:27:00 -08:00
scripts
security capability: just use a 'u64' instead of a 'u32[2]' array 2023-03-01 10:01:22 -08:00
sound
tools Changes in this cycle were: 2023-03-02 09:45:34 -08:00
usr
virt
.clang-format
.cocciconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS
Makefile
README

Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.