[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <bfe11d2b-9ae9-42d6-f930-ff2946aea1d1@wedev4u.fr>
Date: Thu, 28 Dec 2017 12:21:09 +0100
From: Cyrille Pitchen <cyrille.pitchen@...ev4u.fr>
To: Romain Porte <romain.porte@...ia.com>
Cc: linux-mtd@...ts.infradead.org, linux-kernel@...r.kernel.org,
alexander.sverdlin@...ia.com, pascal.fabreges@...ia.com
Subject: Re: [PATCH v3] mtd: spi-nor: Add ISSI is25lp080d support
Le 28/12/2017 à 11:03, Romain Porte a écrit :
> Add support for a new ISSI 1MB SPI NOR chip that was tested in our lab.
> Datasheet is available at: http://www.issi.com/WW/pdf/25LP-WP080D.pdf
>
> Testing was done only without the SPI_NOR_{DUAL,QUAD}_READ flags that
> were added later, according to the datasheet.
>
> Tested-by: Pascal Fabreges <pascal.fabreges@...ia.com>
> Reviewed-by: Alexander Sverdlin <alexander.sverdlin@...ia.com>
> Signed-off-by: Romain Porte <romain.porte@...ia.com>
Applied to the spi-nor/next branch of linux-mtd
Thanks!
> ---
> drivers/mtd/spi-nor/spi-nor.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/mtd/spi-nor/spi-nor.c b/drivers/mtd/spi-nor/spi-nor.c
> index 8bafd462f..18e826d36 100644
> --- a/drivers/mtd/spi-nor/spi-nor.c
> +++ b/drivers/mtd/spi-nor/spi-nor.c
> @@ -1050,6 +1050,8 @@ static const struct flash_info spi_nor_ids[] = {
> SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
> { "is25lp128", INFO(0x9d6018, 0, 64 * 1024, 256,
> SECT_4K | SPI_NOR_DUAL_READ) },
> + { "is25lp080d", INFO(0x9d6014, 0, 64 * 1024, 16,
> + SECT_4K | SPI_NOR_DUAL_READ | SPI_NOR_QUAD_READ) },
>
> /* Macronix */
> { "mx25l512e", INFO(0xc22010, 0, 64 * 1024, 1, SECT_4K) },
>
Powered by blists - more mailing lists