From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org ([198.145.29.99]) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1gE7tg-0002Nm-Rp for linux-mtd@lists.infradead.org; Sun, 21 Oct 2018 07:11:38 +0000 Date: Sun, 21 Oct 2018 09:11:17 +0200 From: Greg KH To: Adrian Bunk Cc: stable@vger.kernel.org, Marek Vasut , Boris Brezillon , linux-mtd@lists.infradead.org Subject: Re: [4.4/4.9/4.14 patch] mtd: spi-nor: Add support for is25wp series chips Message-ID: <20181021071117.GA11176@kroah.com> References: <20181020194442.13769-1-bunk@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20181020194442.13769-1-bunk@kernel.org> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Sat, Oct 20, 2018 at 10:44:42PM +0300, Adrian Bunk wrote: > From: Kimmo Rautkoski > > Added support for is25wp032, is25wp064 and is25wp128. > > Signed-off-by: Kimmo Rautkoski > Reviewed-by: Marek Vasut > Signed-off-by: Boris Brezillon > [ Adrian Bunk: Trivial adaption to changed context. ] > Signed-off-by: Adrian Bunk > --- > drivers/mtd/spi-nor/spi-nor.c | 6 ++++++ > 1 file changed, 6 insertions(+) What is the git commit id of this patch in Linus's tree? thanks, greg k-h