From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-wg0-f47.google.com ([74.125.82.47]) by merlin.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WT5Yn-0006kr-BC for linux-mtd@lists.infradead.org; Thu, 27 Mar 2014 08:21:14 +0000 Received: by mail-wg0-f47.google.com with SMTP id x12so2237619wgg.30 for ; Thu, 27 Mar 2014 01:20:51 -0700 (PDT) Date: Thu, 27 Mar 2014 08:20:47 +0000 From: Lee Jones To: Geert Uytterhoeven Subject: Re: [PATCH 01/15] mtd: st_spi_fsm: Add Macronix MX25L25655E device Message-ID: <20140327082047.GB26627@lee--X1> References: <1395851969-13520-1-git-send-email-lee.jones@linaro.org> <1395851969-13520-2-git-send-email-lee.jones@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Cc: angus.clark@st.com, kernel@stlinux.com, "linux-kernel@vger.kernel.org" , MTD Maling List , Brian Norris , "linux-arm-kernel@lists.infradead.org" List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Hi Geert, > > From: Angus Clark > > > > Add Macronix MX25L25655E to the list of known devices. > > > > Signed-off-by: Angus Clark > > Signed-off-by: Lee Jones > > --- > > drivers/mtd/devices/st_spi_fsm.c | 3 +++ > > 1 file changed, 3 insertions(+) > > > > diff --git a/drivers/mtd/devices/st_spi_fsm.c b/drivers/mtd/devices/st_spi_fsm.c > > index bea1416..2471061 100644 > > --- a/drivers/mtd/devices/st_spi_fsm.c > > +++ b/drivers/mtd/devices/st_spi_fsm.c > > @@ -380,6 +380,9 @@ static struct flash_info flash_types[] = { > > { "mx25l25635e", 0xc22019, 0, 64*1024, 512, > > (MX25_FLAG | FLASH_FLAG_32BIT_ADDR | FLASH_FLAG_RESET), 70, > > stfsm_mx25_config }, > > + { "mx25l25655e", 0xc22619, 0, 64*1024, 512, > > + (MX25_FLAG | FLASH_FLAG_32BIT_ADDR | FLASH_FLAG_RESET), 70, > > + stfsm_mx25_config}, > > > > #define N25Q_FLAG (FLASH_FLAG_READ_WRITE | \ > > FLASH_FLAG_READ_FAST | \ > > How much of this table can be shared with the one in m25p80.c? I have a long term plan to merge the two. Just waiting for the SPI NOR Framework to land before I do so. -- Lee Jones Linaro STMicroelectronics Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog