From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alexey Brodkin Date: Wed, 4 Apr 2018 13:50:29 +0000 Subject: [U-Boot] [PATCH v2 1/2] SPI Flash: add support of sst26wf* flash series In-Reply-To: References: <20180326110823.28921-1-Eugeniy.Paltsev@synopsys.com> <20180326110823.28921-2-Eugeniy.Paltsev@synopsys.com> Message-ID: <1522849827.4851.25.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 Wed, 2018-04-04 at 19:13 +0530, Jagan Teki wrote: > On Mon, Mar 26, 2018 at 4:38 PM, Eugeniy Paltsev > wrote: > > sst26wf flash series block protection implementation differs > > from other SST series, so add implementation for sst26wf > > lock/unlock/is_locked functions. > > I've already mentioned about this patch on last version[1], Since it > effected code on spi_flash (core) I would ask him to send the Linux as > well. And waiting for those as well. We're going to send a similar patch for the Linux kernel as well. But we're discussing U-Boot here so what is a relationship between patches here and there? Please note what Eugeniy answered to your comment [1]- if sst26xxx ICs are used in read-only mode or some earlier stage disabled write lock for entire IC mentioned patch is not required. But in case of default state of those ICs we do need to allow writes to certain regions of the flash ICs. [1] https://lists.denx.de/pipermail/u-boot/2018-March/322630.html -Alexey