]> git.ipfire.org Git - thirdparty/dracut.git/commit
90kernel-modules: arm: add drivers/hwmon for arm/arm64
authorNicolas Chauvet <kwizart@gmail.com>
Wed, 7 Oct 2020 13:39:23 +0000 (15:39 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Wed, 7 Oct 2020 14:04:08 +0000 (16:04 +0200)
commita298f5f285c4833507e95d0905049cbe716809c7
tree14da93c853a4b7336f111243498997100a4f0089
parent811c814677b83874fb631f6c07576765303b615a
90kernel-modules: arm: add drivers/hwmon for arm/arm64

In the case of the s805x the drivers/hwmon directory contains the
scpi_hwmon kernel module.
On a running system, lsmod would output the following dependencies:
 arm_scpi               24576  2 clk_scpi,scpi_hwmon

It means that if the clock driver is bundled in the initramfs it will
bring arm_scpi. But if scpi_hwmon is missing the scpi will be incomplete
and it can lead to crashes.

When the hwmon is bundled, no crash occurs

Signed-off-by: Nicolas Chauvet <kwizart@gmail.com>
modules.d/90kernel-modules/module-setup.sh