On Wed, 23 Jan 2019 13:29:07 +0100 Linus Walleij <linus.walleij@xxxxxxxxxx> 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/