[kernel/f21] Fix Panda on ARMv7 crash on boot

Peter Robinson pbrobinson at fedoraproject.org
Sat Feb 28 14:25:25 UTC 2015


commit d3524819671a62c958df7fef40a0690e2097739c
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Sat Feb 28 14:25:17 2015 +0000

    Fix Panda on ARMv7 crash on boot

 config-armv7         | 2 +-
 config-armv7-generic | 3 ++-
 kernel.spec          | 3 +++
 3 files changed, 6 insertions(+), 2 deletions(-)
---
diff --git a/config-armv7 b/config-armv7
index 652d224..8eb0e1a 100644
--- a/config-armv7
+++ b/config-armv7
@@ -544,7 +544,7 @@ CONFIG_INPUT_AB8500_PONKEY=m
 CONFIG_REGULATOR_AB8500=y
 CONFIG_AB8500_USB=m
 CONFIG_USB_MUSB_UX500=m
-CONFIG_USB_UX500_DMA=y
+# CONFIG_USB_UX500_DMA is not set
 CONFIG_RTC_DRV_AB8500=m
 CONFIG_PWM_AB8500=m
 CONFIG_SND_SOC_UX500=m
diff --git a/config-armv7-generic b/config-armv7-generic
index cd5f89b..dd233a7 100644
--- a/config-armv7-generic
+++ b/config-armv7-generic
@@ -387,6 +387,8 @@ CONFIG_USB_OTG=y
 CONFIG_USB_GADGET=m
 CONFIG_USB_GADGET_VBUS_DRAW=100
 CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2
+# Use PIO on musb as upstream doesn't support multiple DMA engines yet :-/
+CONFIG_MUSB_PIO_ONLY=y
 # CONFIG_USB_GADGET_XILINX is not set
 CONFIG_USB_MUSB_HDRC=m
 CONFIG_USB_MUSB_DUAL_ROLE=y
@@ -405,7 +407,6 @@ CONFIG_USB_CONFIGFS_SERIAL=y
 # CONFIG_USB_CONFIGFS_F_LB_SS is not set
 # CONFIG_USB_CONFIGFS_F_FS is not set
 
-# CONFIG_MUSB_PIO_ONLY is not set
 # CONFIG_USB_GADGET_DEBUG is not set
 # CONFIG_USB_GADGET_DEBUG_FILES is not set
 # CONFIG_USB_GADGET_DEBUG_FS is not set
diff --git a/kernel.spec b/kernel.spec
index 217baea..a8cf45c 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -2281,6 +2281,9 @@ fi
 #                                    ||----w |
 #                                    ||     ||
 %changelog
+* Sat Feb 28 2015 Peter Robinson <pbrobinson at fedoraproject.org>
+- Fix Panda on ARMv7 crash on boot
+
 * Fri Feb 27 2015 Kyle McMartin <kyle at fedoraproject.org> - 3.18.8-201
 - Fix up aarch64 build... mis-merge in kernel-arm64.patch.
 


More information about the scm-commits mailing list