commit | e9a8b821bb0f8bcfdc19740c39b64744773c7a4c | [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 | 6b79146abae0a03b0e8718db8abfffde5eda81e6 [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>