All of lore.kernel.org
 help / color / mirror / Atom feed
From: Boris Brezillon <boris.brezillon@collabora.com>
To: Linus Walleij <linus.walleij@linaro.org>
Cc: Boris Brezillon <boris.brezillon@free-electrons.com>,
	Richard Weinberger <richard@nod.at>,
	Marek Vasut <marek.vasut@gmail.com>,
	linux-mtd@lists.infradead.org,
	Cyrille Pitchen <cyrille.pitchen@atmel.com>,
	Brian Norris <computersforpeace@gmail.com>,
	David Woodhouse <dwmw2@infradead.org>
Subject: Re: [PATCH 0/3] AFS move and OF support
Date: Wed, 13 Feb 2019 14:36:43 +0100	[thread overview]
Message-ID: <20190213143627.51b8b2cc@gmail.com> (raw)
In-Reply-To: <20190123122910.19024-1-linus.walleij@linaro.org>

On Wed, 23 Jan 2019 13:29:07 +0100
Linus Walleij <linus.walleij@linaro.org> wrote:

> As a starting point to fixing up the AFS support on ARM
> reference designs, let's move the implementation down to
> the "parsers" subdirectory and add OF probing support.
> 
> More refactorings will be done on top of this change.
> 
> Linus Walleij (3):
>   mtd: afs: Move AFS partition parser to parsers subdir
>   mtd: partitions: Add AFS partitions DT bindings
>   mtd: partitions: Add OF support to AFS partitions

Let's try to use a consistent prefix for patches touching partition
parsers code, like "mtd: partitions: <format>: ". Same applies to the
other patch series. Other than that, patches look good to me.

> 
>  .../mtd/partitions/arm,arm-firmware-suite.txt   | 17 +++++++++++++++++
>  drivers/mtd/Kconfig                             | 16 ----------------
>  drivers/mtd/Makefile                            |  1 -
>  drivers/mtd/parsers/Kconfig                     | 16 ++++++++++++++++
>  drivers/mtd/parsers/Makefile                    |  1 +
>  drivers/mtd/{ => parsers}/afs.c                 |  7 +++++++
>  6 files changed, 41 insertions(+), 17 deletions(-)
>  create mode 100644 Documentation/devicetree/bindings/mtd/partitions/arm,arm-firmware-suite.txt
>  rename drivers/mtd/{ => parsers}/afs.c (96%)
> 


______________________________________________________
Linux MTD discussion mailing list
http://lists.infradead.org/mailman/listinfo/linux-mtd/

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

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-01-23 12:29 [PATCH 0/3] AFS move and OF support Linus Walleij
2019-01-23 12:29 ` [PATCH 1/3] mtd: afs: Move AFS partition parser to parsers subdir Linus Walleij
2019-01-23 12:29 ` [PATCH 2/3] mtd: partitions: Add AFS partitions DT bindings Linus Walleij
2019-02-23  0:34   ` Rob Herring
2019-02-23  0:34     ` Rob Herring
2019-01-23 12:29 ` [PATCH 3/3] mtd: partitions: Add OF support to AFS partitions Linus Walleij
2019-02-13  7:59 ` [PATCH 0/3] AFS move and OF support Linus Walleij
2019-02-13  8:40   ` Linus Walleij
2019-02-13  9:15     ` Boris Brezillon
2019-02-13 13:36 ` Boris Brezillon [this message]

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=20190213143627.51b8b2cc@gmail.com \
    --to=boris.brezillon@collabora.com \
    --cc=boris.brezillon@free-electrons.com \
    --cc=computersforpeace@gmail.com \
    --cc=cyrille.pitchen@atmel.com \
    --cc=dwmw2@infradead.org \
    --cc=linus.walleij@linaro.org \
    --cc=linux-mtd@lists.infradead.org \
    --cc=marek.vasut@gmail.com \
    --cc=richard@nod.at \
    /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.