From c9ae111a20be4c9555128cced8edded660d133df Mon Sep 17 00:00:00 2001 From: Luka Perkov Date: Tue, 11 Feb 2014 02:07:44 +0000 Subject: mvebu: backport mainline patches from kernel 3.13 This is a backport of the patches accepted to the Linux mainline related to mvebu SoC (Armada XP and Armada 370) between Linux v3.12, and Linux v3.13. This work mainly covers: * Finishes work for sharing the pxa nand driver(drivers/mtd/nand/pxa3xx_nand.c) between the PXA family, and the Armada family. * timer initialization update, and access function for the Armada family. * Generic IRQ handling backporting. * Some bug fixes. Signed-off-by: Seif Mazareeb CC: Luka Perkov SVN-Revision: 39566 --- ...low-to-build-pxa3xx_nand-on-Orion-platfor.patch | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 target/linux/mvebu/patches-3.10/0158-mtd-nand-Allow-to-build-pxa3xx_nand-on-Orion-platfor.patch (limited to 'target/linux/mvebu/patches-3.10/0158-mtd-nand-Allow-to-build-pxa3xx_nand-on-Orion-platfor.patch') diff --git a/target/linux/mvebu/patches-3.10/0158-mtd-nand-Allow-to-build-pxa3xx_nand-on-Orion-platfor.patch b/target/linux/mvebu/patches-3.10/0158-mtd-nand-Allow-to-build-pxa3xx_nand-on-Orion-platfor.patch new file mode 100644 index 0000000..6ac5a67 --- /dev/null +++ b/target/linux/mvebu/patches-3.10/0158-mtd-nand-Allow-to-build-pxa3xx_nand-on-Orion-platfor.patch @@ -0,0 +1,29 @@ +From 933f5de151614aee0f7b1f664f86b04f3773a075 Mon Sep 17 00:00:00 2001 +From: Ezequiel Garcia +Date: Mon, 12 Aug 2013 14:14:59 -0300 +Subject: [PATCH 158/203] mtd: nand: Allow to build pxa3xx_nand on Orion + platforms + +The Armada 370 and Armada XP SoC families, selected by PLAT_ORION, +have a Nand Flash Controller (NFC) IP very similar to the one present +in PXA platforms. Therefore, we want to build this driver on PLAT_ORION. + +Signed-off-by: Ezequiel Garcia +Tested-by: Daniel Mack +Signed-off-by: Brian Norris +Signed-off-by: David Woodhouse +--- + drivers/mtd/nand/Kconfig | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- a/drivers/mtd/nand/Kconfig ++++ b/drivers/mtd/nand/Kconfig +@@ -354,7 +354,7 @@ config MTD_NAND_ATMEL + + config MTD_NAND_PXA3xx + tristate "Support for NAND flash devices on PXA3xx" +- depends on PXA3xx || ARCH_MMP ++ depends on PXA3xx || ARCH_MMP || PLAT_ORION + help + This enables the driver for the NAND flash device found on + PXA3xx processors -- cgit v1.1