From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg0-x230.google.com ([2607:f8b0:400e:c05::230]) by bombadil.infradead.org with esmtps (Exim 4.87 #1 (Red Hat Linux)) id 1ccFdx-0004Bd-D6 for linux-mtd@lists.infradead.org; Fri, 10 Feb 2017 18:10:04 +0000 Received: by mail-pg0-x230.google.com with SMTP id 204so12392648pge.0 for ; Fri, 10 Feb 2017 10:09:40 -0800 (PST) Date: Fri, 10 Feb 2017 10:09:38 -0800 From: Brian Norris To: Cyrille Pitchen Cc: Boris BREZILLON , Richard Weinberger , Marek Vasut , MTD Maling List , David Woodhouse , Cyrille Pitchen Subject: Re: [GIT PULL v2] mtd: spi-nor: Changes for 4.11 Message-ID: <20170210180938.GA95539@google.com> References: <6cdd261f-ad1c-9875-6776-fd10d68ea4c3@atmel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <6cdd261f-ad1c-9875-6776-fd10d68ea4c3@atmel.com> List-Id: Linux MTD discussion mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Fri, Feb 10, 2017 at 03:17:48PM +0100, Cyrille Pitchen wrote: > Hi Brian, > > I've rewritten the spi-nor history as asked so this is the new PR. > > ChangeLog for the PR: > > v1 -> v2 > - create new tag: spi-nor/for-4.11-v2 > - remove the stable tag from "mtd: m25p80: consider max message size in m25p80_read" > - fix * alignment in comment block in "mtd: spi-nor: Add support for S3AN spi-nor devices" > > Best regards, > > Cyrille > > > The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: > > Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) > > are available in the git repository at: > > git://github.com/spi-nor/linux.git tags/spi-nor/for-4.11-v2 > > for you to fetch changes up to 7fa2c7038cc0ec16ae5d8eee347ea136de0f4b65: > > mtd: spi-nor: cqspi: remove redundant dead code on error return check (2017-02-10 14:22:00 +0100) > > ---------------------------------------------------------------- > This pull request contains the following notable changes: > - add support to the 4-byte address instruction set. > - add support to new memory parts. > - add support to S3AN memories. > - add support to the Intel SPI controller. > - add support to the Aspeed AST2400 and AST2550 controllers. > - fix max SPI transfer and message sizes in m25p80_read(). > - fix the Candence QSPI driver. > - fix the Freescale QSPI driver. > > ---------------------------------------------------------------- Merged to l2-mtd.git. Thanks!