From mboxrd@z Thu Jan 1 00:00:00 1970 From: Boris Brezillon Date: Wed, 13 Feb 2019 14:43:57 +0100 Subject: [U-Boot] [PATCH v4 00/20] SF: Migrate to Linux SPI NOR framework In-Reply-To: <20190213144257.3701dbb2@collabora.com> References: <20190205055929.24168-1-vigneshr@ti.com> <20190213144257.3701dbb2@collabora.com> Message-ID: <20190213144357.5a23a572@collabora.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, 13 Feb 2019 14:42:57 +0100 Boris Brezillon wrote: > [PM] Not so private actually :D. > Hi Vignesh, > > On Fri, 8 Feb 2019 18:36:05 +0530 > Vignesh R wrote: > > > On 07/02/19 6:13 PM, Jagan Teki wrote: > > > On Tue, Feb 5, 2019 at 11:29 AM Vignesh R wrote: > > [...] > > >> > > >> Vignesh R (20): > > >> configs: Move CONFIG_SPI_FLASH into defconfigs > > >> bitops: Fix GENMASK definition for Sandbox > > >> spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes > > >> spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer size > > >> spi: spi-mem: Claim SPI bus before spi mem access > > >> spi: Add non DM version of SPI_MEM > > >> sh: bitops: add hweight*() macros > > >> mtd: spi: Port SPI NOR framework from Linux > > >> mtd: spi: spi-nor-core: Add SPI MEM support > > >> mtd: spi: spi-nor-core: Add 4 Byte addressing support > > >> mtd: spi: spi-nor-core: Add SFDP support > > >> mtd: spi: spi-nor-core: Add back U-Boot specific features > > >> mtd: spi: sf_probe: Add "jedec,spi-nor" compatible string > > >> mtd: spi: Switch to new SPI NOR framework > > >> mtd: spi: Remove unused files > > >> mtd: spi: Add lightweight SPI flash stack for SPL > > >> spl: Kconfig: Enable SPI_FLASH_TINY by default for SPL > > >> configs: Remove SF_DUAL_FLASH > > >> configs: Don't use SPI_FLASH_BAR as default > > >> MAINTAINERS: Add an entry for SPI NOR > > > > > > Update trivial change on this patch. > > > > > > Applied to u-boot-spi/master, thanks for the big changes and welcome aboard! > > > > > > > Thanks Jagan! Thanks all for testing out this series > > > > Kudos for getting this spi-nor port merged in u-boot! > I hope you'll continue contributing to the Linux stack even though > you're now the maintainer of the uboot version ;-). > > Regards, > > Boris