sf: Add extended read commands support
Current sf uses FAST_READ command, this patch adds support to
use the different/extended read command.
This implementation will determine the fastest command by taking
the supported commands from the flash and the controller, controller
is always been a priority.
Signed-off-by:
Jagannadha Sutradharudu Teki <jaganna@xilinx.com>
Showing
- drivers/mtd/spi/sf_internal.h 2 additions, 0 deletionsdrivers/mtd/spi/sf_internal.h
- drivers/mtd/spi/sf_ops.c 1 addition, 1 deletiondrivers/mtd/spi/sf_ops.c
- drivers/mtd/spi/sf_probe.c 105 additions, 85 deletionsdrivers/mtd/spi/sf_probe.c
- include/spi.h 8 additions, 0 deletionsinclude/spi.h
- include/spi_flash.h 10 additions, 0 deletionsinclude/spi_flash.h
Loading
Please register or sign in to comment