diff options
author | John Crispin <john@openwrt.org> | 2013-01-28 17:44:20 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2013-01-28 17:44:20 +0000 |
commit | 0de095593195b8c45dcecb4343271afbedce32df (patch) | |
tree | b93cbf751ceb44b9b4b9500cae0cf7a2d2efc15d /target/linux/lantiq/patches-3.7/0112-MTD-lantiq-xway-fix-NAND-reset-timeout-handling.patch | |
parent | 0183df8ed9155b813564aafadace08ee04d64456 (diff) | |
download | mtk-20170518-0de095593195b8c45dcecb4343271afbedce32df.zip mtk-20170518-0de095593195b8c45dcecb4343271afbedce32df.tar.gz mtk-20170518-0de095593195b8c45dcecb4343271afbedce32df.tar.bz2 |
refresh patches
SVN-Revision: 35355
Diffstat (limited to 'target/linux/lantiq/patches-3.7/0112-MTD-lantiq-xway-fix-NAND-reset-timeout-handling.patch')
-rw-r--r-- | target/linux/lantiq/patches-3.7/0112-MTD-lantiq-xway-fix-NAND-reset-timeout-handling.patch | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/lantiq/patches-3.7/0112-MTD-lantiq-xway-fix-NAND-reset-timeout-handling.patch b/target/linux/lantiq/patches-3.7/0112-MTD-lantiq-xway-fix-NAND-reset-timeout-handling.patch index 447c061..ac837e4 100644 --- a/target/linux/lantiq/patches-3.7/0112-MTD-lantiq-xway-fix-NAND-reset-timeout-handling.patch +++ b/target/linux/lantiq/patches-3.7/0112-MTD-lantiq-xway-fix-NAND-reset-timeout-handling.patch @@ -12,11 +12,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org> drivers/mtd/nand/xway_nand.c | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) -diff --git a/drivers/mtd/nand/xway_nand.c b/drivers/mtd/nand/xway_nand.c -index 3f81dc8..4731300 100644 --- a/drivers/mtd/nand/xway_nand.c +++ b/drivers/mtd/nand/xway_nand.c -@@ -58,15 +58,23 @@ static void xway_reset_chip(struct nand_chip *chip) +@@ -58,15 +58,23 @@ static void xway_reset_chip(struct nand_ { unsigned long nandaddr = (unsigned long) chip->IO_ADDR_W; unsigned long flags; @@ -42,6 +40,3 @@ index 3f81dc8..4731300 100644 spin_unlock_irqrestore(&ebu_lock, flags); } --- -1.7.10.4 - |