commit | f7e55f28a2e4e578544e6533e8a578f271b24a99 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Mar 11 06:08:03 2013 +0000 |
committer | Simon Glass <sjg@chromium.org> | Tue Mar 19 08:45:36 2013 -0700 |
tree | ad8bc5cfdeac09a81bde0f16626b0625d7bcc836 | |
parent | b162a7c6befdcf80a900e254233612711c699d31 [diff] |
sf: Use spi_flash_alloc() in each SPI flash driver Rather than each device having its own way to allocate a SPI flash structure, use the new allocation function everywhere. This will make it easier to extend the interface without breaking devices. Signed-off-by: Simon Glass <sjg@chromium.org>