git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d61dcb
)
mtd: spi-nor: move "wait-till-ready" checks into erase/write functions
author
Brian Norris
<computersforpeace@gmail.com>
Thu, 7 Aug 2014 01:16:57 +0000
(18:16 -0700)
committer
Brian Norris
<computersforpeace@gmail.com>
Wed, 5 Nov 2014 10:02:24 +0000
(
02:02
-0800)
We shouldn't have *every* function checking if a previous write is
complete; this should be done synchronously after each write/erase.
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Reviewed-by: Marek Vasut <marex@denx.de>
No differences found