]> git.ipfire.org Git - thirdparty/dracut.git/commit
kernel-modules: increase SDHCI driver inclusion
authorDaniel Drake <drake@endlessm.com>
Thu, 15 Jan 2015 17:27:47 +0000 (11:27 -0600)
committerHarald Hoyer <harald@redhat.com>
Wed, 25 May 2016 12:40:40 +0000 (14:40 +0200)
commit688afe0fc3e705a5a65e9e74f6a77e56fb364c3f
treeb62a0b0a8a945d8067ffc619b1379a3014e0fd46
parent8fb06a05624d8aaa067b61b70ecbbbd90fc0f88e
kernel-modules: increase SDHCI driver inclusion

The sdhci-pci module is currently not being included in the initramfs,
even though other sdhci modules are. This breaks boot on systems that
rely on this driver to access the root filesystem.

Instead of looking for modules that use sdhci_pltfm_init, look for
sdhci_add_host. I checked 3.18 kernel sources, and this change
does not remove any of the previously-matched SDHCI drivers.
It should result in the addition of sdhci-pci, sdhci-s3c, sdhci-spear
and sdhci-acpi.

(cherry picked from commit 6dcc5e1158bf502b431491a381a16ca894f99ae2)
modules.d/90kernel-modules/module-setup.sh