[U-Boot] [PATCH 1/8] sf: Add spi_flash_ids local to core

Simon Glass sjg at chromium.org
Mon Dec 28 05:22:26 CET 2015


Hi Jagan,

On 19 December 2015 at 07:13, Jagan Teki <jteki at 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 at chromium.org>
> Cc: Bin Meng <bmeng.cn at gmail.com>
> Cc: Michal Simek <michal.simek at xilinx.com>
> Cc: Siva Durga Prasad Paladugu <sivadur at xilinx.com>
> Signed-off-by: Jagan Teki <jteki at 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


More information about the U-Boot mailing list