Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-10-22 | dm: Add spi.h header to a few files | Simon Glass | |
Some files are using SPI functions but not explitly including the SPI header file. Fix this, since driver model needs it. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com> | |||
2014-08-09 | dfu: add SF backend | Stephen Warren | |
This allows SPI Flash to be programmed using DFU. Signed-off-by: Stephen Warren <swarren@nvidia.com> |