Re: [U-Boot] [PATCH v4 02/14] sf: Discover the bank addr commands

2013-06-19 Thread Jagan Teki
On Wed, Jun 19, 2013 at 9:58 AM, Simon Glass s...@chromium.org wrote: Hi Jagan, On Thu, Jun 13, 2013 at 1:55 PM, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: Bank/Extended addr commands are specific to particular flash vendor so discover them based on the

Re: [U-Boot] [PATCH v4 02/14] sf: Discover the bank addr commands

2013-06-18 Thread Simon Glass
Hi Jagan, On Thu, Jun 13, 2013 at 1:55 PM, Jagannadha Sutradharudu Teki jagannadha.sutradharudu-t...@xilinx.com wrote: Bank/Extended addr commands are specific to particular flash vendor so discover them based on the idocode0. Assign the discovered bank commands to spi_flash members

[U-Boot] [PATCH v4 02/14] sf: Discover the bank addr commands

2013-06-13 Thread Jagannadha Sutradharudu Teki
Bank/Extended addr commands are specific to particular flash vendor so discover them based on the idocode0. Assign the discovered bank commands to spi_flash members so-that the bank read/write will use their specific operations. Signed-off-by: Jagannadha Sutradharudu Teki jaga...@xilinx.com ---