linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/3] AFS move and OF support
@ 2019-01-23 12:29 Linus Walleij
  2019-01-23 12:29 ` [PATCH 1/3] mtd: afs: Move AFS partition parser to parsers subdir Linus Walleij
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Linus Walleij @ 2019-01-23 12:29 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris, Boris Brezillon, Marek Vasut,
	Richard Weinberger, Cyrille Pitchen, linux-mtd
  Cc: Linus Walleij

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

 .../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%)

-- 
2.20.1


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

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2019-02-23  0:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
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-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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).