From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.bootlin.com ([62.4.15.54]) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fJZHB-00084t-PF for linux-mtd@lists.infradead.org; Fri, 18 May 2018 06:54:07 +0000 Date: Fri, 18 May 2018 08:53:49 +0200 From: Boris Brezillon To: Mika Westerberg Cc: Marek Vasut , linux-mtd@lists.infradead.org, Boris Brezillon , Bin Meng , Richard Weinberger , Anthony Wong , Cyrille Pitchen , Brian Norris , David Woodhouse Subject: Re: [PATCH v2 1/2] spi-nor: intel-spi: Fix atomic sequence handling Message-ID: <20180518085349.7255722b@bbrezillon> In-Reply-To: <20180518052017.GD15419@lahna.fi.intel.com> References: <20180205113300.21270-1-mika.westerberg@linux.intel.com> <20180227165142.GL2424@lahna.fi.intel.com> <20180403134836.GD2173@lahna.fi.intel.com> <20180404212238.0dbeae6f@bbrezillon> <20180518052017.GD15419@lahna.fi.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, 18 May 2018 08:20:17 +0300 Mika Westerberg wrote: > On Wed, Apr 04, 2018 at 09:22:38PM +0200, Boris Brezillon wrote: > > On Wed, 4 Apr 2018 10:21:45 +0200 > > Marek Vasut wrote: > > > > > On 04/03/2018 03:48 PM, Mika Westerberg wrote: > > > > On Tue, Feb 27, 2018 at 06:51:42PM +0200, Mika Westerberg wrote: > > > >> On Mon, Feb 05, 2018 at 02:32:59PM +0300, Mika Westerberg wrote: > > > >>> Changes from v1: > > > >>> > > > >>> - Added atomic_preopcode field and only when it is set, enable atomic > > > >>> sequence. > > > >>> - Return -EINVAL if the requested WREN operation cannot be found from > > > >>> PREOP register instead of silently pretending it is supported. > > > >>> - Updated patch subject to match more closely what is being fixed. > > > >> > > > >> Any comments on these two? I did the changes Cyrille asked me to do. > > > > > > > > Ping. If no comments, could someone pick these up please. > > > > > > > Reviewed-by: Marek Vasut > > > > > > > Will queue this patches to mtd/fixes just after 4.17-rc1 is out. Sorry > > for the huge delay. > > Hi, > > Did these patches end up somewhere? I can't see them in current > v4.17-rc5. Oops, my bad. I'll queue it in spi-nor/next (it's too late for -rc6). Sorry for the inconvenience.