linux-mtd.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/5 v2] Move remaining partition parsers
@ 2019-08-13  7:25 Linus Walleij
  2019-08-13  7:25 ` [PATCH 1/5 v2] mtd: parsers: Move TI AR7 parser Linus Walleij
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Linus Walleij @ 2019-08-13  7:25 UTC (permalink / raw)
  To: David Woodhouse, Brian Norris, Marek Vasut, Richard Weinberger,
	Miquel Raynal, Vignesh Raghavendra
  Cc: Linus Walleij, linux-mtd

There are 5 partition parsers still in the main mtd
directory, it makes no sense to me so let's just move
them to the other parsers. No functional change
intended.

I might have done some copyediting of the Kconfig
text to reflect that they are all parsers.

The only change in v2 is a rename error that made the
cmdline partition parser have the wrong name, found by
the zeroday builder.

Linus Walleij (5):
  mtd: parsers: Move TI AR7 parser
  mtd: parsers: Move BCM47xx parser
  mtd: parsers: Move BCM63xx parser
  mtd: parsers: Move OF parser
  mtd: parsers: Move CMDLINE parser

 drivers/mtd/Kconfig                     | 67 ------------------------
 drivers/mtd/Makefile                    |  5 --
 drivers/mtd/parsers/Kconfig             | 68 +++++++++++++++++++++++++
 drivers/mtd/parsers/Makefile            |  5 ++
 drivers/mtd/{ => parsers}/ar7part.c     |  0
 drivers/mtd/{ => parsers}/bcm47xxpart.c |  0
 drivers/mtd/{ => parsers}/bcm63xxpart.c |  0
 drivers/mtd/{ => parsers}/cmdlinepart.c |  0
 drivers/mtd/{ => parsers}/ofpart.c      |  0
 9 files changed, 73 insertions(+), 72 deletions(-)
 rename drivers/mtd/{ => parsers}/ar7part.c (100%)
 rename drivers/mtd/{ => parsers}/bcm47xxpart.c (100%)
 rename drivers/mtd/{ => parsers}/bcm63xxpart.c (100%)
 rename drivers/mtd/{ => parsers}/cmdlinepart.c (100%)
 rename drivers/mtd/{ => parsers}/ofpart.c (100%)

-- 
2.21.0


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

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

end of thread, other threads:[~2019-08-13  7:27 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-13  7:25 [PATCH 0/5 v2] Move remaining partition parsers Linus Walleij
2019-08-13  7:25 ` [PATCH 1/5 v2] mtd: parsers: Move TI AR7 parser Linus Walleij
2019-08-13  7:25 ` [PATCH 2/5 v2] mtd: parsers: Move BCM47xx parser Linus Walleij
2019-08-13  7:25 ` [PATCH 3/5 v2] mtd: parsers: Move BCM63xx parser Linus Walleij
2019-08-13  7:25 ` [PATCH 4/5 v2] mtd: parsers: Move OF parser Linus Walleij
2019-08-13  7:25 ` [PATCH 5/5 v2] mtd: parsers: Move CMDLINE parser Linus Walleij

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