[U-Boot] [PATCH 3/3] doc: SPI: Update SPI status track

Updated SPI/status.txt, with memory_map and TODO.
Signed-off-by: Jagannadha Sutradharudu Teki jaganna@xilinx.com --- doc/SPI/status.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/SPI/status.txt b/doc/SPI/status.txt index 6050e4a..62c3c85 100644 --- a/doc/SPI/status.txt +++ b/doc/SPI/status.txt @@ -9,13 +9,15 @@ SPI FLASH (drivers/mtd/spi): - sf_ops.c: SPI flash operations code. - sf.c: SPI flash interface, which interacts controller driver. - Bank Address Register (Accessing flashes > 16Mbytes in 3-byte addressing) +- Added memory_mapped support for read operations. - Common probe support for all supported flash vendors except, ramtron.
SPI DRIVERS (drivers/spi): -
TODO: -- Runtime detection of spi_flash params(if possible) +- Runtime detection of spi_flash params, SFDP(if possible) +- Add support for multibus build/accessing. - Extended read commands support(dual read, dual IO read) - Quad Page Program support. - Quad Read support(quad fast read, quad IO read) @@ -26,3 +28,4 @@ TODO: -- Jagannadha Sutradharudu Teki jagannadh.teki@gmail.com 18-09-2013. +07-10-2013.

Applied to u-boot-spi/master
-- Thanks, Jagan.
On Mon, Oct 7, 2013 at 5:42 PM, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-teki@xilinx.com wrote:
Updated SPI/status.txt, with memory_map and TODO.
Signed-off-by: Jagannadha Sutradharudu Teki jaganna@xilinx.com
doc/SPI/status.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/doc/SPI/status.txt b/doc/SPI/status.txt index 6050e4a..62c3c85 100644 --- a/doc/SPI/status.txt +++ b/doc/SPI/status.txt @@ -9,13 +9,15 @@ SPI FLASH (drivers/mtd/spi):
- sf_ops.c: SPI flash operations code.
- sf.c: SPI flash interface, which interacts controller driver.
- Bank Address Register (Accessing flashes > 16Mbytes in 3-byte addressing)
+- Added memory_mapped support for read operations.
- Common probe support for all supported flash vendors except, ramtron.
SPI DRIVERS (drivers/spi):
TODO: -- Runtime detection of spi_flash params(if possible) +- Runtime detection of spi_flash params, SFDP(if possible) +- Add support for multibus build/accessing.
- Extended read commands support(dual read, dual IO read)
- Quad Page Program support.
- Quad Read support(quad fast read, quad IO read)
@@ -26,3 +28,4 @@ TODO:
Jagannadha Sutradharudu Teki jagannadh.teki@gmail.com 18-09-2013.
+07-10-2013.
1.8.3
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
participants (2)
-
Jagan Teki
-
Jagannadha Sutradharudu Teki