From 93f85923e9ebb41b33223df0f07adc8afbdaa34a Mon Sep 17 00:00:00 2001 From: juhosg Date: Sun, 14 Mar 2010 13:22:38 +0000 Subject: atheros: refresh 2.6.32 patches git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20197 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../atheros/patches-2.6.32/120-spiflash.patch | 28 ++++++++-------------- 1 file changed, 10 insertions(+), 18 deletions(-) (limited to 'target/linux/atheros/patches-2.6.32/120-spiflash.patch') diff --git a/target/linux/atheros/patches-2.6.32/120-spiflash.patch b/target/linux/atheros/patches-2.6.32/120-spiflash.patch index 7b6dc658d..5a54e3324 100644 --- a/target/linux/atheros/patches-2.6.32/120-spiflash.patch +++ b/target/linux/atheros/patches-2.6.32/120-spiflash.patch @@ -1,8 +1,6 @@ -Index: linux-2.6.32.7/drivers/mtd/devices/Kconfig -=================================================================== ---- linux-2.6.32.7.orig/drivers/mtd/devices/Kconfig 2010-01-29 00:06:20.000000000 +0100 -+++ linux-2.6.32.7/drivers/mtd/devices/Kconfig 2010-02-03 17:01:08.858429535 +0100 -@@ -114,6 +114,10 @@ +--- a/drivers/mtd/devices/Kconfig ++++ b/drivers/mtd/devices/Kconfig +@@ -114,6 +114,10 @@ config MTD_SST25L Set up your spi devices with the right board-specific platform data, if you want to specify device partitioning. @@ -13,19 +11,15 @@ Index: linux-2.6.32.7/drivers/mtd/devices/Kconfig config MTD_SLRAM tristate "Uncached system RAM" help -Index: linux-2.6.32.7/drivers/mtd/devices/Makefile -=================================================================== ---- linux-2.6.32.7.orig/drivers/mtd/devices/Makefile 2010-01-29 00:06:20.000000000 +0100 -+++ linux-2.6.32.7/drivers/mtd/devices/Makefile 2010-02-03 17:01:30.282430590 +0100 -@@ -17,3 +17,4 @@ +--- a/drivers/mtd/devices/Makefile ++++ b/drivers/mtd/devices/Makefile +@@ -17,3 +17,4 @@ obj-$(CONFIG_MTD_BLOCK2MTD) += block2mtd obj-$(CONFIG_MTD_DATAFLASH) += mtd_dataflash.o obj-$(CONFIG_MTD_M25P80) += m25p80.o obj-$(CONFIG_MTD_SST25L) += sst25l.o +obj-$(CONFIG_MTD_AR2315) += ar2315.o -Index: linux-2.6.32.7/drivers/mtd/devices/ar2315.c -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-2.6.32.7/drivers/mtd/devices/ar2315.c 2010-02-03 17:01:08.858429535 +0100 +--- /dev/null ++++ b/drivers/mtd/devices/ar2315.c @@ -0,0 +1,517 @@ + +/* @@ -544,10 +538,8 @@ Index: linux-2.6.32.7/drivers/mtd/devices/ar2315.c +MODULE_AUTHOR("OpenWrt.org, Atheros Communications Inc"); +MODULE_DESCRIPTION("MTD driver for SPI Flash on Atheros SOC"); + -Index: linux-2.6.32.7/arch/mips/include/asm/mach-ar231x/ar2315_spiflash.h -=================================================================== ---- /dev/null 1970-01-01 00:00:00.000000000 +0000 -+++ linux-2.6.32.7/arch/mips/include/asm/mach-ar231x/ar2315_spiflash.h 2010-02-03 17:01:08.858429535 +0100 +--- /dev/null ++++ b/arch/mips/include/asm/mach-ar231x/ar2315_spiflash.h @@ -0,0 +1,116 @@ +/* + * SPI Flash Memory support header file. -- cgit v1.2.3