[kernel: 1/2] minor ARM updates

Peter Robinson pbrobinson at fedoraproject.org
Mon Mar 4 11:45:05 UTC 2013


commit 83ef26c694c4c60df5451f649a01fc051dab3c89
Author: Peter Robinson <pbrobinson at gmail.com>
Date:   Mon Mar 4 11:19:03 2013 +0000

    minor ARM updates

 arm-tegra-ahb.patch |   14 ++++++++++++++
 config-arm-omap     |    4 ++--
 config-armv7        |    2 +-
 kernel.spec         |    6 ++++++
 4 files changed, 23 insertions(+), 3 deletions(-)
---
diff --git a/arm-tegra-ahb.patch b/arm-tegra-ahb.patch
new file mode 100644
index 0000000..747b5c2
--- /dev/null
+++ b/arm-tegra-ahb.patch
@@ -0,0 +1,14 @@
+diff --git a/drivers/amba/tegra-ahb.c b/drivers/amba/tegra-ahb.c
+index ab92785..093c435 100644
+--- a/drivers/amba/tegra-ahb.c
++++ b/drivers/amba/tegra-ahb.c
+@@ -130,7 +130,7 @@  static inline void gizmo_writel(struct tegra_ahb *ahb, u32 value, u32 offset)
+ 	writel(value, ahb->regs + offset);
+ }
+ 
+-#ifdef CONFIG_ARCH_TEGRA_3x_SOC
++#ifdef CONFIG_TEGRA_IOMMU_SMMU
+ static int tegra_ahb_match_by_smmu(struct device *dev, void *data)
+ {
+ 	struct tegra_ahb *ahb = dev_get_drvdata(dev);
+
diff --git a/config-arm-omap b/config-arm-omap
index d115b8c..8ac6cb9 100644
--- a/config-arm-omap
+++ b/config-arm-omap
@@ -362,8 +362,8 @@ CONFIG_PWM_TWL_LED=m
 # CONFIG_OMAP_REMOTEPROC is not set
 # CONFIG_OMAP_IOVMM is not set
 
-CONFIG_CRYPTO_DEV_OMAP_SHAM=m
-CONFIG_CRYPTO_DEV_OMAP_AES=m
+# CONFIG_CRYPTO_DEV_OMAP_SHAM is not set
+# CONFIG_CRYPTO_DEV_OMAP_AES is not set
 
 # CONFIG_NET_VENDOR_BROADCOM is not set
 # CONFIG_MTD_NAND_OMAP_BCH is not set
diff --git a/config-armv7 b/config-armv7
index 445323e..73ce436 100644
--- a/config-armv7
+++ b/config-armv7
@@ -362,7 +362,7 @@ CONFIG_PINCTRL_SINGLE=m
 
 # GPIO
 CONFIG_GPIO_GENERIC_PLATFORM=m
-CONFIG_GPIO_EM=m
+# CONFIG_GPIO_EM is not set
 CONFIG_GPIO_ADNP=m
 CONFIG_GPIO_MCP23S08=m
 CONFIG_POWER_RESET_GPIO=y
diff --git a/kernel.spec b/kernel.spec
index 10294e2..a2ffe2a 100644
--- a/kernel.spec
+++ b/kernel.spec
@@ -707,6 +707,8 @@ Patch21000: arm-export-read_current_timer.patch
 # ARM tegra
 Patch21004: arm-tegra-nvec-kconfig.patch
 Patch21005: arm-tegra-usb-no-reset-linux33.patch
+# https://patchwork.kernel.org/patch/2106061/
+Patch21006: arm-tegra-ahb.patch
 
 # versatile
 
@@ -1294,6 +1296,7 @@ ApplyPatch vmbugon-warnon.patch
 ApplyPatch arm-export-read_current_timer.patch
 # ApplyPatch arm-tegra-nvec-kconfig.patch
 ApplyPatch arm-tegra-usb-no-reset-linux33.patch
+ApplyPatch arm-tegra-ahb.patch
 
 #
 # bugfixes to drivers and filesystems
@@ -2267,6 +2270,9 @@ fi
 #                 ||----w |
 #                 ||     ||
 %changelog
+* Mon Mar  4 2013 Peter Robinson <pbrobinson at fedoraproject.org>
+- Minor ARM updates
+
 * Fri Mar 01 2013 Josh Boyer <jwboyer at redhat.com> - 3.9.0-0.rc0.git14.1
 - Linux v3.8-10206-gb0af9cd
 


More information about the scm-commits mailing list