diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2014-01-11 16:06:37 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2014-01-11 16:06:37 +0000 |
commit | 0e2586a7748385c97062a8d8816c98011175fb3d (patch) | |
tree | 819954dd504b84d34aba5e827e06e5b319ddc393 /target/linux/ramips/patches-3.10/0206-MTD-add-chunked-read-io-to-m25p80.patch | |
parent | 30ebad2dee1bc348c9b8234f0649a0b8f7a9cb40 (diff) | |
download | upstream-0e2586a7748385c97062a8d8816c98011175fb3d.tar.gz upstream-0e2586a7748385c97062a8d8816c98011175fb3d.tar.bz2 upstream-0e2586a7748385c97062a8d8816c98011175fb3d.zip |
kernel: update 3.10 to 3.10.26
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 39220
Diffstat (limited to 'target/linux/ramips/patches-3.10/0206-MTD-add-chunked-read-io-to-m25p80.patch')
-rw-r--r-- | target/linux/ramips/patches-3.10/0206-MTD-add-chunked-read-io-to-m25p80.patch | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/target/linux/ramips/patches-3.10/0206-MTD-add-chunked-read-io-to-m25p80.patch b/target/linux/ramips/patches-3.10/0206-MTD-add-chunked-read-io-to-m25p80.patch index 6018534135..b4d64ea50c 100644 --- a/target/linux/ramips/patches-3.10/0206-MTD-add-chunked-read-io-to-m25p80.patch +++ b/target/linux/ramips/patches-3.10/0206-MTD-add-chunked-read-io-to-m25p80.patch @@ -8,11 +8,9 @@ Signed-off-by: John Crispin <blogic@openwrt.org> drivers/mtd/devices/m25p80.c | 127 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) -Index: linux-3.10.21/drivers/mtd/devices/m25p80.c -=================================================================== ---- linux-3.10.21.orig/drivers/mtd/devices/m25p80.c 2013-12-09 19:34:40.828651303 +0100 -+++ linux-3.10.21/drivers/mtd/devices/m25p80.c 2013-12-09 19:40:37.636659793 +0100 -@@ -392,6 +392,57 @@ +--- a/drivers/mtd/devices/m25p80.c ++++ b/drivers/mtd/devices/m25p80.c +@@ -392,6 +392,57 @@ static int m25p80_read(struct mtd_info * return 0; } @@ -70,7 +68,7 @@ Index: linux-3.10.21/drivers/mtd/devices/m25p80.c /* * Write an address range to the flash chip. Data must be written in * FLASH_PAGESIZE chunks. The address range may be any size provided -@@ -479,6 +530,76 @@ +@@ -479,6 +530,76 @@ static int m25p80_write(struct mtd_info return 0; } @@ -147,7 +145,7 @@ Index: linux-3.10.21/drivers/mtd/devices/m25p80.c static int sst_write(struct mtd_info *mtd, loff_t to, size_t len, size_t *retlen, const u_char *buf) { -@@ -1057,6 +1178,12 @@ +@@ -1058,6 +1179,12 @@ static int m25p_probe(struct spi_device flash->fast_read = true; #endif |