projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
kernel: exportfs: reallow building as a module
[openwrt.git]
/
target
/
linux
/
amazon
/
patches-2.6.32
/
160-cfi-swap.patch
diff --git
a/target/linux/amazon/patches-2.6.32/160-cfi-swap.patch
b/target/linux/amazon/patches-2.6.32/160-cfi-swap.patch
index
bb89f61
..
48b84f4
100644
(file)
--- a/
target/linux/amazon/patches-2.6.32/160-cfi-swap.patch
+++ b/
target/linux/amazon/patches-2.6.32/160-cfi-swap.patch
@@
-1,6
+1,6
@@
--- a/drivers/mtd/chips/cfi_cmdset_0002.c
+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
--- a/drivers/mtd/chips/cfi_cmdset_0002.c
+++ b/drivers/mtd/chips/cfi_cmdset_0002.c
-@@ -1
079,6 +1079
,9 @@ static int __xipram do_write_oneword(str
+@@ -1
107,6 +1107
,9 @@ static int __xipram do_write_oneword(str
int retry_cnt = 0;
adr += chip->start;
int retry_cnt = 0;
adr += chip->start;
@@
-10,7
+10,7
@@
spin_lock(chip->mutex);
ret = get_chip(map, chip, adr, FL_WRITING);
spin_lock(chip->mutex);
ret = get_chip(map, chip, adr, FL_WRITING);
-@@ -13
61,7 +1364
,11 @@ static int __xipram do_write_buffer(stru
+@@ -13
89,7 +1392
,11 @@ static int __xipram do_write_buffer(stru
z = 0;
while(z < words * map_bankwidth(map)) {
datum = map_word_load(map, buf);
z = 0;
while(z < words * map_bankwidth(map)) {
datum = map_word_load(map, buf);
@@
-22,7
+22,7
@@
z += map_bankwidth(map);
buf += map_bankwidth(map);
z += map_bankwidth(map);
buf += map_bankwidth(map);
-@@ -16
06,6 +1613
,9 @@ static int __xipram do_erase_oneblock(st
+@@ -16
34,6 +1641
,9 @@ static int __xipram do_erase_oneblock(st
int ret = 0;
adr += chip->start;
int ret = 0;
adr += chip->start;
@@
-32,7
+32,7
@@
spin_lock(chip->mutex);
ret = get_chip(map, chip, adr, FL_ERASING);
spin_lock(chip->mutex);
ret = get_chip(map, chip, adr, FL_ERASING);
-@@ -17
34,6 +1744
,10 @@ static int do_atmel_lock(struct map_info
+@@ -17
62,6 +1772
,10 @@ static int do_atmel_lock(struct map_info
struct cfi_private *cfi = map->fldrv_priv;
int ret;
struct cfi_private *cfi = map->fldrv_priv;
int ret;
@@
-43,7
+43,7
@@
spin_lock(chip->mutex);
ret = get_chip(map, chip, adr + chip->start, FL_LOCKING);
if (ret)
spin_lock(chip->mutex);
ret = get_chip(map, chip, adr + chip->start, FL_LOCKING);
if (ret)
-@@ -17
70,6 +1784
,10 @@ static int do_atmel_unlock(struct map_in
+@@ -17
98,6 +1812
,10 @@ static int do_atmel_unlock(struct map_in
struct cfi_private *cfi = map->fldrv_priv;
int ret;
struct cfi_private *cfi = map->fldrv_priv;
int ret;
This page took
0.022206 seconds
and
4
git commands to generate.