Linux kernel source tree
Go to file
Huisong Li fabb1f813e hwmon: (acpi_power_meter) Fix fail to load module on platform without _PMD method
According to the ACPI specification, the _PMD method is optional. The
acpi_power_meter driver shouldn't fail to load if the platform has no
_PMD method.

Signed-off-by: Huisong Li <lihuisong@huawei.com>
Message-ID: <20241112021228.22914-1-lihuisong@huawei.com>
[groeck: Reworded commit description]
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
2024-11-12 13:54:55 -08:00
Documentation dt-bindings: hwmon: pwm-fan: Document start from stopped state properties 2024-11-12 13:54:55 -08:00
LICENSES
arch
block
certs
crypto
drivers hwmon: (acpi_power_meter) Fix fail to load module on platform without _PMD method 2024-11-12 13:54:55 -08:00
fs
include hwmon: (max6639) : Configure based on DT property 2024-11-10 14:48:06 -08:00
init
io_uring
ipc
kernel
lib
mm filemap: Fix bounds checking in filemap_read() 2024-11-10 14:07:08 -08:00
net
rust
samples
scripts
security
sound
tools
usr
virt
.clang-format
.cocciconfig
.editorconfig
.get_maintainer.ignore
.gitattributes
.gitignore
.mailmap
.rustfmt.toml
COPYING
CREDITS
Kbuild
Kconfig
MAINTAINERS dt-bindings: hwmon: pmbus: add ti tps25990 support 2024-11-12 13:54:55 -08:00
Makefile Linux 6.12-rc7 2024-11-10 14:19:35 -08:00
README

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 reStructuredText 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.