drivers/spi/spi_flash: add missing status() command callbacks
commit937931ea04c27986312d261f0fbd2eff797615c7
authorAaron Durbin <adurbin@chromium.org>
Sat, 11 Jan 2020 23:52:42 +0000 (11 16:52 -0700)
committerAaron Durbin <adurbin@chromium.org>
Thu, 16 Jan 2020 15:21:35 +0000 (16 15:21 +0000)
treea814b311dba12dd90f42e306b58e60a3440cac5b
parentf584f19efc58ba3c80a462024ae680320b17b9ce
drivers/spi/spi_flash: add missing status() command callbacks

The adesto, amic, atmel, and stmicro spi flash drivers didn't have
the status() call back. These parts do support the status command
retrieval. Fill them in accordingly.

Change-Id: Ie0e63bec844b8e01e292ef8c4df707494df02e69
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/38377
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Furquan Shaikh <furquan@google.com>
src/drivers/spi/adesto.c
src/drivers/spi/amic.c
src/drivers/spi/atmel.c
src/drivers/spi/stmicro.c