Commit 3cfcf774c270ecf6289203d88f859d1f91cb318e

Authored by Jagannadha Sutradharudu Teki
1 parent adbb5860e5

doc: SPI: Update SPI status track

Updated SPI/status.txt, with memory_map and TODO.

Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>

Showing 1 changed file with 4 additions and 1 deletions Side-by-side Diff

... ... @@ -9,13 +9,15 @@
9 9 - sf_ops.c: SPI flash operations code.
10 10 - sf.c: SPI flash interface, which interacts controller driver.
11 11 - Bank Address Register (Accessing flashes > 16Mbytes in 3-byte addressing)
  12 +- Added memory_mapped support for read operations.
12 13 - Common probe support for all supported flash vendors except, ramtron.
13 14  
14 15 SPI DRIVERS (drivers/spi):
15 16 -
16 17  
17 18 TODO:
18   -- Runtime detection of spi_flash params(if possible)
  19 +- Runtime detection of spi_flash params, SFDP(if possible)
  20 +- Add support for multibus build/accessing.
19 21 - Extended read commands support(dual read, dual IO read)
20 22 - Quad Page Program support.
21 23 - Quad Read support(quad fast read, quad IO read)
... ... @@ -26,4 +28,5 @@
26 28 --
27 29 Jagannadha Sutradharudu Teki <jagannadh.teki@gmail.com>
28 30 18-09-2013.
  31 +07-10-2013.