From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Mon, 26 Mar 2018 15:26:38 +0000 Subject: [U-Boot] [uboot-snps-arc] [PATCH v2 0/2] SF: add support for sst26wf016, sst26wf032, sst26wf064 In-Reply-To: <20180326110823.28921-1-Eugeniy.Paltsev@synopsys.com> References: <20180326110823.28921-1-Eugeniy.Paltsev@synopsys.com> Message-ID: <1522077996.7609.11.camel@synopsys.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Jagan, On Mon, 2018-03-26 at 14:08 +0300, Eugeniy Paltsev wrote: > Add support for the SST sst26wf016, sst26wf032 and sst26wf064 flash IC: > > sst26wf*** flash series block protection implementation differs from other > SST series, so we add implementation for sst26wf*** lock/unlock/is_locked > functions. > > Add sst26wf016, sst26wf032 and sst26wf064 flash IC info to spi_flash_ids list. > > > Changes v1->v2: > * Use generic defines from linux/sizes.h instead of custom ones. Could you please pull in this series sometime soon if there're no objections. It is a dependency for another series [1] that we'd like to get merged in the upcoming release of U-Boot. And for that these changes need to hit Tom's tree before the end of this week. Regards, Alexey [1] https://patchwork.ozlabs.org/project/uboot/list/?series=35818 > Eugeniy Paltsev (2): > SPI Flash: add support of sst26wf* flash series > SF: add support for sst26wf016, sst26wf032, sst26wf064 > > drivers/mtd/spi/spi_flash.c | 188 ++++++++++++++++++++++++++++++++++++++++ > drivers/mtd/spi/spi_flash_ids.c | 3 + > 2 files changed, 191 insertions(+) >