[U-Boot] [PATCH v2 01/17] dm: sf: Add driver model read/write/erase methods

Simon Glass sjg at chromium.org
Wed Apr 1 05:14:37 CEST 2015


On 26 March 2015 at 09:29, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>
> ---
>
> Changes in v2: None
>
>  drivers/mtd/spi/sf-uclass.c | 16 +++++++++++++++
>  include/spi_flash.h         | 47 +++++++++++++++++++++++++++++++++++++++------
>  2 files changed, 57 insertions(+), 6 deletions(-)

Applied to u-boot-dm/next


More information about the U-Boot mailing list