[dracut/f17] include omap_hsmmc on arm

Dennis Gilmore ausil at fedoraproject.org
Thu Aug 2 10:47:59 UTC 2012


commit 525e6a533461dc2327bc745691a62d9ea95af515
Author: Dennis Gilmore <dennis at ausil.us>
Date:   Thu Aug 2 05:47:55 2012 -0500

    include omap_hsmmc on arm

 0001-include-the-omap_hsmmc-module-on-arm.patch |   25 +++++++++++++++++++++++
 dracut.spec                                     |    6 ++++-
 2 files changed, 30 insertions(+), 1 deletions(-)
---
diff --git a/0001-include-the-omap_hsmmc-module-on-arm.patch b/0001-include-the-omap_hsmmc-module-on-arm.patch
new file mode 100644
index 0000000..6503ac1
--- /dev/null
+++ b/0001-include-the-omap_hsmmc-module-on-arm.patch
@@ -0,0 +1,25 @@
+From e0c1a5dc6b23b905590e4ba8876bf0b56709833f Mon Sep 17 00:00:00 2001
+From: Dennis Gilmore <dennis at ausil.us>
+Date: Thu, 2 Aug 2012 05:11:43 -0500
+Subject: [PATCH] include the omap_hsmmc module on arm
+
+---
+ modules.d/90kernel-modules/module-setup.sh | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/modules.d/90kernel-modules/module-setup.sh b/modules.d/90kernel-modules/module-setup.sh
+index 4e75ef8..e58b257 100755
+--- a/modules.d/90kernel-modules/module-setup.sh
++++ b/modules.d/90kernel-modules/module-setup.sh
+@@ -40,7 +40,7 @@ installkernel() {
+         hostonly='' instmods usb_storage sdhci sdhci-pci
+ 
+         # arm specific modules
+-        hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm sdhci_dove ahci_platform pata_imx sata_mv
++        hostonly='' instmods sdhci_esdhc_imx mmci sdhci_tegra mvsdio omap omapdrm omap_hsmmc sdhci_dove ahci_platform pata_imx sata_mv
+ 
+         # install keyboard support
+         hostonly='' instmods atkbd i8042 usbhid hid-apple hid-sunplus hid-cherry hid-logitech hid-logitech-dj hid-microsoft ehci-hcd ohci-hcd uhci-hcd xhci-hcd hid_generic
+-- 
+1.7.11.2
+
diff --git a/dracut.spec b/dracut.spec
index 0aff488..7044ccf 100644
--- a/dracut.spec
+++ b/dracut.spec
@@ -10,7 +10,7 @@
 
 Name: dracut
 Version: 018
-Release: 96.git20120724%{?dist}
+Release: 97.git20120724%{?dist}
 
 Summary: Initramfs generator using udev
 %if 0%{?fedora} || 0%{?rhel}
@@ -119,6 +119,7 @@ Patch92: 0092-udev-rules-module-setup.sh-cope-with-systemd-udevd.patch
 Patch93: 0093-Makefile-set-LC_MESSAGES-C-.-not-LANG.patch
 Patch94: 0094-resume-move-resume-in-the-initqueue-finished-hook.patch
 Patch95: 0095-lvm-lvm_scan.sh-udevadm-settle-after-lvm-scan.patch
+Patch96: 0001-include-the-omap_hsmmc-module-on-arm.patch
 
 
 BuildArch: noarch
@@ -434,6 +435,9 @@ rm -rf $RPM_BUILD_ROOT
 %dir /var/lib/dracut/overlay
 
 %changelog
+* Wed Aug 01 2012 Dennis Gilmore <dennis at ausil.us> 018-97.git20120724
+- include omap_hsmmc on arm 
+
 * Tue Jul 24 2012 Harald Hoyer <harald at redhat.com> 018-96.git20120724
 - fixed some more race condition in resume
 


More information about the scm-commits mailing list