diff options
author | Felix Fietkau <nbd@openwrt.org> | 2014-12-13 11:54:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2014-12-13 11:54:57 +0000 |
commit | c7e8b5ebbdfa098436945e1721b34562cd488f6f (patch) | |
tree | ecf4a556d01dcd70743862e1ce5853e22c80b59b /target/linux/lantiq/patches-3.10/0104-nand.patch | |
parent | daeec86fba3fee15045429802f06cdd715c688c6 (diff) | |
download | upstream-c7e8b5ebbdfa098436945e1721b34562cd488f6f.tar.gz upstream-c7e8b5ebbdfa098436945e1721b34562cd488f6f.tar.bz2 upstream-c7e8b5ebbdfa098436945e1721b34562cd488f6f.zip |
lantiq: remove linux 3.10 support
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
SVN-Revision: 43685
Diffstat (limited to 'target/linux/lantiq/patches-3.10/0104-nand.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.10/0104-nand.patch | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/lantiq/patches-3.10/0104-nand.patch b/target/linux/lantiq/patches-3.10/0104-nand.patch deleted file mode 100644 index f4b5793284..0000000000 --- a/target/linux/lantiq/patches-3.10/0104-nand.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- a/drivers/mtd/nand/xway_nand.c -+++ b/drivers/mtd/nand/xway_nand.c -@@ -80,13 +80,16 @@ static void xway_reset_chip(struct nand_ - - static void xway_select_chip(struct mtd_info *mtd, int chip) - { -+ static unsigned long csflags; - - switch (chip) { - case -1: - ltq_ebu_w32_mask(NAND_CON_CE, 0, EBU_NAND_CON); - ltq_ebu_w32_mask(NAND_CON_NANDM, 0, EBU_NAND_CON); -+ spin_unlock_irqrestore(&ebu_lock, csflags); - break; - case 0: -+ spin_lock_irqsave(&ebu_lock, csflags); - ltq_ebu_w32_mask(0, NAND_CON_NANDM, EBU_NAND_CON); - ltq_ebu_w32_mask(0, NAND_CON_CE, EBU_NAND_CON); - break; |