]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
mtd: spi-nor: drop replaceable wait-till-ready function pointer
authorBrian Norris <computersforpeace@gmail.com>
Thu, 7 Aug 2014 01:17:00 +0000 (18:17 -0700)
committerBrian Norris <computersforpeace@gmail.com>
Wed, 5 Nov 2014 10:08:21 +0000 (02:08 -0800)
commitb94ed087744c5bc287d2ed706b476693df07151d
tree3cc1ce27a02e529687eadfbbae70b93b4e524a30
parent8fdc6cd45891d26e2c82ad22cc6f85cbb4d526d2
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>
drivers/mtd/spi-nor/spi-nor.c
include/linux/mtd/spi-nor.h