]> 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, 21 Jan 2015 13:10:26 +0000 (14:10 +0100)
commit6dcc5e1158bf502b431491a381a16ca894f99ae2
treeafa9e9b418d0f234cce09ccc0243fc9713ea3f93
parente3e1f406bba6cd16636e064307e29a911fd4398e
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.
modules.d/90kernel-modules/module-setup.sh