commit | b94ed087744c5bc287d2ed706b476693df07151d | [log] [tgz] |
---|---|---|
author | Brian Norris <computersforpeace@gmail.com> | Wed Aug 06 18:17:00 2014 -0700 |
committer | Brian Norris <computersforpeace@gmail.com> | Wed Nov 05 02:08:21 2014 -0800 |
tree | 3cc1ce27a02e529687eadfbbae70b93b4e524a30 | |
parent | 8fdc6cd45891d26e2c82ad22cc6f85cbb4d526d2 [diff] |
mtd: spi-nor: drop replaceable wait-till-ready function pointer We don't need to expose a 'wait-till-ready' interface to drivers. Status register polling should be handled by the core spi-nor.c library, and as of now, I see no need to provide a special driver-specific hook for it. Signed-off-by: Brian Norris <computersforpeace@gmail.com> Reviewed-by: Marek Vasut <marex@denx.de>