commit | 4d5e29a680fc68f02b069a0780d7c71063219b18 | [log] [tgz] |
---|---|---|
author | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | Thu Aug 29 19:01:56 2013 +0530 |
committer | Jagannadha Sutradharudu Teki <jaganna@xilinx.com> | Mon Oct 07 17:55:41 2013 +0530 |
tree | 4a7068778c96f324d8d423affc071376ba423f41 | |
parent | f835c77fb7e57508ffe8d8ca3a092ee28add77b2 [diff] |
sf: Divide spi_flash into multiple parts Divided the spi_flash framework into mutiple parts for - spi_flash.c: spi flash core file, interaction for spi/qspi driver to spi_flash framework. - spi_flash_ops.c spi flash preffered operations, erase,write and read. - spi_flash_probe.c spi flash probing, easy to extend probing functionality. This change will support to extend the functionality in a proper manner. Signed-off-by: Jagannadha Sutradharudu Teki <jaganna@xilinx.com>