mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-06-10 23:14:30 +00:00
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>