commit | e2fc5e25f2d1cab86edac352d1a91f55c15c9f0a | [log] [tgz] |
---|---|---|
author | Furquan Shaikh <furquan@chromium.org> | Wed May 17 17:26:01 2017 -0700 |
committer | Furquan Shaikh <furquan@google.com> | Fri May 19 21:23:39 2017 +0200 |
tree | 71a86a3dd19e445a04d9088eedd1f14373da75bb | |
parent | a1491574ef2c91ff8b89df70feba67ad34836c75 [diff] |
drivers/spi/spi_flash: Move flash ops to spi_flash_ops structure Define a new spi_flash_ops structure, move all spi flash operations to this structure and add a pointer to this structure in struct spi_flash. BUG=b:38330715 Change-Id: I550cc4556fc4b63ebc174a7e2fde42251fe56052 Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://review.coreboot.org/19757 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Aaron Durbin <adurbin@chromium.org>