
Hi Jagan,
On 19 December 2015 at 07:13, Jagan Teki jteki@openedev.com wrote:
This patch add's spi_flash_ids handling into core, instead of maintaining it into separate file like sf_params.c
Code taken from the Linux spi-nor core and added missing part id's and also added extra flash_info member as e_rd_cmd for computing fastest read command.
Cc: Simon Glass sjg@chromium.org Cc: Bin Meng bmeng.cn@gmail.com Cc: Michal Simek michal.simek@xilinx.com Cc: Siva Durga Prasad Paladugu sivadur@xilinx.com Signed-off-by: Jagan Teki jteki@openedev.com
drivers/mtd/spi/spi_flash.c | 431 +++++++++++++++++++++++++++++++++++++------- include/linux/err.h | 5 + 2 files changed, 370 insertions(+), 66 deletions(-)
I think there is too much going on in this patch for me to review it...will leave it to others.
Regards, Simon