mtd: spi-nor: move "wait-till-ready" checks into erase/write functions
authorBrian Norris <computersforpeace@gmail.com>
Thu, 7 Aug 2014 01:16:57 +0000 (18:16 -0700)
committerBrian 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