ramips: refresh patches
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Apr 2013 17:05:05 +0000 (17:05 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 7 Apr 2013 17:05:05 +0000 (17:05 +0000)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@36260 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/linux/ramips/patches-3.8/0204-owrt-MIPS-ralink-add-usb-platform-support.patch
target/linux/ramips/patches-3.8/0210-mtd_fix_cfi_cmdset_0002_erase_status_check.patch
target/linux/ramips/patches-3.8/0211-mtd-cfi_cmdset_0002-force-word-write.patch

index 4ff80e8..0b5b443 100644 (file)
@@ -34,7 +34,7 @@ Signed-off-by: John Crispin <blogic@openwrt.org>
  obj-$(CONFIG_EARLY_PRINTK) += early_printk.o
 --- a/arch/mips/ralink/common.h
 +++ b/arch/mips/ralink/common.h
-@@ -43,5 +43,6 @@ extern void prom_soc_init(struct ralink_
+@@ -46,5 +46,6 @@ extern void prom_soc_init(struct ralink_
  __iomem void *plat_of_remap_node(const char *node);
  
  void ralink_pinmux(void);
index bf076fe..91b887f 100644 (file)
@@ -1,6 +1,6 @@
 --- a/drivers/mtd/chips/cfi_cmdset_0002.c
 +++ b/drivers/mtd/chips/cfi_cmdset_0002.c
-@@ -1927,7 +1927,7 @@ static int __xipram do_erase_chip(struct
+@@ -1939,7 +1939,7 @@ static int __xipram do_erase_chip(struct
                        chip->erase_suspended = 0;
                }
  
@@ -9,7 +9,7 @@
                        break;
  
                if (time_after(jiffies, timeo)) {
-@@ -2016,7 +2016,7 @@ static int __xipram do_erase_oneblock(st
+@@ -2028,7 +2028,7 @@ static int __xipram do_erase_oneblock(st
                        chip->erase_suspended = 0;
                }
  
index 5f9df14..25ae351 100644 (file)
@@ -43,7 +43,7 @@
  static int __xipram do_write_buffer(struct map_info *map, struct flchip *chip,
                                    unsigned long adr, const u_char *buf,
                                    int len)
-@@ -1555,7 +1560,6 @@ static int __xipram do_write_buffer(stru
+@@ -1567,7 +1572,6 @@ static int __xipram do_write_buffer(stru
        return ret;
  }
  
@@ -51,7 +51,7 @@
  static int cfi_amdstd_write_buffers(struct mtd_info *mtd, loff_t to, size_t len,
                                    size_t *retlen, const u_char *buf)
  {
-@@ -1630,6 +1634,7 @@ static int cfi_amdstd_write_buffers(stru
+@@ -1642,6 +1646,7 @@ static int cfi_amdstd_write_buffers(stru
  
        return 0;
  }