All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v4 00/20] SF: Migrate to Linux SPI NOR framework
Date: Wed, 13 Feb 2019 14:42:57 +0100	[thread overview]
Message-ID: <20190213144257.3701dbb2@collabora.com> (raw)
In-Reply-To: <e4f8eacb-03c4-fc6e-f83c-486bd65f620d@ti.com>

[PM]
Hi Vignesh,

On Fri, 8 Feb 2019 18:36:05 +0530
Vignesh R <vigneshr@ti.com> wrote:

> On 07/02/19 6:13 PM, Jagan Teki wrote:
> > On Tue, Feb 5, 2019 at 11:29 AM Vignesh R <vigneshr@ti.com> 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

  reply	other threads:[~2019-02-13 13:42 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-05  5:59 [U-Boot] [PATCH v4 00/20] SF: Migrate to Linux SPI NOR framework Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 01/20] configs: Move CONFIG_SPI_FLASH into defconfigs Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 02/20] bitops: Fix GENMASK definition for Sandbox Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 03/20] spi: spi-mem: Allow use of spi_mem_exec_op for all SPI modes Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 04/20] spi: spi-mem: Extend spi_mem_adjust_op_size() to honor max xfer size Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 05/20] spi: spi-mem: Claim SPI bus before spi mem access Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 06/20] spi: Add non DM version of SPI_MEM Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 07/20] sh: bitops: add hweight*() macros Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 08/20] mtd: spi: Port SPI NOR framework from Linux Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 09/20] mtd: spi: spi-nor-core: Add SPI MEM support Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 10/20] mtd: spi: spi-nor-core: Add 4 Byte addressing support Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 11/20] mtd: spi: spi-nor-core: Add SFDP support Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 12/20] mtd: spi: spi-nor-core: Add back U-Boot specific features Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 13/20] mtd: spi: sf_probe: Add "jedec, spi-nor" compatible string Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 14/20] mtd: spi: Switch to new SPI NOR framework Vignesh R
2019-02-11  3:31   ` Adam Ford
2019-02-11  4:38     ` Vignesh R
2019-02-12 19:20       ` Adam Ford
2019-02-12 20:24         ` Adam Ford
2019-02-13  3:51           ` Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 15/20] mtd: spi: Remove unused files Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 16/20] mtd: spi: Add lightweight SPI flash stack for SPL Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 17/20] spl: Kconfig: Enable SPI_FLASH_TINY by default " Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 18/20] configs: Remove SF_DUAL_FLASH Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 19/20] configs: Don't use SPI_FLASH_BAR as default Vignesh R
2019-02-05  5:59 ` [U-Boot] [PATCH v4 20/20] MAINTAINERS: Add an entry for SPI NOR Vignesh R
2019-02-06  8:13 ` [U-Boot] [PATCH v4 00/20] SF: Migrate to Linux SPI NOR framework Simon Goldschmidt
2019-02-06 17:32   ` Vignesh R
2019-02-06 19:05     ` Tom Rini
2019-02-07 12:43 ` Jagan Teki
2019-02-08 13:06   ` Vignesh R
2019-02-13 13:42     ` Boris Brezillon [this message]
2019-02-13 13:43       ` Boris Brezillon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20190213144257.3701dbb2@collabora.com \
    --to=boris.brezillon@collabora.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.