commit | 1c36923859adfe9edf8f879e4d82103e9cb05335 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Mar 26 09:29:25 2015 -0600 |
committer | Simon Glass <sjg@chromium.org> | Sat Apr 18 11:11:14 2015 -0600 |
tree | 48ba4f10012e59e971aee7a1ff5a3d98cae0ca85 | |
parent | f4dc96a21b8c7e998d74924c39b5c2704a53711a [diff] |
dm: sf: Add driver model read/write/erase methods Permit use of a udevice to talk to SPI flash. Ultimately we would like to retire the use of 'struct spi_flash' for this purpose, so create the new API for those who want to move to it. Signed-off-by: Simon Glass <sjg@chromium.org>