From 8fe271d96f670b86e0d77659edbb769cb3bee49d Mon Sep 17 00:00:00 2001 From: blogic Date: Mon, 28 Jan 2013 17:44:20 +0000 Subject: [lantiq] refresh patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@35355 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- ...-MTD-MIPS-lantiq-Add-NAND-support-on-Lantiq-FALCON-So.patch | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'target/linux/lantiq/patches-3.7/0111-MTD-MIPS-lantiq-Add-NAND-support-on-Lantiq-FALCON-So.patch') diff --git a/target/linux/lantiq/patches-3.7/0111-MTD-MIPS-lantiq-Add-NAND-support-on-Lantiq-FALCON-So.patch b/target/linux/lantiq/patches-3.7/0111-MTD-MIPS-lantiq-Add-NAND-support-on-Lantiq-FALCON-So.patch index 3f15b2180..03f0e15d5 100644 --- a/target/linux/lantiq/patches-3.7/0111-MTD-MIPS-lantiq-Add-NAND-support-on-Lantiq-FALCON-So.patch +++ b/target/linux/lantiq/patches-3.7/0111-MTD-MIPS-lantiq-Add-NAND-support-on-Lantiq-FALCON-So.patch @@ -18,8 +18,6 @@ Cc: linux-mtd@lists.infradead.org 3 files changed, 91 insertions(+) create mode 100644 drivers/mtd/nand/falcon_nand.c -diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig -index 4883139..a3b05be 100644 --- a/drivers/mtd/nand/Kconfig +++ b/drivers/mtd/nand/Kconfig @@ -572,4 +572,12 @@ config MTD_NAND_XWAY @@ -35,8 +33,6 @@ index 4883139..a3b05be 100644 + attached to the External Bus Unit (EBU). + endif # MTD_NAND -diff --git a/drivers/mtd/nand/Makefile b/drivers/mtd/nand/Makefile -index 2cbd091..a97e1b5 100644 --- a/drivers/mtd/nand/Makefile +++ b/drivers/mtd/nand/Makefile @@ -53,5 +53,6 @@ obj-$(CONFIG_MTD_NAND_RICOH) += r852.o @@ -46,9 +42,6 @@ index 2cbd091..a97e1b5 100644 +obj-$(CONFIG_MTD_NAND_FALCON) += falcon_nand.o nand-objs := nand_base.o nand_bbt.o -diff --git a/drivers/mtd/nand/falcon_nand.c b/drivers/mtd/nand/falcon_nand.c -new file mode 100644 -index 0000000..b3b850c --- /dev/null +++ b/drivers/mtd/nand/falcon_nand.c @@ -0,0 +1,82 @@ @@ -134,6 +127,3 @@ index 0000000..b3b850c +} + +arch_initcall(falcon_register_nand); --- -1.7.10.4 - -- cgit v1.2.3